Uses of Class
org.eclipse.actf.accservice.core.win32.ia2.IA2AccessibleElement

Packages that use IA2AccessibleElement
org.eclipse.actf.accservice.core.win32.ia2   
 

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

Subclasses of IA2AccessibleElement in org.eclipse.actf.accservice.core.win32.ia2
 class IA2AccessibleAction
          implementation of IA2AccessibleValue /** The IA2AccessibleAction interface gives access to actions that can be executed for accessible objects.
 class IA2AccessibleApplication
          implementation of IA2AccessibleApplication /** This interface gives access to the application's name and version information.This interface provides the AT with the information it needs to differentiate this application from other applications, from other versions of this application, or from other versions of this application running on different versions of an accessibility bridge or accessbility toolkit.
 class IA2AccessibleComponent
           
 class IA2AccessibleEditableText
          implementation of IAccessibleEditableTextElement for GUI controls that implement IAccessible2/IBM interfaces.
 class IA2AccessibleHyperlink
          This interface represents hyperlinks.
 class IA2AccessibleHypertext
          implementation of IA2AccessibleHypertext /** The IA2AccessibleHyperText interface exposes information about hypertext in a document.
 class IA2AccessibleImage
          implementation of IAccessibleImageElement for GUI controls that implement IAccessible2/IBM interfaces.
 class IA2AccessibleTable
          implementation of IAccessibleTableElement for GUI controls that implement IAccessible2/IBM interfaces.
 class IA2AccessibleText
          implementation of IAccessibleTextElement for GUI controls that implement IAccessible2/IBM interfaces.
 class IA2AccessibleValue
          implementation of IA2AccessibleValue /** The IA2AccessibleValue interface should be supported by any object that supports a numerical value (e.g., a scroll bar).