T
- public class HierarchyWizardPageType<T>
extends org.eclipse.jface.wizard.WizardPage
Constructor and Description |
---|
HierarchyWizardPageType(HierarchyWizard<T> wizard,
HierarchyWizardModel<T> model,
HierarchyWizardPageIntervals<T> intervalPage,
HierarchyWizardPageOrder<T> orderPage,
HierarchyWizardPageRedaction<T> redactionPage,
HierarchyWizardPageDate datePage)
Creates a new instance.
|
Modifier and Type | Method and Description |
---|---|
boolean |
canFlipToNextPage() |
void |
createControl(org.eclipse.swt.widgets.Composite parent) |
org.eclipse.jface.wizard.IWizardPage |
getNextPage() |
boolean |
isPageComplete() |
void |
setVisible(boolean value) |
void |
updatePage()
Updates the page.
|
getImage, getName, getPreviousPage, getShell, getWizard, setDescription, setErrorMessage, setImageDescriptor, setMessage, setPageComplete, setPreviousPage, setTitle, setWizard, toString
dispose, getControl, getDescription, getErrorMessage, getMessage, getMessageType, getTitle, performHelp, setMessage
public HierarchyWizardPageType(HierarchyWizard<T> wizard, HierarchyWizardModel<T> model, HierarchyWizardPageIntervals<T> intervalPage, HierarchyWizardPageOrder<T> orderPage, HierarchyWizardPageRedaction<T> redactionPage, HierarchyWizardPageDate datePage)
wizard
- model
- intervalPage
- orderPage
- redactionPage
- datePage
- public boolean canFlipToNextPage()
canFlipToNextPage
in interface org.eclipse.jface.wizard.IWizardPage
canFlipToNextPage
in class org.eclipse.jface.wizard.WizardPage
public void createControl(org.eclipse.swt.widgets.Composite parent)
public org.eclipse.jface.wizard.IWizardPage getNextPage()
getNextPage
in interface org.eclipse.jface.wizard.IWizardPage
getNextPage
in class org.eclipse.jface.wizard.WizardPage
public boolean isPageComplete()
isPageComplete
in interface org.eclipse.jface.wizard.IWizardPage
isPageComplete
in class org.eclipse.jface.wizard.WizardPage
public void setVisible(boolean value)
setVisible
in interface org.eclipse.jface.dialogs.IDialogPage
setVisible
in class org.eclipse.jface.dialogs.DialogPage
public void updatePage()