java.lang.Object | +--com.ibm.lab.soln.dialogs.MyWizardAction
Supports a workbench action that opens a wizard. Creates the wizard dialog, adds the wizard, and opens the dialog to support wizard processing.
Constructor Summary | |
MyWizardAction()
Constructor for MyWizardAction. |
Method Summary | |
void |
run(org.eclipse.jface.action.IAction action)
Creates an instance of the wizard and then uses a to directly open the wizard. |
void |
selectionChanged(org.eclipse.jface.action.IAction action,
org.eclipse.jface.viewers.ISelection selection)
Saves a reference to the current selection in the workbench user interface. |
void |
setActivePart(org.eclipse.jface.action.IAction action,
org.eclipse.ui.IWorkbenchPart targetPart)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public MyWizardAction()
Method Detail |
public void run(org.eclipse.jface.action.IAction action)
run
in interface org.eclipse.ui.IActionDelegate
IActionDelegate.run(IAction)
public void selectionChanged(org.eclipse.jface.action.IAction action, org.eclipse.jface.viewers.ISelection selection)
selectionChanged
in interface org.eclipse.ui.IActionDelegate
IActionDelegate.selectionChanged(IAction, ISelection)
public void setActivePart(org.eclipse.jface.action.IAction action, org.eclipse.ui.IWorkbenchPart targetPart)
setActivePart
in interface org.eclipse.ui.IObjectActionDelegate