org.eclipse.cdt.debug.mi.internal.ui
Class MIUIPlugin

java.lang.Object
  extended by org.eclipse.core.runtime.Plugin
      extended by org.eclipse.ui.plugin.AbstractUIPlugin
          extended by org.eclipse.cdt.debug.mi.internal.ui.MIUIPlugin
All Implemented Interfaces:
org.osgi.framework.BundleActivator

public class MIUIPlugin
extends org.eclipse.ui.plugin.AbstractUIPlugin

The main plugin class to be used in the desktop.


Field Summary
static java.lang.String PLUGIN_ID
          The plug-in identifier (value "org.eclipse.cdt.debug.mi.ui").
 
Fields inherited from class org.eclipse.core.runtime.Plugin
PLUGIN_PREFERENCE_SCOPE, PREFERENCES_DEFAULT_OVERRIDE_BASE_NAME, PREFERENCES_DEFAULT_OVERRIDE_FILE_NAME
 
Constructor Summary
MIUIPlugin()
          The constructor.
 
Method Summary
static MIUIPlugin getDefault()
          Returns the shared instance.
static java.lang.String getUniqueIdentifier()
          Convenience method which returns the unique identifier of this plugin.
static org.eclipse.core.resources.IWorkspace getWorkspace()
          Returns the workspace instance.
 
Methods inherited from class org.eclipse.ui.plugin.AbstractUIPlugin
getDialogSettings, getImageRegistry, getPreferenceStore, getWorkbench, imageDescriptorFromPlugin, shutdown, start, startup, stop
 
Methods inherited from class org.eclipse.core.runtime.Plugin
find, find, getBundle, getDescriptor, getLog, getPluginPreferences, getStateLocation, internalInitializeDefaultPluginPreferences, isDebugging, openStream, openStream, savePluginPreferences, setDebugging, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

PLUGIN_ID

public static final java.lang.String PLUGIN_ID
The plug-in identifier (value "org.eclipse.cdt.debug.mi.ui").

See Also:
Constant Field Values
Constructor Detail

MIUIPlugin

public MIUIPlugin()
The constructor.

Method Detail

getDefault

public static MIUIPlugin getDefault()
Returns the shared instance.


getWorkspace

public static org.eclipse.core.resources.IWorkspace getWorkspace()
Returns the workspace instance.


getUniqueIdentifier

public static java.lang.String getUniqueIdentifier()
Convenience method which returns the unique identifier of this plugin.

Returns:
the unique identifier of this plugin