|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
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 |
public int getCurrentAccessibleValue()
public int getMaxAccessibleValue()
public int getMinAccessibleValue()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Copyright 1999-2009 Research In Motion Limited. 295 Phillip Street, Waterloo, Ontario, Canada, N2L 3W8. All Rights Reserved.
Copyright 1993-2003 Sun Microsystems, Inc. 901 San Antonio Road, Palo Alto, California, 94303, U.S.A.
Copyright 2002-2003 Nokia Corporation All Rights Reserved.
Java is a trademark or registered trademark of Sun Microsystems, Inc. in the US and other countries.