| |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.eclipse.emf.common.command.AbstractCommand
org.eclipse.emf.common.command.CommandWrapper
org.eclipse.emf.edit.provider.DelegatingWrapperItemProvider.AffectedObjectsWrappingCommand
org.eclipse.emf.edit.provider.DelegatingWrapperItemProvider.AffectedObjectsWrappingCommandActionDelegate
An AffectedObjectsWrappingCommandActionDelegate wraps another command that also implements CommandActionDelegate, to substitue this wrapper for its value and child wrappers for their corresonding child values, whenever they appear in the affected objects. Action delegate methods are delegated directly to the wrapped command.
| Nested Class Summary |
| Nested classes inherited from class org.eclipse.emf.common.command.AbstractCommand |
| AbstractCommand.NonDirtying |
| Field Summary |
| Fields inherited from class org.eclipse.emf.common.command.CommandWrapper |
| command |
| Fields inherited from class org.eclipse.emf.common.command.AbstractCommand |
| description, isExecutable, isPrepared, label |
| Constructor Summary | |
| DelegatingWrapperItemProvider.AffectedObjectsWrappingCommandActionDelegate(CommandActionDelegate command)
Returns a new AffectedObjectsWrappingCommandActionDelegate for the given command. | |
| Method Summary | |
| boolean | canExecute()
This returns whether the action should be enabled. |
| String | getDescription()
This returns the description, if any, of the action. |
| Object | getImage()
This returns the decoration, if any, of the action. |
| String | getText()
This returns the menu text, if any, of the action. |
| String | getToolTipText()
This returns the tool tip text, if any, of the action. |
| Methods inherited from class org.eclipse.emf.edit.provider.DelegatingWrapperItemProvider.AffectedObjectsWrappingCommand |
| getAffectedObjects |
| Methods inherited from class org.eclipse.emf.common.command.CommandWrapper |
| canUndo, createCommand, dispose, execute, getCommand, getLabel, getResult, prepare, redo, toString, undo |
| Methods inherited from class org.eclipse.emf.common.command.AbstractCommand |
| chain, setDescription, setLabel |
| Methods inherited from class java.lang.Object |
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public DelegatingWrapperItemProvider.AffectedObjectsWrappingCommandActionDelegate(CommandActionDelegate command)
| Method Detail |
public boolean canExecute()
public Object getImage()
public String getText()
public String getDescription()
public String getToolTipText()
|
Copyright 2001-2004 IBM Corporation and others. All Rights Reserved. | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||