Uses of Interface
org.eclipse.actf.accservice.core.IAccessibleElement

Packages that use IAccessibleElement
org.eclipse.actf.accservice   
org.eclipse.actf.accservice.adapt   
org.eclipse.actf.accservice.core   
org.eclipse.actf.accservice.core.win32.ia2   
org.eclipse.actf.accservice.core.win32.msaa   
org.eclipse.actf.accservice.javapp   
org.eclipse.actf.accservice.locate   
 

Uses of IAccessibleElement in org.eclipse.actf.accservice
 

Methods in org.eclipse.actf.accservice that return IAccessibleElement
 IAccessibleElement IAccessibilityService.createAccessibleElement(Object obj, Object[] params)
          create an IAccessibleElement from the given object and optional parameters.
 

Uses of IAccessibleElement in org.eclipse.actf.accservice.adapt
 

Methods in org.eclipse.actf.accservice.adapt that return IAccessibleElement
protected  IAccessibleElement AccessibilityAdaptor.createAccessibleElement(Object element, Object[] params, String accServiceName)
           
 

Uses of IAccessibleElement in org.eclipse.actf.accservice.core
 

Subinterfaces of IAccessibleElement in org.eclipse.actf.accservice.core
 interface IAccessibleElement2
          extended interface for exposing more semantically rich properties and relations that might be provided by some accessibility APIs.
 

Methods in org.eclipse.actf.accservice.core that return IAccessibleElement
 IAccessibleElement[] IAccessibleElement.getAccessibleChildren()
          return all of the children of this accessible element.
 IAccessibleElement IAccessibleElement.getAccessibleParent()
          returns the parent accessible object.
 IAccessibleElement[] IAccessibleElement.getAccessibleSelection()
          get the list of selected accessibles.
 

Uses of IAccessibleElement in org.eclipse.actf.accservice.core.win32.ia2
 

Classes in org.eclipse.actf.accservice.core.win32.ia2 that implement IAccessibleElement
 class IA2Accessible
          implementation of IAccessibleElement for GUI controls that implement IAccessible2/IBM interfaces.
 

Methods in org.eclipse.actf.accservice.core.win32.ia2 that return IAccessibleElement
 IAccessibleElement IA2AccessibilityService.createAccessibleElement(Object obj, Object[] params)
          create an IAccessibleElement from the given object and optional parameters.
 IAccessibleElement IA2Accessible.getAccessibleChild(int childID)
          return the child with the given ID.
 IAccessibleElement[] IA2Accessible.getAccessibleChildren()
           
 IAccessibleElement IA2Accessible.getAccessibleParent()
          returns the parent accessible object.
 

Methods in org.eclipse.actf.accservice.core.win32.ia2 with parameters of type IAccessibleElement
static int IA2Accessible.getIA2FromIAcc(IAccessibleElement accElem)
           
static boolean IA2Accessible.isIA2Accessible(IAccessibleElement accElem)
           
 

Uses of IAccessibleElement in org.eclipse.actf.accservice.core.win32.msaa
 

Classes in org.eclipse.actf.accservice.core.win32.msaa that implement IAccessibleElement
 class MsaaAccessible
          implementation of IAccessibleElement for GUI controls that implement Microsoft Active Accessibility (MSAA) interfaces.
 

Methods in org.eclipse.actf.accservice.core.win32.msaa that return IAccessibleElement
 IAccessibleElement MsaaAccessibilityService.createAccessibleElement(Object obj, Object[] params)
           
 IAccessibleElement MsaaAccessible.getAccessibleChild(int index)
          return the accessible that has the given index in its parent.
 IAccessibleElement[] MsaaAccessible.getAccessibleChildren()
          return all of the children of this MsaaAccessible.
 IAccessibleElement MsaaAccessible.getAccessibleParent()
          returns the parent accessible object.
 IAccessibleElement[] MsaaAccessible.getAccessibleSelection()
          get the list of selected accessibles.
 

Uses of IAccessibleElement in org.eclipse.actf.accservice.javapp
 

Classes in org.eclipse.actf.accservice.javapp that implement IAccessibleElement
 class JavaAccessible
          implementation for the Java Swing Accesibility API's Accessible.
 

Methods in org.eclipse.actf.accservice.javapp that return IAccessibleElement
 IAccessibleElement JavaAccessibilityService.createAccessibleElement(Object obj, Object[] params)
           
 IAccessibleElement[] JavaAccessible.getAccessibleChildren()
          return all of the children of this accessible element.
 IAccessibleElement JavaAccessible.getAccessibleParent()
          returns the parent accessible object.
 IAccessibleElement[] JavaAccessible.getAccessibleSelection()
          get the list of selected accessibles.
 

Uses of IAccessibleElement in org.eclipse.actf.accservice.locate
 

Constructors in org.eclipse.actf.accservice.locate with parameters of type IAccessibleElement
AccessibleNodePointer(IAccessibleElement acc, Locale locale)
           
AccessibleNodePointer(IAccessibleElement acc, org.apache.commons.jxpath.ri.model.NodePointer parent, Locale locale)