public final class Activator extends UserInterfacePlugin
Activator class controls the plug-in life cycle.
Warning: Users should not explicitly instantiate this class.
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
PLUGIN_ID
The plug-in identifier.
|
console| Constructor and Description |
|---|
Activator()
The constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static Activator |
defaultInstance()
Gets the shared instance.
|
void |
start(org.osgi.framework.BundleContext context)
Starts this plug-in.
|
void |
stop(org.osgi.framework.BundleContext context)
Stops this plug-in.
|
getConsolecreateImageRegistry, getDialogSettings, getImageRegistry, getPreferenceStore, getWorkbench, imageDescriptorFromPlugin, initializeDefaultPluginPreferences, initializeDefaultPreferences, initializeImageRegistry, loadDialogSettings, loadPreferenceStore, refreshPluginActions, saveDialogSettings, savePreferenceStore, shutdown, startuppublic static final java.lang.String PLUGIN_ID
public static Activator defaultInstance()
nullpublic void start(org.osgi.framework.BundleContext context)
throws java.lang.Exception
Warning: Users must never explicitly call this method.
start in interface org.osgi.framework.BundleActivatorstart in class org.eclipse.ui.plugin.AbstractUIPluginjava.lang.Exceptionpublic void stop(org.osgi.framework.BundleContext context)
throws java.lang.Exception
Warning: Users must never explicitly call this method.
stop in interface org.osgi.framework.BundleActivatorstop in class org.eclipse.ui.plugin.AbstractUIPluginjava.lang.Exception