Eclipse GEF
3.0

org.eclipse.gef
Class GEFPlugin

java.lang.Object
  extended byAbstractUIPlugin
      extended byorg.eclipse.gef.GEFPlugin

public final class GEFPlugin
extends AbstractUIPlugin

See Also:
Serialized Form

Constructor Summary
GEFPlugin()
          Creates the singleton instance of the GEF plugin.
 
Method Summary
static IPropertySheetEntry createUndoablePropertySheetEntry(CommandStack stack)
          Deprecated. use org.eclipse.gef.ui.properties.UndoablePropertySheetEntry
static GEFPlugin getDefault()
          Gets the plugin singleton.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GEFPlugin

public GEFPlugin()
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)
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

Eclipse GEF
3.0

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