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 class
AbstractDatabaseConnectionPage.DatabaseConnectionPageCheck
Ancestor for page checks that check the connection with the current connection parameters.class
DummyPageCheck
Dummy check that always returns true.Fields in adams.gui.wizard declared as PageCheck Modifier and Type Field Description protected PageCheck
AbstractWizardPage. m_PageCheck
the page check to perform.Methods in adams.gui.wizard that return PageCheck Modifier and Type Method Description PageCheck
AbstractWizardPage. getPageCheck()
Returns the page check instance in use.Methods in adams.gui.wizard with parameters of type PageCheck Modifier and Type Method Description void
AbstractWizardPage. setPageCheck(PageCheck value)
Sets the page check instance to use.
-