|
Generated by JDiff |
||||||||
| PREV CLASS NEXT CLASS FRAMES NO FRAMES | DETAIL: CONSTRUCTORS | METHODS | FIELDS | ||||||||
| Changed Constructors | ||
int, |
Documentation changed from old to new. |
Initializes value extent minimum and maximum. |
| Added Methods | |
ChangeListener[] getChangeListeners() |
Returns an array of all the change listeners registered on this DefaultBoundedRangeModel. |
| Changed Methods | ||
void addChangeListener(ChangeListener) |
Documentation changed from old to new. |
Adds a ChangeListener. |
void fireStateChanged() |
Documentation changed from old to new. |
Runs each ChangeListener's stateChanged method. |
int getExtent() |
Documentation changed from old to new. |
Returns the model's extent. |
EventListener[] getListeners(Class) |
Documentation changed from old to new. |
Returns an array of all the objects currently registered as FooListeners upon this model. |
int getMaximum() |
Documentation changed from old to new. |
Returns the model's maximum. |
int getMinimum() |
Documentation changed from old to new. |
Returns the model's minimum. |
int getValue() |
Documentation changed from old to new. |
Returns the model's current value. |
boolean getValueIsAdjusting() |
Documentation changed from old to new. |
Returns true if the value is in the process of changing as a result of actions being taken by the user. |
void removeChangeListener(ChangeListener) |
Documentation changed from old to new. |
Removes a ChangeListener. |
void setRangeProperties(int, |
Documentation changed from old to new. |
Sets all of the BoundedRangeModel properties after forcing the arguments to obey the usual constraints: |
void setValueIsAdjusting(boolean) |
Documentation changed from old to new. |
Sets the valueIsAdjusting property. |
String toString() |
Documentation changed from old to new. |
Returns a string that displays all of the BoundedRangeModel properties. |
| Changed Fields | ||
ChangeEvent changeEvent |
Documentation changed from old to new. |
Only one ChangeEvent is needed per model instance since the event's only (read-only) state is the source property. |
|
|||||||||
| PREV CLASS NEXT CLASS FRAMES NO FRAMES | |||||||||