Eclipse GEF
3.3

org.eclipse.gef
Class GEFPlugin

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

Deprecated. The GEF plugin class must not be referenced by clients.

public final class GEFPlugin
extends AbstractUIPlugin

See Also:
Serialized Form

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

Method Detail

createUndoablePropertySheetEntry

public static IPropertySheetEntry createUndoablePropertySheetEntry(CommandStack stack)
Deprecated. use org.eclipse.gef.ui.properties.UndoablePropertySheetEntry

This method will be deleted.

Parameters:
stack - a command stack
Returns:
the implementation for the entry

getDefault

public static GEFPlugin getDefault()
Deprecated. 
Gets the plugin singleton.

Returns:
the default GEFPlugin singleton

Eclipse GEF
3.3

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