
Public Member Functions | |
| boolean | isVisible () | 
| Check if window is visible.   | |
| void | activateWindow () | 
| Activate window.   | |
Public Attributes | |
| readonly attribute long | windowHandle | 
| window handle   | |
Object represents one window in the user interface. It is typicallly frame (tmozIFrame) or dialog.
| void activateWindow | ( | ) | 
Activate window.
Function will activate window. Window should become active and top most.
| boolean isVisible | ( | ) | 
Check if window is visible.
| readonly attribute long windowHandle | 
window handle
Window handle is platform specific. It is HWND on the Win32 platform.