(incubating) | The Free and Open Productivity Suite
OOoRunner test harness

util
Class AccessibilityTools

java.lang.Object
  |
  +--util.AccessibilityTools

public class AccessibilityTools
extends Object


Field Summary
static XAccessible SearchedAccessible
           
static XAccessibleContext SearchedContext
           
 
Constructor Summary
AccessibilityTools()
           
 
Method Summary
static String accessibleToString(Object AC)
           
static boolean equals(XAccessibleContext c1, XAccessibleContext c2)
           
static boolean equals(XAccessible c1, XAccessible c2)
           
static XAccessible getAccessibleObject(XInterface xObject)
           
static void getAccessibleObjectForRole_(XAccessible xacc, short role)
           
static XAccessibleContext getAccessibleObjectForRole(XAccessible xacc, short role)
           
static XAccessibleContext getAccessibleObjectForRole(XAccessible xacc, short role, String name)
           
static XAccessibleContext getAccessibleObjectForRole(XAccessible xacc, short role, String name, String implName)
           
static XWindow getCurrentWindow(XMultiServiceFactory msf, XModel xModel)
           
static void printAccessibleTree(PrintWriter log, XAccessible xacc)
           
protected static void printAccessibleTree(PrintWriter log, XAccessible xacc, String indent)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SearchedContext

public static XAccessibleContext SearchedContext

SearchedAccessible

public static XAccessible SearchedAccessible
Constructor Detail

AccessibilityTools

public AccessibilityTools()
Method Detail

getAccessibleObject

public static XAccessible getAccessibleObject(XInterface xObject)

getCurrentWindow

public static XWindow getCurrentWindow(XMultiServiceFactory msf,
                                       XModel xModel)

getAccessibleObjectForRole

public static XAccessibleContext getAccessibleObjectForRole(XAccessible xacc,
                                                            short role)

getAccessibleObjectForRole_

public static void getAccessibleObjectForRole_(XAccessible xacc,
                                               short role)

getAccessibleObjectForRole

public static XAccessibleContext getAccessibleObjectForRole(XAccessible xacc,
                                                            short role,
                                                            String name)

getAccessibleObjectForRole

public static XAccessibleContext getAccessibleObjectForRole(XAccessible xacc,
                                                            short role,
                                                            String name,
                                                            String implName)

printAccessibleTree

public static void printAccessibleTree(PrintWriter log,
                                       XAccessible xacc)

printAccessibleTree

protected static void printAccessibleTree(PrintWriter log,
                                          XAccessible xacc,
                                          String indent)

accessibleToString

public static String accessibleToString(Object AC)

equals

public static boolean equals(XAccessible c1,
                             XAccessible c2)

equals

public static boolean equals(XAccessibleContext c1,
                             XAccessibleContext c2)

OOoRunner test harness

Apache OpenOffice is an effort undergoing incubation at The Apache Software Foundation (ASF), sponsored by the Apache Incubator. Incubation is required of all newly accepted projects until a further review indicates that the infrastructure, communications, and decision making process have stabilized in a manner consistent with other successful ASF projects. While incubation status is not necessarily a reflection of the completeness or stability of the code, it does indicate that the project has yet to be fully endorsed by the ASF.

Copyright & License
Apache and the Apache feather logos are trademarks of The Apache Software Foundation. OpenOffice.org and the seagull logo are registered trademarks of The Apache Software Foundation. Other names appearing on the site may be trademarks of their respective owners.