Extension SDK

oracle.ide.util
Class AccessibleUtils

java.lang.Object
  |
  +--oracle.ide.util.AccessibleUtils

public abstract class AccessibleUtils
extends java.lang.Object

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

AccessibleUtils

public AccessibleUtils()
Method Detail

updateAccessibleName

public 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. 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