|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eclipse.jface.wizard.Wizard
net.officefloor.eclipse.wizard.officetask.OfficeTaskWizard
public class OfficeTaskWizard
IWizard to select an OfficeTask.
| Field Summary |
|---|
| Fields inherited from class org.eclipse.jface.wizard.Wizard |
|---|
DEFAULT_IMAGE |
| Constructor Summary | |
|---|---|
OfficeTaskWizard(OfficeSectionModel officeSection,
AbstractOfficeFloorEditor<?,?> editor)
Initiate. |
|
| Method Summary | |
|---|---|
void |
addPages()
|
boolean |
canFinish()
|
org.eclipse.jface.wizard.IWizardPage |
getNextPage(org.eclipse.jface.wizard.IWizardPage page)
|
static OfficeTaskInstance |
getOfficeTask(OfficeSectionModel officeSection,
AbstractOfficeFloorEditor<?,?> editor)
Convenience method to obtain the OfficeTaskInstance. |
OfficeTaskInstance |
getOfficeTaskInstance()
Obtains the selected OfficeTaskInstance. |
boolean |
performFinish()
|
| Methods inherited from class org.eclipse.jface.wizard.Wizard |
|---|
addPage, createPageControls, dispose, getContainer, getDefaultPageImage, getDialogSettings, getPage, getPageCount, getPages, getPreviousPage, getShell, getStartingPage, getTitleBarColor, getWindowTitle, isHelpAvailable, needsPreviousAndNextButtons, needsProgressMonitor, performCancel, setContainer, setDefaultPageImageDescriptor, setDialogSettings, setForcePreviousAndNextButtons, setHelpAvailable, setNeedsProgressMonitor, setTitleBarColor, setWindowTitle |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public OfficeTaskWizard(OfficeSectionModel officeSection,
AbstractOfficeFloorEditor<?,?> editor)
officeSection - OfficeSectionModel to select OfficeTask from.editor - AbstractOfficeFloorEditor.| Method Detail |
|---|
public static OfficeTaskInstance getOfficeTask(OfficeSectionModel officeSection,
AbstractOfficeFloorEditor<?,?> editor)
OfficeTaskInstance.
officeSection - OfficeSectionModel from which to select the
OfficeTask.editor - AbstractOfficeFloorEditor requiring the
OfficeTask.
OfficeTaskInstance or null if
OfficeTask not selected.public OfficeTaskInstance getOfficeTaskInstance()
OfficeTaskInstance.
OfficeTaskInstance.public void addPages()
addPages in interface org.eclipse.jface.wizard.IWizardaddPages in class org.eclipse.jface.wizard.Wizardpublic org.eclipse.jface.wizard.IWizardPage getNextPage(org.eclipse.jface.wizard.IWizardPage page)
getNextPage in interface org.eclipse.jface.wizard.IWizardgetNextPage in class org.eclipse.jface.wizard.Wizardpublic boolean canFinish()
canFinish in interface org.eclipse.jface.wizard.IWizardcanFinish in class org.eclipse.jface.wizard.Wizardpublic boolean performFinish()
performFinish in interface org.eclipse.jface.wizard.IWizardperformFinish in class org.eclipse.jface.wizard.Wizard
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||