Unterschiede
Hier werden die Unterschiede zwischen der gewählten und der aktuellen Version gezeigt.
| en:eclipse-rcp:eclipse-rcp 2012/10/18 14:55 | en:eclipse-rcp:eclipse-rcp 2020/01/22 21:00 aktuell | ||
|---|---|---|---|
| Zeile 1: | Zeile 1: | ||
| ====== Java - Eclipse-RCP ====== | ====== Java - Eclipse-RCP ====== | ||
| - | Die hier vorhandenen Codeschnippsel setzen natürlich eine komplette Applikation vorraus.\\ | + | The here available code-shreds assume a complete application.\\ |
| - | Der Source für diese Beispielapplikation findet sich hier: [[source-example-application|Source-Beispiel-Applikation]]\\ | + | The source for these application-examples are found here: [[source-example-application|source-example-application]]\\ |
| \\ | \\ | ||
| - | * [[maximize-applicationwindow|Anwendungsfenster maximieren]] | + | * [[activatecontext|activate own context]] |
| - | * [[setSize-applicationwindow|Anwendungsfenster, Größe festlegen]] | + | * [[setSize-applicationwindow|applicationwindow, set size]] |
| - | * [[application-settitle|Anwendungsfenster, Titel setzen]] | + | * [[application-settitle|applicationwindow, set title]] |
| - | * [[binding|Binding]] (ab Eclipse 3.3) | + | * [[binding|binding]] (from Eclipse 3.3) |
| - | * [[bundle-plugin-feature|Bundle/Plugin/Feature - Definition]] | + | * [[bundle-plugin-feature|bundle/plugin/feature - definition]] |
| - | * [[command-call|Commands, manueller Aufruf]] | + | * [[command-call|commands, manuel call]] |
| - | * [[activatecontext|Context aktivieren, eigenen]] | + | * [[create-product|create product]] |
| + | * [[editorpage-image|editorpage, set icon]] | ||
| + | * [[editor-view|editor - view, distinction]] | ||
| * [[eclipse-iconverter|IConverter]] | * [[eclipse-iconverter|IConverter]] | ||
| - | * [[eclipse-istartup|IStartup - Plugin frühzeitig laden]] | + | * [[eclipse-istartup|IStartup - load plugin early]] |
| - | * [[editor-open|Editor öffnen]] | + | [[http://www.alphaagent.de|{{:swing:cal_month_200x140.png|Java-Groupware}}]]AlphaAgent, the Java-Groupware |
| - | * [[editorpage-image|Editorpage, Icon setzen]] | + | * [[maximize-applicationwindow|maximize applicationwindow]] |
| - | * [[editor-view|Editor - View, Unterscheidung]] | + | * expand [[menues|menues]] (from Eclipse 3.3) |
| - | [[http://www.alphaagent.de|{{:swing:cal_month_200x140.png|Java-Groupware}}]]AlphaAgent, die Java-Groupware | + | * [[editor-open|open editor]] |
| - | * [[menues|Menüs]] erweitern (ab Eclipse 3.3) | + | * [[perspective|perspective]] |
| - | * [[create-product|product erstellen]] | + | * [[realm|realm]] |
| - | * [[perspective|Perspektiven]] | + | |
| - | * [[realm|Realm]] | + | |
| - | * [[searchresultviewpart|Suchresulate-View]] | + | |
| - | * [[umlaute|Umlaute]] | + | |
| * [[saferunner|SafeRunner]] | * [[saferunner|SafeRunner]] | ||
| - | * [[tabbed-views|Views, mehrere in Registern angeordnet]] | + | * [[searchresultviewpart|searchresult-view]] |
| + | * [[tabbed-views|Views, ordered in several registers]] | ||
| + | * [[umlaute|vowel mutations]] | ||
| * [[wizard|Wizards]] | * [[wizard|Wizards]] | ||
| - | * [[wizard-forms|Wizards, mit Forms]] | + | * [[wizard-forms|Wizards, with Forms]] |
| \\ | \\ | ||
| * [[consolelog|Argument consoleLog]] | * [[consolelog|Argument consoleLog]] | ||
| - | * [[application-heap|Heapspace für die Anwendung]] | + | * [[application-heap|heapspace for the application]] |
| * [[targetplatform-eclipse|Targetplatform]] | * [[targetplatform-eclipse|Targetplatform]] | ||
| - | * [[shortcuts-eclipse|Tastenkürzel für Eclipse]] | + | * [[shortcuts-eclipse|hot keys for eclipse]] |
| \\ | \\ | ||
| ---- | ---- | ||