public class Activator
extends org.eclipse.ui.plugin.AbstractUIPlugin
Modifier and Type | Field and Description |
---|---|
static org.eclipse.papyrus.infra.core.log.LogHelper |
log
The log.
|
static java.lang.String |
PLUGIN_ID
The Constant PLUGIN_ID.
|
Constructor and Description |
---|
Activator()
Instantiates a new activator.
|
Modifier and Type | Method and Description |
---|---|
static Activator |
getDefault()
Gets the default.
|
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 static org.eclipse.papyrus.infra.core.log.LogHelper log
public void start(org.osgi.framework.BundleContext context) throws java.lang.Exception
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
stop
in interface org.osgi.framework.BundleActivator
stop
in class org.eclipse.ui.plugin.AbstractUIPlugin
java.lang.Exception
public static Activator getDefault()