protected class ControlAction.SelfAffectingCommand extends CommandWrapper
AbstractCommand.NonDirtying
command
description, 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, undo
canExecute, chain, setDescription, setLabel
public java.util.Collection<?> getResult()
CommandWrapper
getResult
in interface Command
getResult
in class CommandWrapper
public java.util.Collection<?> getAffectedObjects()
CommandWrapper
getAffectedObjects
in interface Command
getAffectedObjects
in class CommandWrapper