Package org.formproc.form

Package which contains classes for providing configuration information to FormProc.

See:
          Description

Class Summary
AbstractFormElement An abstract base class which implements the FormElement interface.
AbstractFormElementGroup Abstract base class which implements the FormElementGroup interface.
BasicFormElement A basic implementation of the FormElement interface which allows the element to be configured manually.
BasicFormElementGroup Basic implementation of the FormElementGroup interface which allows configuration to be controlled through method calls.
DefaultFormElement A default implementation of the FormElement interface.
DefaultFormElementGroup Default implementation of the FormElementGroup interface.
 

Package org.formproc.form Description

Package which contains classes for providing configuration information to FormProc. The default implementation uses an XML file to provide configuration information FormProc. Additional implementations can be created by implementing the org.formproc.FormConfiguration interface or by extending the org.formproc.config.AbstractFormConfiguration class which is the preferred method.



Copyright (c) 2001-2003 Anthony Eden. All Rights Reserved.