|
Extension SDK 10.1.2 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object oracle.ide.util.AccessibleUtils
The AccessiblityUtils
class provides helper methods for
setting properties on the Accessible
components.
Constructor Summary | |
AccessibleUtils()
|
Method Summary | |
static boolean |
updateAccessibleName(javax.accessibility.Accessible component,
java.lang.String title,
boolean force)
Sets the title as the accessibleName property on the
specified Accessible * component. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public AccessibleUtils()
Method Detail |
public static boolean updateAccessibleName(javax.accessibility.Accessible component, java.lang.String title, boolean force)
title
as the accessibleName property on the
specified Accessible
* component.
If force
is false
this method will only
set the accessibleName property if it has not been already set.
Returns true
if the accessibleName property was set.
|
Extension SDK | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright © 1997, 2004, Oracle. All rights reserved.