Package adams.gui.wizard
Class DummyPageCheck
- java.lang.Object
-
- adams.gui.wizard.DummyPageCheck
-
- All Implemented Interfaces:
PageCheck<AbstractWizardPage>
,Serializable
public class DummyPageCheck extends Object implements PageCheck<AbstractWizardPage>
Dummy check that always returns true.- Version:
- $Revision$
- Author:
- fracpete (fracpete at waikato dot ac dot nz)
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DummyPageCheck()
-
-
-
Method Detail
-
checkPage
public boolean checkPage(AbstractWizardPage page)
Checks the page.- Specified by:
checkPage
in interfacePageCheck<AbstractWizardPage>
- Parameters:
page
- the page to check- Returns:
- always true
-
-