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 classWizardPaneSimilar to aBaseTabbedPane, but with the names of the pages listed in aBaseListon the left-hand side.classWizardPaneWithBranchesSimilar toWizardPanebut allows branching.Fields in adams.gui.wizard declared as AbstractWizardPane Modifier and Type Field Description protected AbstractWizardPaneAbstractWizardPage. m_Ownerthe wizard this page belongs to.Methods in adams.gui.wizard that return AbstractWizardPane Modifier and Type Method Description AbstractWizardPaneAbstractWizardPage. getOwner()Returns the wizard this page belongs to.Methods in adams.gui.wizard with parameters of type AbstractWizardPane Modifier and Type Method Description voidAbstractWizardPage. setOwner(AbstractWizardPane value)Sets the wizard this page belongs to.voidBranchSelectionPage. setOwner(AbstractWizardPane value)Sets the wizard this page belongs to.
-