org.eclipse.emf.mapping.ecore2ecore.action
Class AddOutputRootAction
java.lang.Object
org.eclipse.emf.edit.ui.action.CommandAction
org.eclipse.emf.mapping.action.AddRootBottomAction
org.eclipse.emf.mapping.ecore2ecore.action.AddOutputRootAction
- All Implemented Interfaces:
- IActionDelegate, IActionDelegate2, IEditorActionDelegate, IViewActionDelegate
- public class AddOutputRootAction
- extends AddRootBottomAction
Method Summary |
protected Collection |
getBottomsToAdd()
This method should be overriden with a domain-specific implementation
that returns the inputs to be added, e.g., by querying the user with a dialog. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AddOutputRootAction
public AddOutputRootAction()
getBottomsToAdd
protected Collection getBottomsToAdd()
- Description copied from class:
AddRootBottomAction
- This method should be overriden with a domain-specific implementation
that returns the inputs to be added, e.g., by querying the user with a dialog.
- Overrides:
getBottomsToAdd
in class AddRootBottomAction