org.eclipse.gef
Class GEFPlugin
java.lang.Object
org.eclipse.core.runtime.Plugin
org.eclipse.ui.plugin.AbstractUIPlugin
org.eclipse.gef.GEFPlugin
- All Implemented Interfaces:
- BundleActivator
- public final class GEFPlugin
- extends AbstractUIPlugin
Constructor Summary |
GEFPlugin()
Creates the singleton instance of the GEF plugin. |
Methods inherited from class org.eclipse.ui.plugin.AbstractUIPlugin |
createImageRegistry, getDialogSettings, getImageRegistry, getPreferenceStore, getWorkbench, imageDescriptorFromPlugin, initializeDefaultPluginPreferences, initializeDefaultPreferences, initializeImageRegistry, loadDialogSettings, loadPreferenceStore, refreshPluginActions, saveDialogSettings, savePreferenceStore, 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 |
GEFPlugin
public GEFPlugin()
- Creates the singleton instance of the GEF plugin.
getDefault
public static GEFPlugin getDefault()
- Gets the plugin singleton.
- Returns:
- the default GEFPlugin singleton
createUndoablePropertySheetEntry
public static IPropertySheetEntry createUndoablePropertySheetEntry(CommandStack stack)
- Deprecated. use org.eclipse.gef.ui.properties.UndoablePropertySheetEntry
- This method will be deleted to remove the hard dependency on the
org.eclipse.ui.views plug-in.
- Parameters:
stack
- a command stack
- Returns:
- the implementation for the entry
Copyright (c) IBM Corp. and others 2000, 2005. All Rights Reserved.