|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface AccessibleValue
The AccessibleValue interface should be supported by any object that supports
a numerical value (e.g., a Gauge Field). This interface provides the standard
mechanism for an assistive technology to determine the numerical value as
well as get the minimum and maximum values. Applications can determine if an
object supports the AccessibleValue interface by calling the
AccessibleContext.getAccessibleValue() method. If the return value is
not null, the object supports this interface.
| Method Summary | ||
|---|---|---|
int |
getCurrentAccessibleValue()
Get the value of this object as a Number. |
|
int |
getMaxAccessibleValue()
Get the maximum value of this object as a Number. |
|
int |
getMinAccessibleValue()
Get the minimum value of this object as a Number. |
|
| Method Detail |
|---|
int getCurrentAccessibleValue()
int getMinAccessibleValue()
int getMaxAccessibleValue()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Copyright 1999-2011 Research In Motion Limited. 295 Phillip Street, Waterloo, Ontario, Canada, N2L 3W8. All Rights Reserved.
Java is a trademark of Oracle America Inc. in the US and other countries.
Legal