org.eclipse.emf.mapping.action
Class CreateOneSidedMappingAction.DelegateCommand
java.lang.Object
org.eclipse.emf.common.command.AbstractCommand
org.eclipse.emf.common.command.CommandWrapper
org.eclipse.emf.mapping.action.CreateOneSidedMappingAction.DelegateCommand
- All Implemented Interfaces:
- Command, CommandActionDelegate
- Enclosing class:
- CreateOneSidedMappingAction
public static class CreateOneSidedMappingAction.DelegateCommand
- extends CommandWrapper
- implements CommandActionDelegate
Method Summary |
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. |
Methods inherited from class org.eclipse.emf.common.command.CommandWrapper |
canUndo, createCommand, dispose, execute, getAffectedObjects, getCommand, getDescription, getLabel, getResult, prepare, redo, toString, undo |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
mappingDomain
protected MappingDomain mappingDomain
collection
protected java.util.Collection<?> collection
CreateOneSidedMappingAction.DelegateCommand
public CreateOneSidedMappingAction.DelegateCommand(EditingDomain editingDomain,
CommandParameter commandParameter)
getImage
public java.lang.Object getImage()
- This returns the icon, if any, of the action.
- Specified by:
getImage
in interface CommandActionDelegate
getText
public java.lang.String getText()
- Description copied from interface:
CommandActionDelegate
- This returns the menu text, if any, of the action.
- Specified by:
getText
in interface CommandActionDelegate
getToolTipText
public java.lang.String getToolTipText()
- This returns the tool tip text, if any, of the action.
- Specified by:
getToolTipText
in interface CommandActionDelegate