public static class RemoveMappingAction.CommandDelegate extends CommandWrapper implements CommandActionDelegate
AbstractCommand.NonDirtying| Modifier and Type | Field and Description |
|---|---|
protected java.util.Collection<?> |
collection |
protected MappingDomain |
mappingDomain |
commanddescription, isExecutable, isPrepared, label| Constructor and Description |
|---|
RemoveMappingAction.CommandDelegate(EditingDomain editingDomain,
CommandParameter commandParameter) |
| Modifier and Type | Method and Description |
|---|---|
Command |
createCommand()
Create the command being proxied.
|
java.lang.Object |
getImage()
This returns the icon, if any, of the action.
|
java.lang.String |
getText()
This returns the menu text, if any, of the action.
|
java.lang.String |
getToolTipText()
This returns the tool tip text, if any, of the action.
|
canUndo, dispose, execute, getAffectedObjects, getCommand, getDescription, getLabel, getResult, prepare, redo, toString, undocanExecute, chain, setDescription, setLabelclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitcanExecute, getDescriptionprotected MappingDomain mappingDomain
protected java.util.Collection<?> collection
public RemoveMappingAction.CommandDelegate(EditingDomain editingDomain, CommandParameter commandParameter)
public java.lang.Object getImage()
getImage in interface CommandActionDelegatepublic java.lang.String getText()
CommandActionDelegategetText in interface CommandActionDelegatepublic java.lang.String getToolTipText()
getToolTipText in interface CommandActionDelegatepublic Command createCommand()
CommandWrappernull.
It is called by CommandWrapper.prepare().createCommand in class CommandWrapper