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.
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 |
CompositeRefactoringPlugin
public CompositeRefactoringPlugin(IPluginDescriptor descriptor)
- The constructor.
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,