org.eclipse.tm.discovery.model
Class Activator
java.lang.Object
org.eclipse.core.runtime.Plugin
org.eclipse.ui.plugin.AbstractUIPlugin
org.eclipse.tm.discovery.model.Activator
- All Implemented Interfaces:
- BundleActivator
public class Activator
- extends AbstractUIPlugin
The activator class controls the plug-in life cycle
Constructor Summary |
Activator()
The constructor |
Methods inherited from class org.eclipse.ui.plugin.AbstractUIPlugin |
createImageRegistry, getDialogSettings, getImageRegistry, getPreferenceStore, getWorkbench, imageDescriptorFromPlugin, initializeDefaultPluginPreferences, initializeDefaultPreferences, initializeImageRegistry, loadDialogSettings, loadPreferenceStore, refreshPluginActions, saveDialogSettings, savePreferenceStore, shutdown, startup |
Methods inherited from class org.eclipse.core.runtime.Plugin |
find, find, getBundle, getDescriptor, getLog, getPluginPreferences, getStateLocation, internalInitializeDefaultPluginPreferences, isDebugging, openStream, openStream, savePluginPreferences, setDebugging, toString |
PLUGIN_ID
public static final String PLUGIN_ID
- See Also:
- Constant Field Values
Activator
public Activator()
- The constructor
start
public void start(BundleContext context)
throws Exception
- Specified by:
start
in interface BundleActivator
- Overrides:
start
in class AbstractUIPlugin
- Throws:
Exception
stop
public void stop(BundleContext context)
throws Exception
- Specified by:
stop
in interface BundleActivator
- Overrides:
stop
in class AbstractUIPlugin
- Throws:
Exception
getDefault
public static Activator getDefault()
- Returns the shared instance
- Returns:
- the shared instance
Copyright (c) 2007 Symbian Software Ltd. and others. All Rights Reserved.