org.eclipse.actf.accservice.core.win32.ia2
Class IA2WindowService

java.lang.Object
  extended by org.eclipse.actf.accservice.core.win32.msaa.MsaaWindowService
      extended by org.eclipse.actf.accservice.core.win32.ia2.IA2WindowService
All Implemented Interfaces:
Serializable, IWindowService

public class IA2WindowService
extends MsaaWindowService

Author:
Serialized Form

Field Summary
 
Fields inherited from class org.eclipse.actf.accservice.core.win32.msaa.MsaaWindowService
HWND_BOTTOM, HWND_NOTOPMOST, HWND_TOP, HWND_TOPMOST, WH_CALLWNDPROC, WH_CBT
 
Constructor Summary
IA2WindowService()
           
 
Method Summary
protected  void windowCallback(int hwnd)
          not to be used by clients; made public so that native code can reference
 
Methods inherited from class org.eclipse.actf.accservice.core.win32.msaa.MsaaWindowService
addTopLevelWindowListener, fireTopLevelWindowEvent, getActiveWindow, getCurrentCursorLocation, getCurrentProcessId, getProcessId, getSystemMetricsHeight, getSystemMetricsWidth, getTopLevelWindows, internalGetActiveWindow, internalGetCurrentCursorLocation, internalGetCurrentProcessId, internalGetProcessId, internalGetWindowsList, internalRemoveWindowsHook, internalSetWindowPosition, internalSetWindowsHook, internalShowWindow, removeTopLevelWindowListener, removeWindowsHook, setActiveWindow, setLayeredWindowAttributes, setWindowNoTop, setWindowOnTop, setWindowsHook, showWindow
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IA2WindowService

public IA2WindowService()
Method Detail

windowCallback

protected void windowCallback(int hwnd)
                       throws InvalidComponentException
not to be used by clients; made public so that native code can reference

Overrides:
windowCallback in class MsaaWindowService
Parameters:
hwnd -
Throws:
InvalidComponentException