JClass DesktopViews 6.3.0 API
Documentation

Package com.klg.jclass.util.value

Contains classes for setting various types of values and listening for changes to them.

See:
          Description

Interface Summary
JCValueListener Interface for creating value listeners.
JCValueModel Interface for creating value models.
 

Class Summary
AbstractValueModel This class is a base class for default value models.
BigDecimalValueModel This is a default class which stores an object of type BigDecimal.
BooleanValueModel This is a default class which stores an object of type Boolean.
ByteValueModel This is a default class which stores an object of type byte.
CalendarValueModel This is a default class which stores an object of type calendar.
DateValueModel This is a default class which stores an object of type date.
DoubleValueModel This is a default class which stores an object of type double.
FloatValueModel This is a default class which stores an object of type float.
IntegerValueModel This is a default class which stores an object of type integer.
IPAddressValueModel This is a default class which stores an object of type IPAddress.
JCValueEvent Value Event.
LongValueModel This is a default class which stores an object of type long.
MutableValueModel Generic Value model that is configurable to any class
ObjectValueModel Value model for Objects.
ShortValueModel This is a default class which stores an object of type short.
SqlDateValueModel This is a default class which stores an object of type SqlDate.
SqlTimestampValueModel This is a default class which stores an object of type SqlTimestamp.
SqlTimeValueModel This is a default class which stores an object of type SqlTime.
StringValueModel This is a default class which stores an object of type String.
 

Package com.klg.jclass.util.value Description

Contains classes for setting various types of values and listening for changes to them.


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