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
 
 public abstract static class UIActivator.WithState extends UIActivator - Since:
- 3.1
- Author:
- Eike Stepper
 
- 
- 
Nested Class Summary- 
Nested classes/interfaces inherited from class org.eclipse.net4j.util.ui.UIActivatorUIActivator.WithState
 
- 
 - 
Field Summary- 
Fields inherited from class org.eclipse.net4j.util.ui.UIActivatorbundleContext
 - 
Fields inherited from class org.eclipse.core.runtime.PluginPLUGIN_PREFERENCE_SCOPE, PREFERENCES_DEFAULT_OVERRIDE_BASE_NAME, PREFERENCES_DEFAULT_OVERRIDE_FILE_NAME
 
- 
 - 
Method SummaryAll Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description protected voiddoStart()protected abstract voiddoStartWithState(java.lang.Object state)protected voiddoStop()protected abstract java.lang.ObjectdoStopWithState()- 
Methods inherited from class org.eclipse.net4j.util.ui.UIActivatorgetDialogSettings, getDialogSettings, getOMBundle, loadImageDescriptor, start, stop
 - 
Methods inherited from class org.eclipse.ui.plugin.AbstractUIPlugincreateImageRegistry, getDialogSettings, getImageRegistry, getPreferenceStore, getWorkbench, imageDescriptorFromPlugin, initializeDefaultPluginPreferences, initializeDefaultPreferences, initializeImageRegistry, loadDialogSettings, loadPreferenceStore, refreshPluginActions, saveDialogSettings, savePreferenceStore, shutdown, startup
 - 
Methods inherited from class org.eclipse.core.runtime.Pluginfind, find, getBundle, getLog, getPluginPreferences, getStateLocation, internalInitializeDefaultPluginPreferences, isDebugging, openStream, openStream, savePluginPreferences, setDebugging, toString
 
- 
 
- 
- 
- 
Constructor Detail- 
WithStatepublic WithState(OMBundle bundle) 
 
- 
 - 
Method Detail- 
doStartprotected final void doStart() throws java.lang.Exception- Overrides:
- doStartin class- UIActivator
- Throws:
- java.lang.Exception
 
 - 
doStopprotected final void doStop() throws java.lang.Exception- Overrides:
- doStopin class- UIActivator
- Throws:
- java.lang.Exception
 
 - 
doStartWithStateprotected abstract void doStartWithState(java.lang.Object state) throws java.lang.Exception- Throws:
- java.lang.Exception
 
 - 
doStopWithStateprotected abstract java.lang.Object doStopWithState() throws java.lang.Exception- Throws:
- java.lang.Exception
 
 
- 
 
-