protected class ControlAction.SelfAffectingCommand extends CommandWrapper
AbstractCommand.NonDirtyingcommanddescription, isExecutable, isPrepared, label| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<?> |
getAffectedObjects()
Delegates to the getAffectedObjects method of the command.
|
java.util.Collection<?> |
getResult()
Delegates to the getResult method of the command.
|
canUndo, createCommand, dispose, execute, getCommand, getDescription, getLabel, prepare, redo, toString, undocanExecute, chain, setDescription, setLabelpublic java.util.Collection<?> getResult()
CommandWrappergetResult in interface CommandgetResult in class CommandWrapperpublic java.util.Collection<?> getAffectedObjects()
CommandWrappergetAffectedObjects in interface CommandgetAffectedObjects in class CommandWrapper