Package org.jurvis.swing.form

An input form and view framework.

See:
          Description

Interface Summary
JvField Interface defining a field within a form.
JvForm A form containing input fields displaying data from a model.
JvView Formalization of the View component of the Model-View-Controller paradigm.
 

Class Summary
JvAbstractField This abstract class provides default implementation for many of the methods in the JvField interface.
JvAbstractForm Abstract form containing input fields displaying data from a model.
JvAbstractView Abstract formalization of the View component of the Model-View-Controller paradigm.
JvEnumeratorField A JvField that displays the enumerated values of a JvEnumerator class.
JvFieldModificationListener An abstract listener class which listens to changes to every type of component that we may used as a field in a form.
JvFieldUtilities Various utilities in support of Fields.
JvFormListener Class to listen to property changes within a JvForm.
JvFormModificationListener A listener class which listens to changes to every type of component that we may place in a form.
JvFormUtilities Various utilities in support of Forms.
JvPropertyEditorField A JvField that uses a PropertyEditor to convert the field's value to and from a string representation.
JvViewUtilities Various utilities in support of JvViews.
 

Package org.jurvis.swing.form Description

An input form and view framework. Most Swing applications contain input forms. This package contains classes that simplify creating input forms which include validation, error reporting, and data binding to JavaBeans.



Copyright © 1999-2004 Neil W. Weber. All Rights Reserved.