Uses of Interface
org.eclipse.actf.accservice.IWindowService

Packages that use IWindowService
org.eclipse.actf.accservice   
org.eclipse.actf.accservice.core.win32.ia2   
org.eclipse.actf.accservice.core.win32.msaa   
org.eclipse.actf.accservice.javapp   
 

Uses of IWindowService in org.eclipse.actf.accservice
 

Methods in org.eclipse.actf.accservice that return IWindowService
 IWindowService IAccessibilityService.getWindowService()
          returns a service for windowing-related functionality.
 

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

Classes in org.eclipse.actf.accservice.core.win32.ia2 that implement IWindowService
 class IA2WindowService
           
 

Methods in org.eclipse.actf.accservice.core.win32.ia2 that return IWindowService
 IWindowService IA2AccessibilityService.getWindowService()
          returns a service for windowing-related functionality.
 

Constructors in org.eclipse.actf.accservice.core.win32.ia2 with parameters of type IWindowService
IA2AccessibilityEventService(IWindowService windowService)
           
 

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

Classes in org.eclipse.actf.accservice.core.win32.msaa that implement IWindowService
 class MsaaWindowService
          implementation of a window service for the Windows operating system
 

Fields in org.eclipse.actf.accservice.core.win32.msaa declared as IWindowService
protected  IWindowService MsaaAccessibilityEventService._windowService
           
 

Methods in org.eclipse.actf.accservice.core.win32.msaa that return IWindowService
 IWindowService MsaaAccessibilityService.getWindowService()
           
 

Constructors in org.eclipse.actf.accservice.core.win32.msaa with parameters of type IWindowService
MsaaAccessibilityEventService(IWindowService windowService)
           
 

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

Classes in org.eclipse.actf.accservice.javapp that implement IWindowService
 class JavaWindowService
           
 

Fields in org.eclipse.actf.accservice.javapp declared as IWindowService
protected  IWindowService JavaAccessibilityEventService._windowService
           
 

Methods in org.eclipse.actf.accservice.javapp that return IWindowService
 IWindowService JavaAccessibilityService.getWindowService()
           
 

Constructors in org.eclipse.actf.accservice.javapp with parameters of type IWindowService
JavaAccessibilityEventService(IWindowService windowService)