| Package | Description |
|---|---|
| org.eclipse.gef |
All interfaces, base types, and the plugin class are here.
|
| org.eclipse.gef.commands |
Simple implementations of the Command interface which support development-time inspection.
|
| org.eclipse.gef.ui.actions |
This package support for using JFace Actions in your EditorPart.
|
| org.eclipse.gef.ui.parts | |
| org.eclipse.gef.ui.properties |
| Modifier and Type | Method and Description |
|---|---|
CommandStack |
EditDomain.getCommandStack()
Returns the CommandStack.
|
| Modifier and Type | Method and Description |
|---|---|
static IPropertySheetEntry |
GEFPlugin.createUndoablePropertySheetEntry(CommandStack stack)
Deprecated.
use org.eclipse.gef.ui.properties.UndoablePropertySheetEntry
|
void |
EditDomain.setCommandStack(CommandStack stack)
Sets the
CommandStack. |
| Constructor and Description |
|---|
CommandStackEvent(CommandStack stack,
Command c,
int detail)
Constructs a new event instance.
|
| Modifier and Type | Method and Description |
|---|---|
protected CommandStack |
WorkbenchPartAction.getCommandStack()
Returns the editor's command stack.
|
| Modifier and Type | Method and Description |
|---|---|
protected CommandStack |
GraphicalEditor.getCommandStack()
Returns the command stack.
|
| Modifier and Type | Method and Description |
|---|---|
protected CommandStack |
UndoablePropertySheetEntry.getCommandStack()
Returns the
CommandStack that is used by this entry. |
| Constructor and Description |
|---|
UndoablePropertySheetEntry(CommandStack commandStack)
Constructs the root entry using the given command stack.
|
UndoablePropertySheetPage(CommandStack commandStack,
IAction undoAction,
IAction redoAction)
Constructs a new
UndoablePropertySheetPage. |
Copyright (c) IBM Corp. and others 2000, 2011. All Rights Reserved.