|
Generated by JDiff |
||||||||
PREV CLASS NEXT CLASS FRAMES NO FRAMES | DETAIL: CONSTRUCTORS | METHODS | FIELDS |
Changed Methods | ||
void addAdjustmentListener(AdjustmentListener ) |
Documentation changed from old to new. |
Adds a listener to receive adjustment events when the value of the adjustable object changes. |
int getBlockIncrement() |
Documentation changed from old to new. |
Gets the block value increment for the adjustable object. |
int getMaximum() |
Documentation changed from old to new. |
Gets the maximum value of the adjustable object. |
int getMinimum() |
Documentation changed from old to new. |
Gets the minimum value of the adjustable object. |
int getOrientation() |
Documentation changed from old to new. |
Gets the orientation of the adjustable object. |
int getUnitIncrement() |
Documentation changed from old to new. |
Gets the unit value increment for the adjustable object. |
int getValue() |
Documentation changed from old to new. |
Gets the current value of the adjustable object. |
int getVisibleAmount() |
Documentation changed from old to new. |
Gets the length of the proportional indicator. |
void setVisibleAmount(int ) |
Documentation changed from old to new. |
Sets the length of the proportional indicator of the adjustable object. |
Added Fields | |
int NO_ORIENTATION |
Indicates that the Adjustable has no orientation. |
Changed Fields | ||
int HORIZONTAL |
Documentation changed from old to new. |
Indicates that the Adjustable has horizontal orientation. |
int VERTICAL |
Documentation changed from old to new. |
Indicates that the Adjustable has vertical orientation. |
|
|||||||||
PREV CLASS NEXT CLASS FRAMES NO FRAMES |