Package org.eclipse.net4j.util.ui
Class UIActivator
- java.lang.Object
- 
- org.eclipse.core.runtime.Plugin
- 
- org.eclipse.ui.plugin.AbstractUIPlugin
- 
- org.eclipse.net4j.util.ui.UIActivator
 
 
 
- 
- All Implemented Interfaces:
- org.osgi.framework.BundleActivator
 - Direct Known Subclasses:
- UIActivator.WithState
 
 public class UIActivator extends AbstractUIPlugin - Author:
- Eike Stepper
 
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static classUIActivator.WithState
 - 
Field SummaryFields Modifier and Type Field Description protected org.osgi.framework.BundleContextbundleContext- 
Fields inherited from class org.eclipse.core.runtime.PluginPLUGIN_PREFERENCE_SCOPE, PREFERENCES_DEFAULT_OVERRIDE_BASE_NAME, PREFERENCES_DEFAULT_OVERRIDE_FILE_NAME
 
- 
 - 
Constructor SummaryConstructors Constructor Description UIActivator(OMBundle omBundle)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voiddoStart()protected voiddoStop()IDialogSettingsgetDialogSettings(java.lang.Class<?> clazz)IDialogSettingsgetDialogSettings(java.lang.String section)OMBundlegetOMBundle()ImageDescriptorloadImageDescriptor(java.lang.String path)voidstart(org.osgi.framework.BundleContext context)voidstop(org.osgi.framework.BundleContext context)- 
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- 
UIActivatorpublic UIActivator(OMBundle omBundle) 
 
- 
 - 
Method Detail- 
getOMBundlepublic final OMBundle getOMBundle() 
 - 
loadImageDescriptorpublic ImageDescriptor loadImageDescriptor(java.lang.String path) - Since:
- 3.1
 
 - 
getDialogSettingspublic IDialogSettings getDialogSettings(java.lang.Class<?> clazz) - Since:
- 3.4
 
 - 
getDialogSettingspublic IDialogSettings getDialogSettings(java.lang.String section) - Since:
- 3.4
 
 - 
startpublic final void start(org.osgi.framework.BundleContext context) throws java.lang.Exception- Specified by:
- startin interface- org.osgi.framework.BundleActivator
- Overrides:
- startin class- AbstractUIPlugin
- Throws:
- java.lang.Exception
 
 - 
stoppublic final void stop(org.osgi.framework.BundleContext context) throws java.lang.Exception- Specified by:
- stopin interface- org.osgi.framework.BundleActivator
- Overrides:
- stopin class- AbstractUIPlugin
- Throws:
- java.lang.Exception
 
 - 
doStartprotected void doStart() throws java.lang.Exception- Throws:
- java.lang.Exception
- Since:
- 2.0
 
 - 
doStopprotected void doStop() throws java.lang.Exception- Throws:
- java.lang.Exception
- Since:
- 2.0
 
 
- 
 
-