|
Generated by JDiff |
||||||||
PREV CLASS NEXT CLASS FRAMES NO FRAMES | DETAIL: CONSTRUCTORS | METHODS | FIELDS |
Changed Constructors | ||
int ) |
Change in exceptions thrown from no exceptions to HeadlessException .Documentation changed from old to new. |
Constructs a new scroll bar with the specified orientation. |
int, |
Change in exceptions thrown from no exceptions to HeadlessException .Documentation changed from old to new. |
Constructs a new scroll bar with the specified orientation initial value visible amount and minimum and maximum values. |
void ) |
Change in exceptions thrown from no exceptions to HeadlessException .Documentation changed from old to new. |
Constructs a new vertical scroll bar. |
Added Methods | |
AdjustmentListener[] getAdjustmentListeners() |
Returns an array of all the adjustment listeners registered on this scrollbar. |
boolean getValueIsAdjusting() |
Returns true if the value is in the process of changing as a result of actions being taken by the user. |
void setValueIsAdjusting(boolean ) |
Sets the valueIsAdjusting property. |
Changed Methods | ||
void addAdjustmentListener(AdjustmentListener ) |
Documentation changed from old to new. |
Adds the specified adjustment listener to receive instances of AdjustmentEvent from this scroll bar. |
void addNotify() |
Documentation changed from old to new. |
Creates the Scrollbar 's peer. |
AccessibleContext getAccessibleContext() |
Documentation changed from old to new. |
Gets the AccessibleContext associated with this Scrollbar . |
int getBlockIncrement() |
Documentation changed from old to new. |
Gets the block increment of this scroll bar. |
EventListener[] getListeners(Class ) |
Documentation changed from old to new. |
Returns an array of all the objects currently registered as FooListener s upon this Scrollbar . |
int getMaximum() |
Documentation changed from old to new. |
Gets the maximum value of this scroll bar. |
int getMinimum() |
Documentation changed from old to new. |
Gets the minimum value of this scroll bar. |
int getOrientation() |
Documentation changed from old to new. |
Returns the orientation of this scroll bar. |
int getUnitIncrement() |
Documentation changed from old to new. |
Gets the unit increment for this scrollbar. |
int getValue() |
Documentation changed from old to new. |
Gets the current value of this scroll bar. |
int getVisibleAmount() |
Documentation changed from old to new. |
Gets the visible amount of this scroll bar. |
String paramString() |
Documentation changed from old to new. |
Returns a string representing the state of this Scrollbar . |
void processAdjustmentEvent(AdjustmentEvent ) |
Documentation changed from old to new. |
Processes adjustment events occurring on this scrollbar by dispatching them to any registered AdjustmentListener objects. |
void processEvent(AWTEvent ) |
Documentation changed from old to new. |
Processes events on this scroll bar. |
void removeAdjustmentListener(AdjustmentListener ) |
Documentation changed from old to new. |
Removes the specified adjustment listener so that it no longer receives instances of AdjustmentEvent from this scroll bar. |
void setBlockIncrement(int ) |
Documentation changed from old to new. |
Sets the block increment for this scroll bar. |
void setMaximum(int ) |
Documentation changed from old to new. |
Sets the maximum value of this scroll bar. |
void setMinimum(int ) |
Documentation changed from old to new. |
Sets the minimum value of this scroll bar. |
void setOrientation(int ) |
Documentation changed from old to new. |
Sets the orientation for this scroll bar. |
void setUnitIncrement(int ) |
Documentation changed from old to new. |
Sets the unit increment for this scroll bar. |
void setValue(int ) |
Documentation changed from old to new. |
Sets the value of this scroll bar to the specified value. |
void setValues(int, |
Documentation changed from old to new. |
Sets the values of four properties for this scroll bar: value visibleAmount minimum and maximum . |
void setVisibleAmount(int ) |
Documentation changed from old to new. |
Sets the visible amount of this scroll bar. |
|
|||||||||
PREV CLASS NEXT CLASS FRAMES NO FRAMES |