public interface AccessibleValue
The AccessibleContext.getAccessibleValue() method should
return null if an object does not implement this interface.
Accessible,
AccessibleContext,
AccessibleContext.getAccessibleValue()| Modifier and Type | Method and Description |
|---|---|
Number |
getCurrentAccessibleValue()
Gets the current value of this object, or null if it has not been set.
|
Number |
getMaximumAccessibleValue()
Gets the maximum value in the range of this object, or null if there is
no maximum.
|
Number |
getMinimumAccessibleValue()
Gets the minimum value in the range of this object, or null if there is
no minimum.
|
boolean |
setCurrentAccessibleValue(Number number)
Sets the current value of this object.
|
Number getCurrentAccessibleValue()
setCurrentAccessibleValue(Number)boolean setCurrentAccessibleValue(Number number)
number - the new valueNumber getMinimumAccessibleValue()
getMaximumAccessibleValue()Number getMaximumAccessibleValue()
getMinimumAccessibleValue()