public class SimuControllerPlugin
extends org.eclipse.ui.plugin.AbstractUIPlugin
| Constructor and Description |
|---|
SimuControllerPlugin()
The constructor
|
| Modifier and Type | Method and Description |
|---|---|
static SimuControllerPlugin |
getDefault()
Returns the shared instance
|
static DocksModel |
getDockModel() |
static void |
log(int severity,
String message) |
void |
start(org.osgi.framework.BundleContext context) |
void |
stop(org.osgi.framework.BundleContext context) |
getDialogSettings, getImageRegistry, getPreferenceStore, getWorkbench, imageDescriptorFromPlugin, shutdown, startuppublic static final String PLUGIN_ID
public void start(org.osgi.framework.BundleContext context)
throws Exception
start in interface org.osgi.framework.BundleActivatorstart in class org.eclipse.ui.plugin.AbstractUIPluginExceptionpublic void stop(org.osgi.framework.BundleContext context)
throws Exception
stop in interface org.osgi.framework.BundleActivatorstop in class org.eclipse.ui.plugin.AbstractUIPluginExceptionpublic static SimuControllerPlugin getDefault()
public static void log(int severity,
String message)
public static DocksModel getDockModel()