T
- public abstract class HierarchyWizardPageBuilder<T> extends org.eclipse.jface.wizard.WizardPage implements HierarchyWizard.HierarchyWizardView
Constructor and Description |
---|
HierarchyWizardPageBuilder(HierarchyWizard<T> wizard,
HierarchyWizardModelAbstract<T> model,
HierarchyWizardPageFinal<T> finalPage)
Creates a new base class.
|
Modifier and Type | Method and Description |
---|---|
boolean |
canFlipToNextPage() |
org.eclipse.jface.wizard.IWizardPage |
getNextPage() |
void |
setVisible(boolean value) |
void |
update()
Update.
|
abstract void |
updatePage()
Update the page when the model has changed.
|
getImage, getName, getPreviousPage, getShell, getWizard, isPageComplete, setDescription, setErrorMessage, setImageDescriptor, setMessage, setPageComplete, setPreviousPage, setTitle, setWizard, toString
dispose, getControl, getDescription, getErrorMessage, getMessage, getMessageType, getTitle, performHelp, setMessage
public HierarchyWizardPageBuilder(HierarchyWizard<T> wizard, HierarchyWizardModelAbstract<T> model, HierarchyWizardPageFinal<T> finalPage)
wizard
- model
- finalPage
- public boolean canFlipToNextPage()
canFlipToNextPage
in interface org.eclipse.jface.wizard.IWizardPage
canFlipToNextPage
in class org.eclipse.jface.wizard.WizardPage
public org.eclipse.jface.wizard.IWizardPage getNextPage()
getNextPage
in interface org.eclipse.jface.wizard.IWizardPage
getNextPage
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 update()
HierarchyWizard.HierarchyWizardView
update
in interface HierarchyWizard.HierarchyWizardView
public abstract void updatePage()