T
- public class HierarchyWizardPageRedaction<T> extends HierarchyWizardPageBuilder<T>
Constructor and Description |
---|
HierarchyWizardPageRedaction(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) |
boolean |
isPageComplete() |
void |
setVisible(boolean value) |
void |
updatePage()
Update the page when the model has changed.
|
canFlipToNextPage, getNextPage, update
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 HierarchyWizardPageRedaction(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 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 HierarchyWizardPageBuilder<T>
public void updatePage()
HierarchyWizardPageBuilder
updatePage
in class HierarchyWizardPageBuilder<T>