JClass DesktopViews 6.3.0 API
Documentation

Package com.klg.jclass.field.validate

Contains the validator classes for JClass Field These are exposed so that application programmers may extend them by subclassing.

See:
          Description

Interface Summary
JCValidator Interface for writing validators.
PopupFieldEditor Interface for writing popup field editors.
 

Class Summary
AbstractValidator A base class for all validators.
JCBigDecimalValidator This class validates objects of type BigDecimal.
JCByteValidator This class validates objects of type byte.
JCDateTimeValidator The JCDateTimeValidator is used to validate calendar objects.
JCDateValidator The JCDateValidator is used to validate date objects.
JCDoubleValidator This class validates objects of type double.
JCFloatValidator This class validates objects of type float.
JCIntegerValidator This class validates objects of type integer.
JCIPAddressValidator This class validates objects of type IPAddress.
JCLongValidator This class validates objects of type long.
JCNumberValidator This class is a base class for numeric validators.
JCShortValidator This class validates objects of type short.
JCStringValidator This class validates objects of type String.
JCTimeValidator The JCTimeValidator is used to validate time objects.
TextCursorEvent TextCursorEvent is posted when the cursor moves in the text component.
TextEvent TextEvent is posted when text has been changed in a field.
 

Exception Summary
FieldParseException Exception thrown field parsing error has occured.
 

Package com.klg.jclass.field.validate Description

Contains the validator classes for JClass Field These are exposed so that application programmers may extend them by subclassing.


Copyright © 2004 Quest Software Inc..
All rights reserved.