The interface for objects which have an adjustable numeric value contained within a bounded range of values.
@version
1.18 12/19/03
@author
Amy Fowler
@author
Tim Prinzing
Indicates that the Adjustable has horizontal orientation.
Indicates that the Adjustable has no orientation.
Indicates that the Adjustable has vertical orientation.
Adds a listener to receive adjustment events when the value of the adjustable object changes.
Parameters
lthe listener to receive events
Gets the block value increment for the adjustable object.
Return
the block value increment for the adjustable object
Gets the maximum value of the adjustable object.
Return
the maximum value of the adjustable object
Gets the minimum value of the adjustable object.
Return
the minimum value of the adjustable object
Gets the orientation of the adjustable object.
Return
the orientation of the adjustable object; either HORIZONTAL, VERTICAL, or NO_ORIENTATION
Gets the unit value increment for the adjustable object.
Return
the unit value increment for the adjustable object
Gets the current value of the adjustable object.
Return
the current value of the adjustable object
Gets the length of the proportional indicator.
Return
the length of the proportional indicator
Removes an adjustment listener.
Parameters
lthe listener being removed
Sets the block value increment for the adjustable object.
Parameters
bthe block increment
Sets the maximum value of the adjustable object.
Parameters
maxthe maximum value
Sets the minimum value of the adjustable object.
Parameters
minthe minimum value
Sets the unit value increment for the adjustable object.
Parameters
uthe unit increment
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
vthe current value, between minimum and maximum - visibleAmount
Sets the length of the proportional indicator of the adjustable object.
Parameters
vthe length of the indicator