Class Summary |
DataProperties |
A Bean property which wraps the validator, data model, and
Field objects properties into one property. |
DataPropertiesRegistry |
Given a data type, this class determines the default validator or value model. |
DataPropertiesRegistry.Info |
Convenience class used to hold a validator and data model. |
Field |
Note that this class is not a part of the public API and is public
as a side-effect of the implementation. |
FieldBeanInfo |
This is the base bean info class for Field. |
JCComboField |
JCComboField has all the capability of JComboBox as well as the ability to
validate its contents. |
JCComboFieldBeanInfo |
This is the bean info class for JCComboField . |
JCFormUtil |
This class contains a collection of methods that look through all the
children of a given Container (usually a Form ) and return different sets
of information based on the JClass Field components found in a Container . |
JCInvalidInfo |
This class creates an object which holds the invalid info properties. |
JCLabelField |
JCLabelField has all the capability of JLabelField as well as the ability to
validate its contents. |
JCLabelFieldBeanInfo |
This is the bean info class for JCLabelField . |
JCPopupField |
JCPopupField is subclassed from JCComboField . |
JCPopupFieldBeanInfo |
This is the bean info class for JCPopupField . |
JCPromptHelper |
This class allows the user to display the ToolTipText
in a specified prompt label of any container whenever
that field component gains focus and to remove the text when the field
loses focus. |
JCSpinField |
A spin field allows the user to spin through a range of values. |
JCSpinFieldBeanInfo |
This is the bean info class for JCSpinField . |
JCTextField |
JCTextField has all the capability of JTextField as well as the ability to
validate its contents. |
JCTextFieldBeanInfo |
This is the bean info class for JCTextField . |
JCVersion |
In JClass, each package has a JCVersion class. |