The interface for objects which have an adjustable numeric value
contained within a bounded range of values.
version: 1.25 05/05/07 author: Amy Fowler author: Tim Prinzing
Field Summary
final public static int
HORIZONTAL Indicates that the Adjustable has horizontal orientation.
final public static int
NO_ORIENTATION Indicates that the Adjustable has no orientation.
final public static int
VERTICAL Indicates that the Adjustable has vertical orientation.
Adds a listener to receive adjustment events when the value of
the adjustable object changes.
Parameters: l - the listener to receive events See Also:AdjustmentEvent
Sets the current value of the adjustable object. If
the value supplied is less than minimum
or greater than maximum - visibleAmount,
then one of those values is substituted, as appropriate.
Calling this method does not fire an
AdjustmentEvent.
Parameters: v - the current value, between minimumand maximum - visibleAmount