org.eclipse.emf.mapping.ecore2ecore.action
Class AddOutputRootAction

java.lang.Object
  extended by org.eclipse.emf.edit.ui.action.CommandAction
      extended by org.eclipse.emf.mapping.action.AddRootBottomAction
          extended by org.eclipse.emf.mapping.ecore2ecore.action.AddOutputRootAction
All Implemented Interfaces:
IActionDelegate, IActionDelegate2, IEditorActionDelegate, IViewActionDelegate

public class AddOutputRootAction
extends AddRootBottomAction


Field Summary
 
Fields inherited from class org.eclipse.emf.edit.ui.action.CommandAction
action, collection, command, editingDomain, editorPart, workbenchPart
 
Constructor Summary
AddOutputRootAction()
           
 
Method Summary
protected  java.util.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 org.eclipse.emf.mapping.action.AddRootBottomAction
run, selectionChanged, setActiveWorkbenchPart
 
Methods inherited from class org.eclipse.emf.edit.ui.action.CommandAction
createActionCommand, dispose, getDefaultImageDescriptor, init, init, objectToImageDescriptor, runWithEvent, setActiveEditor
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AddOutputRootAction

public AddOutputRootAction()
Method Detail

getBottomsToAdd

protected java.util.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

Copyright 2001-2006 IBM Corporation and others.
All Rights Reserved.