public interface ICommand extends IDescription, IFeatureProviderHolder
Modifier and Type | Method and Description |
---|---|
boolean |
canExecute()
Can execute.
|
boolean |
canUndo()
Can undo.
|
boolean |
execute()
Execute.
|
boolean |
undo()
Undo.
|
getDescription
getFeatureProvider