Changed Methods |
AccessibleContext getAccessibleContext()
|
Documentation changed from old to new. |
Gets the AccessibleContext associated with this JSlider. |
boolean getInverted()
|
Documentation changed from old to new. |
Returns true if the value-range shown for the slider is reversed |
void setInverted(boolean )
|
Documentation changed from old to new. |
Specify true to reverse the value-range shown for the slider and false to put the value range in the normal order. |
void setLabelTable(Dictionary )
|
Documentation changed from old to new. |
Used to specify what label will be drawn at any given value. |
void setMaximum(int )
|
Documentation changed from old to new. |
Sets the models maximum property. |
void setMinimum(int )
|
Documentation changed from old to new. |
Sets the models minimum property. |
Hashtable createStandardLabels(int )
|
Documentation changed from old to new. |
Creates a hashtable that will draw text labels starting at the slider minimum using the increment specified. |
Hashtable createStandardLabels(int, int)
|
Documentation changed from old to new. |
Creates a hashtable that will draw text labels starting at the start point specified using the increment specified. |