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)
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.
|
getContainer, getDialogSettings, getImage, getName, getPreviousPage, getShell, getWizard, isCurrentPage, setDescription, setErrorMessage, setImageDescriptor, setMessage, setPageComplete, setPreviousPage, setTitle, setWizard, toString
convertHeightInCharsToPixels, convertHorizontalDLUsToPixels, convertVerticalDLUsToPixels, convertWidthInCharsToPixels, dispose, getControl, getDescription, getDialogFontName, getErrorMessage, getFont, getMessage, getMessageType, getTitle, getToolTipText, initializeDialogUnits, isControlCreated, performHelp, setButtonLayoutData, setControl, setMessage
public HierarchyWizardPageType(HierarchyWizard<T> wizard, HierarchyWizardModel<T> model, HierarchyWizardPageIntervals<T> intervalPage, HierarchyWizardPageOrder<T> orderPage, HierarchyWizardPageRedaction<T> redactionPage)
wizard
- model
- intervalPage
- orderPage
- redactionPage
- 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()