|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.officefloor.eclipse.wizard.WizardUtil
public class WizardUtil
Utility for working with the IWizard.
| Method Summary | |
|---|---|
static boolean |
runWizard(org.eclipse.jface.wizard.IWizard wizard,
AbstractOfficeFloorEditor<?,?> editor)
Runs the IWizard. |
static boolean |
runWizard(org.eclipse.jface.wizard.IWizard wizard,
AbstractOfficeFloorEditPart<?,?,?> editPart)
Runs the IWizard. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static boolean runWizard(org.eclipse.jface.wizard.IWizard wizard,
AbstractOfficeFloorEditPart<?,?,?> editPart)
IWizard.
wizard - IWizard.editPart - AbstractOfficeFloorEditPart.
true if successful.
public static boolean runWizard(org.eclipse.jface.wizard.IWizard wizard,
AbstractOfficeFloorEditor<?,?> editor)
IWizard.
wizard - IWizard.editor - AbstractOfficeFloorEditor.
true if successful.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||