Interface ICommand
-
- All Superinterfaces:
IDescription,IFeatureProviderHolder
- All Known Implementing Classes:
AddFeatureCommandWithContext,CommandContainer,DirectEditingFeatureCommandWithContext,FeatureCommand,FeatureCommandWithContext,GenericFeatureCommandWithContext,GFOnEmfCommand,MoveAnchorFeatureCommandWithContext,MoveShapeFeatureCommandWithContext,ResizeShapeFeatureCommandWithContext
public interface ICommand extends IDescription, IFeatureProviderHolder
The Interface ICommand. Defines the general GF Command
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleancanExecute()Can execute.booleancanUndo()Can undo.booleanexecute()Execute.booleanundo()Undo.-
Methods inherited from interface org.eclipse.graphiti.IDescription
getDescription
-
Methods inherited from interface org.eclipse.graphiti.features.IFeatureProviderHolder
getFeatureProvider
-
-