|
Java Platform 1.2 Beta 4 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Accessible
) and then calling the
AccessibleContext.getAccessibleValue()
method.
If the return value is not null, the object supports this interface.
Accessible
,
Accessible.getAccessibleContext()
,
AccessibleContext
,
AccessibleContext.getAccessibleValue()
Method Summary | |
Number | getCurrentAccessibleValue()
Get the value of this object as a Number. |
Number | getMaximumAccessibleValue()
Get the maximum value of this object as a Number. |
Number | getMinimumAccessibleValue()
Get the minimum value of this object as a Number. |
boolean | setCurrentAccessibleValue(Number n)
Set the value of this object as a Number. |
Method Detail |
public Number getCurrentAccessibleValue()
setCurrentAccessibleValue(java.lang.Number)
public boolean setCurrentAccessibleValue(Number n)
getCurrentAccessibleValue()
public Number getMinimumAccessibleValue()
getMaximumAccessibleValue()
public Number getMaximumAccessibleValue()
getMinimumAccessibleValue()
|
Java Platform 1.2 Beta 4 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |