Uses of Class
org.eclipse.gef.commands.CommandStack
Packages that use CommandStack
Package
Description
All interfaces, base types, and the plugin class are here.
Simple implementations of the Command interface which support development-time inspection.
This package support for using JFace Actions in your EditorPart.
-
Uses of CommandStack in org.eclipse.gef
Methods in org.eclipse.gef that return CommandStackMethods in org.eclipse.gef with parameters of type CommandStackModifier and TypeMethodDescriptionstatic IPropertySheetEntryGEFPlugin.createUndoablePropertySheetEntry(CommandStack stack) Deprecated.use org.eclipse.gef.ui.properties.UndoablePropertySheetEntryvoidEditDomain.setCommandStack(CommandStack stack) Sets theCommandStack. -
Uses of CommandStack in org.eclipse.gef.commands
Constructors in org.eclipse.gef.commands with parameters of type CommandStackModifierConstructorDescriptionCommandStackEvent(CommandStack stack, Command c, int detail) Constructs a new event instance. -
Uses of CommandStack in org.eclipse.gef.ui.actions
Methods in org.eclipse.gef.ui.actions that return CommandStackModifier and TypeMethodDescriptionprotected CommandStackWorkbenchPartAction.getCommandStack()Returns the editor's command stack. -
Uses of CommandStack in org.eclipse.gef.ui.parts
Methods in org.eclipse.gef.ui.parts that return CommandStackModifier and TypeMethodDescriptionprotected CommandStackGraphicalEditor.getCommandStack()Returns the command stack. -
Uses of CommandStack in org.eclipse.gef.ui.properties
Methods in org.eclipse.gef.ui.properties that return CommandStackModifier and TypeMethodDescriptionprotected CommandStackUndoablePropertySheetEntry.getCommandStack()Returns theCommandStackthat is used by this entry.Constructors in org.eclipse.gef.ui.properties with parameters of type CommandStackModifierConstructorDescriptionUndoablePropertySheetEntry(CommandStack commandStack) Constructs the root entry using the given command stack.UndoablePropertySheetPage(CommandStack commandStack, IAction undoAction, IAction redoAction) Constructs a newUndoablePropertySheetPage.