protected class DelegatingWrapperItemProvider.AffectedObjectsWrappingCommand extends CommandWrapper
AffectedObjectsWrappingCommand wraps another command to substitute this wrapper for its value
and child wrappers for their corresponding child values, whenever they appear in the affected objects.AbstractCommand.NonDirtyingcommanddescription, isExecutable, isPrepared, label| Constructor and Description |
|---|
DelegatingWrapperItemProvider.AffectedObjectsWrappingCommand(Command command) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<?> |
getAffectedObjects()
Delegates to the getAffectedObjects method of the command.
|
canUndo, createCommand, dispose, execute, getCommand, getDescription, getLabel, getResult, prepare, redo, toString, undocanExecute, chain, setDescription, setLabelpublic DelegatingWrapperItemProvider.AffectedObjectsWrappingCommand(Command command)
public java.util.Collection<?> getAffectedObjects()
CommandWrappergetAffectedObjects in interface CommandgetAffectedObjects in class CommandWrapper