Uses of Interface
org.eclipse.actf.core.adapt.IAdaptor

Packages that use IAdaptor
org.eclipse.actf.accservice.adapt   
org.eclipse.actf.accservice.adapt.win32.ia2   
org.eclipse.actf.accservice.adapt.win32.msaa   
org.eclipse.actf.accservice.javapp.adapt   
org.eclipse.actf.accservice.mozdom.adapt   
org.eclipse.actf.core.adapt   
 

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

Classes in org.eclipse.actf.accservice.adapt that implement IAdaptor
 class AccessibilityAdaptor
          base type for all accessibility adaptors in ACTF.
 

Uses of IAdaptor in org.eclipse.actf.accservice.adapt.win32.ia2
 

Classes in org.eclipse.actf.accservice.adapt.win32.ia2 that implement IAdaptor
 class IA2AccessibilityAdaptor
          Implementation for the IA2 Accesibility IAdaptor.
 

Uses of IAdaptor in org.eclipse.actf.accservice.adapt.win32.msaa
 

Classes in org.eclipse.actf.accservice.adapt.win32.msaa that implement IAdaptor
 class MsaaAccessibilityAdaptor
          Implementation for the Msaa Accesibility IAdaptor.
 

Uses of IAdaptor in org.eclipse.actf.accservice.javapp.adapt
 

Classes in org.eclipse.actf.accservice.javapp.adapt that implement IAdaptor
 class SwingAccessibilityAdaptor
          adaptor implementation for converting nodes in a Swing component hierarchy to instances of IAccessibleElement.
 class SwtAccessibilityAdaptor
          adaptor implementation for converting nodes in an Eclipse SWT control hierarchy to instances of IAccessibleElement.
 

Uses of IAdaptor in org.eclipse.actf.accservice.mozdom.adapt
 

Classes in org.eclipse.actf.accservice.mozdom.adapt that implement IAdaptor
 class MozillaDomAccessibilityAdaptor
          adaptor implementation for converting nodes in the Mozilla DOM hierarchy to instances of IAccessibleElement.
 

Uses of IAdaptor in org.eclipse.actf.core.adapt
 

Methods in org.eclipse.actf.core.adapt that return IAdaptor
 IAdaptor[] IAdaptorFactory.getAdaptors(Class type)
          retrieves the adaptors for the given type.
 IAdaptor[] DefaultAdaptorFactory.getAdaptors(Class type)
          retrieves the adaptors for the given type.
 IAdaptor[] IAdaptorFactory.getAdaptors(String className)
          retrieves the adaptors for the class name.
 IAdaptor[] DefaultAdaptorFactory.getAdaptors(String className)
          retrieves the adaptors for the class name.
 IAdaptor[] IAdaptorFactory.getAllAdaptors(Class type)
          retrieves the adaptors not only for the given type but for all types of which this class is assignable.
 IAdaptor[] DefaultAdaptorFactory.getAllAdaptors(Class targetType)
          retrieves the adaptors not only for the given type but for all types of which this class is assignable.
 

Methods in org.eclipse.actf.core.adapt with parameters of type IAdaptor
 void IAdaptorFactory.registerAdaptor(Class type, IAdaptor adaptor)
          registers an adaptor for the given type.
 void DefaultAdaptorFactory.registerAdaptor(Class type, IAdaptor adaptor)
          registers an adaptor for the given type.