Uses of Interface
org.eclipse.actf.util.win32.msaa.IAccessible

Packages that use IAccessible
org.eclipse.actf.util.win32 This package contains Win32 utilities. 
org.eclipse.actf.util.win32.comclutch This package includes utilities to provides a way to access Windows COM component with Java-like memory management. 
 

Uses of IAccessible in org.eclipse.actf.util.win32
 

Methods in org.eclipse.actf.util.win32 that return IAccessible
 IAccessible FlashMSAAObject.getIAccessible()
           
 

Uses of IAccessible in org.eclipse.actf.util.win32.comclutch
 

Methods in org.eclipse.actf.util.win32.comclutch that return IAccessible
static IAccessible ComService.newIAccessible(IUnknown iunk)
          Change the wrapper of the object from IUnknown to IAccessible
static IAccessible ComService.newIAccessible(ResourceManager resourceManager, long ptr, boolean permanent)
          Create a wrapped IAccessible object from ptr using resourceManager The ptr should refers to an native IAccessible object.