public interface AccessibleValue 
      Accessible ),然后调用AccessibleContext.getAccessibleValue()方法来确定对象是否支持AccessibleValue接口。 
       如果返回值不为空,则该对象支持该接口。 
      | Modifier and Type | Method and Description | 
|---|---|
| Number | getCurrentAccessibleValue()
              将该对象的值作为数字获取。 
             | 
| Number | getMaximumAccessibleValue()
              获取该对象的最大值作为数字。 
             | 
| Number | getMinimumAccessibleValue()
              将此对象的最小值作为数字获取。 
             | 
| boolean | setCurrentAccessibleValue(Number n)
              将此对象的值设置为数字。 
             | 
Number getCurrentAccessibleValue()
setCurrentAccessibleValue(java.lang.Number) 
           boolean setCurrentAccessibleValue(Number n)
n - 用作数值的数字 
           getCurrentAccessibleValue() 
           Number getMinimumAccessibleValue()
getMaximumAccessibleValue() 
           Number getMaximumAccessibleValue()
getMinimumAccessibleValue() 
            Submit a bug or feature 
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
 Copyright © 1993, 2014, Oracle and/or its affiliates. All rights reserved.