Uses of Package
org.eclipse.gef.commands
Packages that use org.eclipse.gef.commands
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 contains abstract implementation of the EditPart interface.
This package contains EditPolicy implementations for many common editing
Roles.
This package contains the common Request types used by the provided tools and edit policies.
This package provides several tool implementations.
This package support for using JFace Actions in your EditorPart.
-
Classes in org.eclipse.gef.commands used by org.eclipse.gef
-
Classes in org.eclipse.gef.commands used by org.eclipse.gef.commandsClassDescriptionAn Abstract implementation of
Command
.An implementation of a command stack.Instances of this class are sent whenever stack events occur.A listener interface for receiving notification before and after commands are executed, undone, or redone.Deprecated.An aggregation of multipleCommands
.A Command which can never be executed -
Classes in org.eclipse.gef.commands used by org.eclipse.gef.dnd
-
Classes in org.eclipse.gef.commands used by org.eclipse.gef.editparts
-
Classes in org.eclipse.gef.commands used by org.eclipse.gef.editpolicies
-
Classes in org.eclipse.gef.commands used by org.eclipse.gef.requests
-
Classes in org.eclipse.gef.commands used by org.eclipse.gef.rulers
-
Classes in org.eclipse.gef.commands used by org.eclipse.gef.tools
-
Classes in org.eclipse.gef.commands used by org.eclipse.gef.ui.actions
-
Classes in org.eclipse.gef.commands used by org.eclipse.gef.ui.partsClassDescriptionAn implementation of a command stack.Deprecated.Use
CommandStackEventListener
instead and filter for post-events usingCommandStack.POST_MASK
. -
Classes in org.eclipse.gef.commands used by org.eclipse.gef.ui.properties
CommandStackEventListener
instead and filter for post-events usingCommandStack.POST_MASK
.