public static class CreateMappingAction.DelegateCommand 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 |
|---|
CreateMappingAction.DelegateCommand(EditingDomain editingDomain,
CommandParameter commandParameter) |
| Modifier and Type | Method and Description |
|---|---|
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, createCommand, 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 CreateMappingAction.DelegateCommand(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 CommandActionDelegate