The interface for objects which have an adjustable numeric value
contained within a bounded range of values.
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.
Gets the block value increment for the adjustable object.
Gets the maximum value of the adjustable object.
Gets the minimum value of the adjustable object.
Gets the orientation of the adjustable object.
Gets the unit value increment for the adjustable object.
Gets the current value of the adjustable object.
Gets the length of the proportional indicator.
Removes an adjustment listener.
Sets the block value increment for the adjustable object.
Sets the maximum value of the adjustable object.
Sets the minimum value of the adjustable object.
Sets the unit value increment for the adjustable object.
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
.
Sets the length of the proportional indicator of the
adjustable object.