org.progeeks.meta.swing.wizard
Interface PageEvaluator
- All Known Implementing Classes:
- DefaultPageEvaluator
public interface PageEvaluator
Evaluates the fields of a page and performs certain actions
based on that state and/or sets up the wizard button enablement.
- Version:
- $Revision: 1.1 $
- Author:
- Paul Speed
pageChanged
int pageChanged(int buttonFlags,
MetaObject object,
PageConfiguration page)
- Called when the value of a page field changes. Returns the
button flags that define which buttons are enabled or disabled.
Copyright © 2002-2003 Paul Speed. All Rights Reserved.