Uses of Interface
adams.gui.wizard.PageCheck
-
Packages that use PageCheck Package Description adams.gui.wizard -
-
Uses of PageCheck in adams.gui.wizard
Classes in adams.gui.wizard that implement PageCheck Modifier and Type Class Description static classAbstractDatabaseConnectionPage.DatabaseConnectionPageCheckAncestor for page checks that check the connection with the current connection parameters.classDummyPageCheckDummy check that always returns true.Fields in adams.gui.wizard declared as PageCheck Modifier and Type Field Description protected PageCheckAbstractWizardPage. m_PageCheckthe page check to perform.Methods in adams.gui.wizard that return PageCheck Modifier and Type Method Description PageCheckAbstractWizardPage. getPageCheck()Returns the page check instance in use.Methods in adams.gui.wizard with parameters of type PageCheck Modifier and Type Method Description voidAbstractWizardPage. setPageCheck(PageCheck value)Sets the page check instance to use.
-