Eclipse GEF
2.1

org.eclipse.gef
Class GEFPlugin

java.lang.Object
  |
  +--org.eclipse.core.runtime.Plugin
        |
        +--org.eclipse.ui.plugin.AbstractUIPlugin
              |
              +--org.eclipse.gef.GEFPlugin

public final class GEFPlugin
extends AbstractUIPlugin


Field Summary
 
Fields inherited from class org.eclipse.core.runtime.Plugin
PREFERENCES_DEFAULT_OVERRIDE_BASE_NAME, PREFERENCES_DEFAULT_OVERRIDE_FILE_NAME
 
Constructor Summary
GEFPlugin(IPluginDescriptor descriptor)
          Creates the singleton instance of the GEF plugin.
 
Method Summary
static IPropertySheetEntry createUndoablePropertySheetEntry(CommandStack stack)
          Create a root undoable property sheet entry.
static GEFPlugin getDefault()
          Gets the plugin singleton.
 
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

GEFPlugin

public GEFPlugin(IPluginDescriptor descriptor)
Creates the singleton instance of the GEF plugin.

Method Detail

getDefault

public static GEFPlugin getDefault()
Gets the plugin singleton.

Returns:
the default GEFPlugin singleton

createUndoablePropertySheetEntry

public static IPropertySheetEntry createUndoablePropertySheetEntry(CommandStack stack)
Create a root undoable property sheet entry.


Eclipse GEF
2.1

Copyright (c) IBM Corp. and others 2000, 2003. All Rights Reserved.