T
- public class HierarchyWizardPageOrder<T> extends HierarchyWizardPageBuilder<T>
Constructor and Description |
---|
HierarchyWizardPageOrder(Controller controller,
HierarchyWizard<T> wizard,
HierarchyWizardModel<T> model,
HierarchyWizardPageFinal<T> finalPage)
Creates a new instance.
|
Modifier and Type | Method and Description |
---|---|
void |
createControl(org.eclipse.swt.widgets.Composite parent) |
void |
updatePage()
Update the page when the model has changed.
|
canFlipToNextPage, getNextPage, setVisible, update
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 HierarchyWizardPageOrder(Controller controller, HierarchyWizard<T> wizard, HierarchyWizardModel<T> model, HierarchyWizardPageFinal<T> finalPage)
controller
- wizard
- model
- finalPage
- public void createControl(org.eclipse.swt.widgets.Composite parent)
public void updatePage()
HierarchyWizardPageBuilder
updatePage
in class HierarchyWizardPageBuilder<T>