Class MoveAnchorFeatureCommandWithContext
java.lang.Object
org.eclipse.graphiti.internal.command.FeatureCommand
org.eclipse.graphiti.internal.command.FeatureCommandWithContext
org.eclipse.graphiti.ui.internal.command.MoveAnchorFeatureCommandWithContext
- All Implemented Interfaces:
IContextHolder
,IFeatureAndContext
,IFeatureHolder
,IFeatureProviderHolder
,IDescription
,ICommand
,IReadOnlyProvider
-
Constructor Summary
ConstructorDescriptionMoveAnchorFeatureCommandWithContext
(IMoveAnchorFeature feature, IMoveAnchorContext context, org.eclipse.gef.GraphicalEditPart ep) -
Method Summary
Modifier and TypeMethodDescriptionboolean
Can execute.boolean
execute()
Execute.protected IMoveAnchorContext
Methods inherited from class org.eclipse.graphiti.internal.command.FeatureCommandWithContext
canUndo, getContext, undo
Methods inherited from class org.eclipse.graphiti.internal.command.FeatureCommand
getDescription, getFeature, getFeatureProvider, isReadOnly
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.eclipse.graphiti.features.IFeatureHolder
getFeature
-
Constructor Details
-
MoveAnchorFeatureCommandWithContext
public MoveAnchorFeatureCommandWithContext(IMoveAnchorFeature feature, IMoveAnchorContext context, org.eclipse.gef.GraphicalEditPart ep)
-
-
Method Details