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
Field Summary |
protected org.osgi.framework.BundleContext |
bundleContext
|
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, getDescriptor, getLog, getPluginPreferences, getStateLocation, internalInitializeDefaultPluginPreferences, isDebugging, openStream, openStream, savePluginPreferences, setDebugging, toString |
bundleContext
protected org.osgi.framework.BundleContext bundleContext
- Since:
- 2.0
UIActivator
public UIActivator(OMBundle omBundle)
getOMBundle
public final OMBundle getOMBundle()
loadImageDescriptor
public ImageDescriptor loadImageDescriptor(String path)
- Since:
- 3.1
start
public final void start(org.osgi.framework.BundleContext context)
throws Exception
- Specified by:
start
in interface org.osgi.framework.BundleActivator
- Overrides:
start
in class AbstractUIPlugin
- Throws:
Exception
stop
public final void stop(org.osgi.framework.BundleContext context)
throws Exception
- Specified by:
stop
in interface org.osgi.framework.BundleActivator
- Overrides:
stop
in class AbstractUIPlugin
- Throws:
Exception
doStart
protected void doStart()
throws Exception
- Throws:
Exception
- Since:
- 2.0
doStop
protected void doStop()
throws Exception
- Throws:
Exception
- Since:
- 2.0
Copyright (c) 2004 - 2012 Eike Stepper (Berlin, Germany) and others.