Unterschiede
Hier werden die Unterschiede zwischen der gewählten und der aktuellen Version gezeigt.
en:eclipse-rcp:eclipse-istartup 2012/11/16 14:35 | en:eclipse-rcp:eclipse-istartup 2020/01/22 21:00 aktuell | ||
---|---|---|---|
Zeile 1: | Zeile 1: | ||
[[en:eclipse-rcp:eclipse-rcp|Java - Eclipse-RCP]]\\ | [[en:eclipse-rcp:eclipse-rcp|Java - Eclipse-RCP]]\\ | ||
- | ====== IStartup - start plugin early ====== | + | ====== IStartup - load plugin early ====== |
- | Wenn ein Plugin den Extensionpoint //org.eclipse.ui.startup// erweitert, so wird das Plugin unmittelbar nach der Initialisierung der Workbench gestartet.\\ | + | When a plugin expands the extensionpoint //org.eclipse.ui.startup//, the plugin is loaded immediately after the initialization of the workbench.\\ |
<code java> | <code java> | ||
package com.sowas.javawiki.startup; | package com.sowas.javawiki.startup; | ||
Zeile 41: | Zeile 41: | ||
\\ | \\ | ||
\\ | \\ | ||
- | Sollen in der earlyStartup()-Methode UI-Zugriffe erfolgen, so muss dies wie folgt geschehen:\\ | + | If there shall occur UI-accesses in the earlyStartup()-method, so this must happen as follows:\\ |
<code java> | <code java> | ||
public void earlyStartup() { | public void earlyStartup() { |