edu.uky.rch.ept.projectexplorer.actions
Class WizardLauncher

java.lang.Object
  extended byorg.eclipse.jface.action.Action
      extended byedu.uky.rch.ept.projectexplorer.actions.WizardLauncher
All Implemented Interfaces:
org.eclipse.jface.action.IAction

public class WizardLauncher
extends org.eclipse.jface.action.Action

The WizardLauncher class is designed to launch wizards that implement INewWizard.

This class can be instantiated by clients to create Action classes that launch the specified wizard. These action classes can then be used in extensions/contributions.

Author:
Sandeep Bodapati

Field Summary
 
Fields inherited from interface org.eclipse.jface.action.IAction
AS_CHECK_BOX, AS_DROP_DOWN_MENU, AS_PUSH_BUTTON, AS_RADIO_BUTTON, AS_UNSPECIFIED, CHECKED, DESCRIPTION, ENABLED, IMAGE, RESULT, TEXT, TOOL_TIP_TEXT
 
Constructor Summary
WizardLauncher(String wizardClass)
           
 
Method Summary
 void run()
           
 
Methods inherited from class org.eclipse.jface.action.Action
addPropertyChangeListener, convertAccelerator, convertAccelerator, findKeyCode, findKeyString, findModifier, findModifierString, firePropertyChange, firePropertyChange, getAccelerator, getActionDefinitionId, getDescription, getDisabledImageDescriptor, getHelpListener, getHoverImageDescriptor, getId, getImageDescriptor, getMenuCreator, getStyle, getText, getToolTipText, isChecked, isEnabled, notifyResult, removeAcceleratorText, removeMnemonics, removePropertyChangeListener, runWithEvent, setAccelerator, setActionDefinitionId, setChecked, setDescription, setDisabledImageDescriptor, setEnabled, setHelpListener, setHoverImageDescriptor, setId, setImageDescriptor, setMenuCreator, setText, setToolTipText
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WizardLauncher

public WizardLauncher(String wizardClass)
Method Detail

run

public void run()