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 | Class and Description |
---|---|
static class |
Activator.Startup
Plug-in early startup.
|
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.
|
getConsole
createImageRegistry, getDialogSettings, getImageRegistry, getPreferenceStore, getWorkbench, imageDescriptorFromPlugin, initializeDefaultPluginPreferences, initializeDefaultPreferences, initializeImageRegistry, loadDialogSettings, loadPreferenceStore, refreshPluginActions, saveDialogSettings, savePreferenceStore, shutdown, startup
public static final java.lang.String PLUGIN_ID
public static Activator defaultInstance()
null
public 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.BundleActivator
start
in class org.eclipse.ui.plugin.AbstractUIPlugin
java.lang.Exception
public 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.BundleActivator
stop
in class org.eclipse.ui.plugin.AbstractUIPlugin
java.lang.Exception