org.eclipse.ohf.stem.core.model.presentation
Class ModelActionBarContributor.NewAction

java.lang.Object
  extended by org.eclipse.emf.common.ui.action.WorkbenchWindowActionDelegate
      extended by org.eclipse.ohf.stem.core.model.presentation.ModelActionBarContributor.NewAction
All Implemented Interfaces:
org.eclipse.ui.IActionDelegate, org.eclipse.ui.IWorkbenchWindowActionDelegate
Enclosing class:
ModelActionBarContributor

public static class ModelActionBarContributor.NewAction
extends org.eclipse.emf.common.ui.action.WorkbenchWindowActionDelegate

Action to create objects from the Model model.


Constructor Summary
ModelActionBarContributor.NewAction()
           
 
Method Summary
 void run(org.eclipse.jface.action.IAction action)
           
 
Methods inherited from class org.eclipse.emf.common.ui.action.WorkbenchWindowActionDelegate
dispose, init, selectionChanged
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ModelActionBarContributor.NewAction

public ModelActionBarContributor.NewAction()
Method Detail

run

public void run(org.eclipse.jface.action.IAction action)
See Also: