Uses of Interface
adams.gui.wizard.ProceedAction
-
Packages that use ProceedAction Package Description adams.gui.wizard -
-
Uses of ProceedAction in adams.gui.wizard
Classes in adams.gui.wizard that implement ProceedAction Modifier and Type Class Description classDummyProceedActionDummy action, does nothing.Fields in adams.gui.wizard declared as ProceedAction Modifier and Type Field Description protected ProceedActionAbstractWizardPage. m_ProceedActionthe action to perform when proceeding.Methods in adams.gui.wizard that return ProceedAction Modifier and Type Method Description ProceedActionAbstractWizardPage. getProceedAction()Returns the proceed action instance in use.Methods in adams.gui.wizard with parameters of type ProceedAction Modifier and Type Method Description voidAbstractWizardPage. setProceedAction(ProceedAction value)Sets the proceed action instance to use.
-