|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectnet.rim.device.api.ui.accessibility.AccessibilityManager
public final class AccessibilityManager
Provides listener registration methods for assistive technology
| Method Summary | ||
|---|---|---|
|
static boolean |
isAccessibilitySupported()
Checks whether accessibility is supported on this device. |
|
static boolean |
isAccessibleEventListenerRegistered()
Checks whether an assistive technology is already registered. |
|
static void |
removeAccessibleEventListener(AccessibleEventListener listener)
Unregister accessible event listener. |
|
static void |
setAccessibleEventListener(AccessibleEventListener listener)
Registers accessible event listener. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static boolean isAccessibilitySupported()
AccessibilityManager.setAccessibleEventListener(AccessibleEventListener) method would
throw an UnsupportedOperationException.
This method may be used by screen reader before registration or by other applications to optimize accessible model building operations.
public static void setAccessibleEventListener(AccessibleEventListener listener)
throws UnsupportedOperationException
listener - assistive technology application
UnsupportedOperationException - if accessibility is not supported on this device
public static void removeAccessibleEventListener(AccessibleEventListener listener)
throws UnsupportedOperationException
listener - assistive technology application
UnsupportedOperationException - if accessibility is not supported on this devicepublic static boolean isAccessibleEventListenerRegistered()
|
|||||||||
| 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