public class Activator
extends org.eclipse.ui.plugin.AbstractUIPlugin
| Constructor and Description |
|---|
Activator()
The constructor
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
clearCache() |
protected static Map<String,DriverFactory> |
createFactories() |
static DriverFactory |
findDriverFactory(String typeId) |
static Activator |
getDefault()
Returns the shared instance
|
void |
start(BundleContext context) |
void |
stop(BundleContext context) |
createImageRegistry, getDialogSettings, getImageRegistry, getPreferenceStore, getWorkbench, imageDescriptorFromPlugin, initializeDefaultPluginPreferences, initializeDefaultPreferences, initializeImageRegistry, loadDialogSettings, loadPreferenceStore, refreshPluginActions, saveDialogSettings, savePreferenceStore, shutdown, startuppublic static final String PLUGIN_ID
public void start(BundleContext context) throws Exception
start in interface BundleActivatorstart in class org.eclipse.ui.plugin.AbstractUIPluginExceptionprotected void clearCache()
public void stop(BundleContext context) throws Exception
stop in interface BundleActivatorstop in class org.eclipse.ui.plugin.AbstractUIPluginExceptionpublic static Activator getDefault()
public static DriverFactory findDriverFactory(String typeId)
protected static Map<String,DriverFactory> createFactories()