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 |
|---|---|
java.lang.Number |
getCurrentAccessibleValue()
Gets the current value of this object, or null if it has not been set.
|
java.lang.Number |
getMaximumAccessibleValue()
Gets the maximum value in the range of this object, or null if there is
no maximum.
|
java.lang.Number |
getMinimumAccessibleValue()
Gets the minimum value in the range of this object, or null if there is
no minimum.
|
boolean |
setCurrentAccessibleValue(java.lang.Number number)
Sets the current value of this object.
|
java.lang.Number getCurrentAccessibleValue()
setCurrentAccessibleValue(Number)boolean setCurrentAccessibleValue(java.lang.Number number)
number - the new valuejava.lang.Number getMinimumAccessibleValue()
getMaximumAccessibleValue()java.lang.Number getMaximumAccessibleValue()
getMinimumAccessibleValue()