Package org.eclipse.net4j.util.ui
Class UIActivator.WithState
java.lang.Object
org.eclipse.core.runtime.Plugin
org.eclipse.ui.plugin.AbstractUIPlugin
org.eclipse.net4j.util.ui.UIActivator
org.eclipse.net4j.util.ui.UIActivator.WithState
- All Implemented Interfaces:
org.osgi.framework.BundleActivator
- Enclosing class:
- UIActivator
- Since:
- 3.1
- Author:
- Eike Stepper
-
Nested Class Summary
Nested classes/interfaces inherited from class org.eclipse.net4j.util.ui.UIActivator
UIActivator.WithState
-
Field Summary
Fields inherited from class org.eclipse.net4j.util.ui.UIActivator
bundleContext
Fields inherited from class org.eclipse.core.runtime.Plugin
PLUGIN_PREFERENCE_SCOPE, PREFERENCES_DEFAULT_OVERRIDE_BASE_NAME, PREFERENCES_DEFAULT_OVERRIDE_FILE_NAME
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected final void
doStart()
protected abstract void
doStartWithState
(Object state) protected final void
doStop()
protected abstract Object
Methods inherited from class org.eclipse.net4j.util.ui.UIActivator
getDialogSettings, getDialogSettings, getOMBundle, loadImageDescriptor, start, stop
Methods inherited from class org.eclipse.ui.plugin.AbstractUIPlugin
createImageRegistry, getDialogSettings, getImageRegistry, getPreferenceStore, getWorkbench, imageDescriptorFromPlugin, initializeDefaultPluginPreferences, initializeDefaultPreferences, initializeImageRegistry, loadDialogSettings, loadPreferenceStore, refreshPluginActions, saveDialogSettings, savePreferenceStore, shutdown, startup
Methods inherited from class org.eclipse.core.runtime.Plugin
find, find, getBundle, getLog, getPluginPreferences, getStateLocation, internalInitializeDefaultPluginPreferences, isDebugging, openStream, openStream, savePluginPreferences, setDebugging, toString
-
Constructor Details
-
WithState
-
-
Method Details
-
doStart
- Overrides:
doStart
in classUIActivator
- Throws:
Exception
-
doStop
- Overrides:
doStop
in classUIActivator
- Throws:
Exception
-
doStartWithState
- Throws:
Exception
-
doStopWithState
- Throws:
Exception
-