public abstract class AccessibleUtils
extends java.lang.Object
AccessiblityUtils class provides helper methods for setting properties on the Accessible components.| Constructor and Description | 
|---|
AccessibleUtils()  | 
| Modifier and Type | Method and Description | 
|---|---|
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. | 
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.