|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.4.0) E13403-05 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectoracle.ide.util.AccessibleUtils
public abstract class 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.
|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.4.0) E13403-05 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||