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