public class OfficeTaskWizard
extends org.eclipse.jface.wizard.Wizard
IWizard
to select an OfficeTaskType
.Constructor and Description |
---|
OfficeTaskWizard(OfficeSectionModel officeSection,
AbstractOfficeFloorEditor<?,?> editor)
Initiate.
|
Modifier and Type | Method and Description |
---|---|
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() |
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
public OfficeTaskWizard(OfficeSectionModel officeSection, AbstractOfficeFloorEditor<?,?> editor)
officeSection
- OfficeSectionModel
to select OfficeTaskType
from.editor
- AbstractOfficeFloorEditor
.public static OfficeTaskInstance getOfficeTask(OfficeSectionModel officeSection, AbstractOfficeFloorEditor<?,?> editor)
OfficeTaskInstance
.officeSection
- OfficeSectionModel
from which to select the
OfficeTaskType
.editor
- AbstractOfficeFloorEditor
requiring the
OfficeTaskType
.OfficeTaskInstance
or null
if
OfficeTaskType
not selected.public OfficeTaskInstance getOfficeTaskInstance()
OfficeTaskInstance
.OfficeTaskInstance
.public void addPages()
addPages
in interface org.eclipse.jface.wizard.IWizard
addPages
in class org.eclipse.jface.wizard.Wizard
public org.eclipse.jface.wizard.IWizardPage getNextPage(org.eclipse.jface.wizard.IWizardPage page)
getNextPage
in interface org.eclipse.jface.wizard.IWizard
getNextPage
in class org.eclipse.jface.wizard.Wizard
public boolean canFinish()
canFinish
in interface org.eclipse.jface.wizard.IWizard
canFinish
in class org.eclipse.jface.wizard.Wizard
public boolean performFinish()
performFinish
in interface org.eclipse.jface.wizard.IWizard
performFinish
in class org.eclipse.jface.wizard.Wizard
Copyright © 2005–2016. All rights reserved.