Composite Refactoring
v1.0

compositeRefactoring
Class CompositeRefactoringPlugin

java.lang.Object
  |
  +--org.eclipse.core.runtime.Plugin
        |
        +--org.eclipse.ui.plugin.AbstractUIPlugin
              |
              +--compositeRefactoring.CompositeRefactoringPlugin

public class CompositeRefactoringPlugin
extends AbstractUIPlugin

This is the plugin class of the package. It handles resource bundle requests and holds the object for access to the workspace. Thus, via this class, the UI of the Plugin can be initialized, configured and updated. This class is just used by internal Eclipse requests, it is not used by any of the package's or subpackage's classes.


Fields inherited from class org.eclipse.core.runtime.Plugin
PREFERENCES_DEFAULT_OVERRIDE_BASE_NAME, PREFERENCES_DEFAULT_OVERRIDE_FILE_NAME
 
Constructor Summary
CompositeRefactoringPlugin(IPluginDescriptor descriptor)
          The constructor.
 
Method Summary
static CompositeRefactoringPlugin getDefault()
          Returns the shared instance.
 ResourceBundle getResourceBundle()
          Returns the plugin's resource bundle,
static String getResourceString(String key)
          Returns the string from the plugin's resource bundle, or 'key' if not found.
static IWorkspace getWorkspace()
          Returns the workspace instance.
 
Methods inherited from class org.eclipse.ui.plugin.AbstractUIPlugin
createImageRegistry, getDialogSettings, getImageRegistry, getPreferenceStore, getWorkbench, initializeDefaultPluginPreferences, initializeDefaultPreferences, initializeImageRegistry, loadDialogSettings, loadPreferenceStore, refreshPluginActions, saveDialogSettings, savePreferenceStore, shutdown, startup
 
Methods inherited from class org.eclipse.core.runtime.Plugin
find, find, getDescriptor, getLog, getPluginPreferences, getStateLocation, isDebugging, openStream, openStream, savePluginPreferences, setDebugging, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CompositeRefactoringPlugin

public CompositeRefactoringPlugin(IPluginDescriptor descriptor)
The constructor.
Method Detail

getDefault

public static CompositeRefactoringPlugin getDefault()
Returns the shared instance.

getWorkspace

public static IWorkspace getWorkspace()
Returns the workspace instance.

getResourceString

public static String getResourceString(String key)
Returns the string from the plugin's resource bundle, or 'key' if not found.

getResourceBundle

public ResourceBundle getResourceBundle()
Returns the plugin's resource bundle,

Composite Refactoring
v1.0