Uses of Class
adams.gui.wizard.AbstractWizardPane
-
Packages that use AbstractWizardPane Package Description adams.gui.wizard -
-
Uses of AbstractWizardPane in adams.gui.wizard
Subclasses of AbstractWizardPane in adams.gui.wizard Modifier and Type Class Description class
WizardPane
Similar to aBaseTabbedPane
, but with the names of the pages listed in aBaseList
on the left-hand side.class
WizardPaneWithBranches
Similar toWizardPane
but allows branching.Fields in adams.gui.wizard declared as AbstractWizardPane Modifier and Type Field Description protected AbstractWizardPane
AbstractWizardPage. m_Owner
the wizard this page belongs to.Methods in adams.gui.wizard that return AbstractWizardPane Modifier and Type Method Description AbstractWizardPane
AbstractWizardPage. getOwner()
Returns the wizard this page belongs to.Methods in adams.gui.wizard with parameters of type AbstractWizardPane Modifier and Type Method Description void
AbstractWizardPage. setOwner(AbstractWizardPane value)
Sets the wizard this page belongs to.void
BranchSelectionPage. setOwner(AbstractWizardPane value)
Sets the wizard this page belongs to.
-