Uses of Class
adams.gui.wizard.AbstractWizardPage
-
Packages that use AbstractWizardPage Package Description adams.gui.wizard -
-
Uses of AbstractWizardPage in adams.gui.wizard
Classes in adams.gui.wizard with type parameters of type AbstractWizardPage Modifier and Type Interface Description interfacePageCheck<T extends AbstractWizardPage>Interface for classes that check whether a page has been completed.interfaceProceedAction<C extends AbstractWizardPage,N extends AbstractWizardPage>Interface for action classes that get called when a user proceeds to the next page.interfaceProceedAction<C extends AbstractWizardPage,N extends AbstractWizardPage>Interface for action classes that get called when a user proceeds to the next page.Subclasses of AbstractWizardPage in adams.gui.wizard Modifier and Type Class Description classAbstractDatabaseConnectionPageAncestor for pages that allow the user to enter database connection parameters.classBranchSelectionPagePage that lets the user select which sub-branch to follow by displaying the page names of its children as buttons.classDatabaseConnectionPageHandles an ADAMS database connection.classFinalPageSimple start/welcome page.classGenericObjectEditorPageWizard page that use aGenericObjectEditorfor displaying the properties of an object (and allowing user to change the class).classListPageWizard page that use aBaseListfor displaying a list of values.classParameterPanelPageWizard page that use aPropertiesParameterPanelfor displaying the parameters.classPropertySheetPanelPageWizard page that use aPropertySheetPanelfor displaying the properties of an object.classSelectDirectoryPageWizard page that allows the user to select a directory.classSelectFilePageWizard page that allows the user to select a file.classSelectMultipleDirectoriesPageWizard page that allows the user to select multiple directories.classSelectMultipleFilesPageWizard page that allows the user to select multiple files.classStartPageSimple start/welcome page.classTextAreaPageWizard page that use aBaseTextAreafor entering free-form text.classWekaPropertySheetPanelPageWizard page that use aPropertySheetPanelfor displaying the properties of an object.classWekaSelectDatasetPageWizard page that allows the user to select a Weka dataset.classWekaSelectMultipleDatasetsPageWizard page that allows the user to select multiple datasets.Fields in adams.gui.wizard declared as AbstractWizardPage Modifier and Type Field Description protected AbstractWizardPageWizardPaneWithBranches. m_LastPageAddedthe last page added.protected AbstractWizardPageWizardPaneWithBranches. m_SelectedPagethe currently selected page.Fields in adams.gui.wizard with type parameters of type AbstractWizardPage Modifier and Type Field Description protected Set<AbstractWizardPage>WizardPaneWithBranches. m_FinalPagesthe final pages.protected Map<String,AbstractWizardPage>AbstractWizardPane. m_PageLookupthe pages lookup.Methods in adams.gui.wizard that return AbstractWizardPage Modifier and Type Method Description protected AbstractWizardPage[]BranchSelectionPage. getChildPages()Returns its child pages.AbstractWizardPage[]WizardPaneWithBranches. getChildPages(AbstractWizardPage page)Returns all the child pages for the specified page.AbstractWizardPageWizardPane. getPageAt(int index)Returns the specified page.abstract AbstractWizardPageAbstractWizardPane. getSelectedPage()Returns the currently active page.AbstractWizardPageWizardPane. getSelectedPage()Returns the currently active page.AbstractWizardPageWizardPaneWithBranches. getSelectedPage()Returns the currently active page.Methods in adams.gui.wizard with parameters of type AbstractWizardPage Modifier and Type Method Description voidAbstractWizardPane. addPage(AbstractWizardPage page)Adds the page under the given name.voidWizardPane. addPage(AbstractWizardPage page)Adds the page under the given name.voidWizardPaneWithBranches. addPage(AbstractWizardPage page)Adds the page under the given name.voidWizardPaneWithBranches. addPage(AbstractWizardPage parent, AbstractWizardPage page)Adds the page under the given name.booleanDummyPageCheck. checkPage(AbstractWizardPage page)Checks the page.protected DefaultMutableTreeNodeWizardPaneWithBranches. findNode(AbstractWizardPage page)Finds the node associated with the specified page.AbstractWizardPage[]WizardPaneWithBranches. getChildPages(AbstractWizardPage page)Returns all the child pages for the specified page.voidWizardPaneWithBranches. markFinalPage(AbstractWizardPage page)Marks the page as a final one (for the finish button to be displayed).voidDummyProceedAction. onProceed(AbstractWizardPage currPage, AbstractWizardPage nextPage)Does nothing.voidWizardPaneWithBranches. removePage(AbstractWizardPage page)Removes the page (and all its subsequent pages).voidWizardPaneWithBranches. setSelectedPage(AbstractWizardPage page)Sets the specified page as active one.voidWizardPaneWithBranches. unmarkFinalPage(AbstractWizardPage page)Unmarks the page as a final one (for the finish button to be displayed).
-