public interface AccessibleValue
Accessible
)然后给
AccessibleContext.getAccessibleValue()
方法。如果返回值不是为空,对象支持此接口。
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.