Serialized Form


Package com.townleyenterprises.common

Class com.townleyenterprises.common.Version.VersionMismatchException extends java.lang.RuntimeException implements Serializable


Package com.townleyenterprises.filter

Class com.townleyenterprises.filter.QueryFilter extends PropertyProxy implements Serializable

Serialized Fields

_prop

java.lang.String _prop
our property value


_op

QueryOperator _op
our operator value


_value

java.lang.Comparable _value
our object value

Class com.townleyenterprises.filter.QueryOperator extends java.lang.Object implements Serializable

Serialized Fields

_name

java.lang.String _name
the name

Class com.townleyenterprises.filter.SortOrder extends java.lang.Object implements Serializable

Serialized Fields

_name

java.lang.String _name
the name

Class com.townleyenterprises.filter.SortSpecification extends java.lang.Object implements Serializable

Serialized Fields

_property

java.lang.String _property

_order

SortOrder _order

Class com.townleyenterprises.filter.StringFilter extends QueryFilter implements Serializable

Serialized Fields

_ignorecase

boolean _ignorecase

Class com.townleyenterprises.filter.SubstringFilter extends StringFilter implements Serializable


Package com.townleyenterprises.swing

Class com.townleyenterprises.swing.TAboutBox extends javax.swing.JDialog implements Serializable

Serialized Fields

_copyright

java.lang.String _copyright
the copyright informaiton to be displayed


_version

java.lang.String _version
the version information to be displayed


_background

javax.swing.ImageIcon _background
the image we're displaying


_content

com.townleyenterprises.swing.TAboutBox.ImagePanel _content
the content panel


_vpoint

java.awt.Point _vpoint
the version point


_cpoint

java.awt.Point _cpoint
the copyright point


_color

java.awt.Color _color
the font color


_font

java.awt.Font _font
the font

Class com.townleyenterprises.swing.TStatusBar extends javax.swing.JPanel implements Serializable

Serialized Fields

_resources

ResourceProvider _resources
our resource provider


_statusText

javax.swing.JTextField _statusText
our default controls


_content

javax.swing.JPanel _content
the default panel


_monitor

javax.swing.JPanel _monitor
our special status monitor


_monitorLabel

javax.swing.JLabel _monitorLabel
our monitor label


_progress

javax.swing.JProgressBar _progress
our monitor progress bar


_timer

javax.swing.Timer _timer
a timer


Package com.townleyenterprises.validator

Class com.townleyenterprises.validator.BasicFormValidator extends java.lang.Object implements Serializable

Serialized Fields

_fieldSetValidators

java.util.ArrayList _fieldSetValidators
our list of field set validators


_fieldValidators

java.util.HashMap _fieldValidators
our map of field validators


_rlookup

java.util.HashMap _rlookup
our reverse lookup so that we can unhook things


_listeners

java.util.ArrayList _listeners
our listeners


_abortOnFail

boolean _abortOnFail
set validation mode


_formValid

boolean _formValid
track our validation state

Class com.townleyenterprises.validator.FieldSetValidationEvent extends ValidationEvent implements Serializable

Serialized Fields

_fields

java.util.Map _fields
the fields

Class com.townleyenterprises.validator.FieldSetValidationException extends java.lang.Exception implements Serializable

Serialized Fields

_fields

java.util.Map _fields
the field map

Class com.townleyenterprises.validator.FieldValidationEvent extends ValidationEvent implements Serializable

Serialized Fields

_field

java.lang.String _field
the field name


_value

java.lang.Object _value
the field value

Class com.townleyenterprises.validator.FieldValidationException extends java.lang.Exception implements Serializable

Serialized Fields

_field

java.lang.String _field
the field name


_value

java.lang.Object _value
the field value

Class com.townleyenterprises.validator.IntRangeValidator extends java.lang.Object implements Serializable

Serialized Fields

_max

int _max

_min

int _min

_mininc

boolean _mininc

_maxinc

boolean _maxinc

_checkmax

boolean _checkmax

_checkmin

boolean _checkmin

Class com.townleyenterprises.validator.ValidationEvent extends java.util.EventObject implements Serializable

Serialized Fields

_consumed

boolean _consumed
our consumption status


_form

Form _form
track the form so that listeners can change the data



Copyright © 2002-2004, Andrew S. Townley and Townley Enterprises. All Rights Reserved.
This project is hosted on http://te-code.sourceforge.net.