org.eclipse.ohf.stem.ui.wizards
Class NewInfectorWizard.NewAction

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

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

Run the Wizard from an Action


Constructor Summary
NewInfectorWizard.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

NewInfectorWizard.NewAction

public NewInfectorWizard.NewAction()
Method Detail

run

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