public abstract class FeatureCommandWithContext extends FeatureCommand implements IFeatureAndContext
Modifier and Type | Method and Description |
---|---|
boolean |
canUndo()
Can undo.
|
IContext |
getContext()
Gets the context.
|
boolean |
undo()
Undo.
|
getDescription, getFeature, getFeatureProvider, isReadOnly
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getFeature
canExecute, execute
public IContext getContext()
getContext
in interface IContextHolder
public boolean canUndo()
ICommand