org.eclipse.emf.edit.provider
Class DelegatingWrapperItemProvider.AffectedObjectsWrappingCommand
java.lang.Object
org.eclipse.emf.common.command.AbstractCommand
org.eclipse.emf.common.command.CommandWrapper
org.eclipse.emf.edit.provider.DelegatingWrapperItemProvider.AffectedObjectsWrappingCommand
- All Implemented Interfaces:
- Command
- Direct Known Subclasses:
- DelegatingWrapperItemProvider.AffectedObjectsWrappingCommandActionDelegate
- Enclosing class:
- DelegatingWrapperItemProvider
- public class DelegatingWrapperItemProvider.AffectedObjectsWrappingCommand
- extends CommandWrapper
An AffectedObjectsWrappingCommand wraps another command to substitue this wrapper for its value
and child wrappers for their corresonding child values, whenever they appear in the affected objects.
Methods inherited from class org.eclipse.emf.common.command.CommandWrapper
|
canUndo, createCommand, dispose, execute, getCommand, getDescription, getLabel, getResult, prepare, redo, toString, undo
|
DelegatingWrapperItemProvider.AffectedObjectsWrappingCommand
public DelegatingWrapperItemProvider.AffectedObjectsWrappingCommand(Command command)
getAffectedObjects
public Collection getAffectedObjects()
- Description copied from class: CommandWrapper
- Delegates to the getAffectedObjects method of the command.
- Specified by:
- getAffectedObjects in interface Command
- Overrides:
- getAffectedObjects in class CommandWrapper
- Returns:
- the result.