public class Activator
extends org.eclipse.ui.plugin.AbstractUIPlugin
Modifier and Type | Field | Description |
---|---|---|
static java.lang.String |
PLUGIN_ID |
Constructor | Description |
---|---|
Activator() |
Modifier and Type | Method | Description |
---|---|---|
static Activator |
getDefault() |
|
static Activator |
getInstance() |
|
void |
start(org.osgi.framework.BundleContext context) |
|
void |
stop(org.osgi.framework.BundleContext context) |
getDialogSettings, getImageRegistry, getPreferenceStore, getWorkbench, imageDescriptorFromPlugin, shutdown, startup
public static final java.lang.String PLUGIN_ID
public void start(org.osgi.framework.BundleContext context) throws java.lang.Exception
start
in class org.eclipse.ui.plugin.AbstractUIPlugin
java.lang.Exception
public void stop(org.osgi.framework.BundleContext context) throws java.lang.Exception
stop
in class org.eclipse.ui.plugin.AbstractUIPlugin
java.lang.Exception
public static Activator getDefault()
public static Activator getInstance()