T
- public class HierarchyWizardPageFinal<T>
extends org.eclipse.jface.wizard.WizardPage
Constructor and Description |
---|
HierarchyWizardPageFinal(HierarchyWizard<T> wizard)
Creates a new instance.
|
Modifier and Type | Method and Description |
---|---|
boolean |
canFlipToNextPage() |
void |
createControl(org.eclipse.swt.widgets.Composite parent) |
boolean |
isPageComplete() |
void |
setGroups(int[] groups)
Sets the groups.
|
void |
setHierarchy(AttributeType.Hierarchy hierarchy)
Sets the hierarchy.
|
void |
setVisible(boolean value) |
getImage, getName, getNextPage, getPreviousPage, getShell, getWizard, setDescription, setErrorMessage, setImageDescriptor, setMessage, setPageComplete, setPreviousPage, setTitle, setWizard, toString
dispose, getControl, getDescription, getErrorMessage, getMessage, getMessageType, getTitle, performHelp, setMessage
public HierarchyWizardPageFinal(HierarchyWizard<T> wizard)
wizard
- 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 boolean isPageComplete()
isPageComplete
in interface org.eclipse.jface.wizard.IWizardPage
isPageComplete
in class org.eclipse.jface.wizard.WizardPage
public void setGroups(int[] groups)
groups
- public void setHierarchy(AttributeType.Hierarchy hierarchy)
hierarchy
- public void setVisible(boolean value)
setVisible
in interface org.eclipse.jface.dialogs.IDialogPage
setVisible
in class org.eclipse.jface.dialogs.DialogPage