org.eclipse.ptp.services.ui
Class ServicesUIPlugin
java.lang.Object
org.eclipse.core.runtime.Plugin
org.eclipse.ui.plugin.AbstractUIPlugin
org.eclipse.ptp.services.ui.ServicesUIPlugin
- All Implemented Interfaces:
- BundleActivator
public class ServicesUIPlugin
- extends org.eclipse.ui.plugin.AbstractUIPlugin
EXPERIMENTAL. This class or interface has been added as
part of a work in progress. There is no guarantee that this API will work or
that it will remain the same. Please do not use this API without consulting
with the RDT team.
The activator class controls the plug-in life cycle
| Fields inherited from class org.eclipse.core.runtime.Plugin |
PLUGIN_PREFERENCE_SCOPE, PREFERENCES_DEFAULT_OVERRIDE_BASE_NAME, PREFERENCES_DEFAULT_OVERRIDE_FILE_NAME |
| 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
ServicesUIPlugin
public ServicesUIPlugin()
- The constructor
start
public void start(BundleContext context)
throws Exception
- Specified by:
start in interface BundleActivator- Overrides:
start in class org.eclipse.ui.plugin.AbstractUIPlugin
- Throws:
Exception
stop
public void stop(BundleContext context)
throws Exception
- Specified by:
stop in interface BundleActivator- Overrides:
stop in class org.eclipse.ui.plugin.AbstractUIPlugin
- Throws:
Exception
getDefault
public static ServicesUIPlugin getDefault()
- Returns the shared instance
- Returns:
- the shared instance
log
public void log(Throwable e)
log
public void log(org.eclipse.core.runtime.IStatus status)
log
public void log(String message)
Copyright (c) 2011 IBM Corporation and others. All Rights Reserved.