tmozIWindow Interface Reference

Window in user interface. More...

Inheritance diagram for tmozIWindow:

tmozIFrame

List of all members.

Public Member Functions

boolean isVisible ()
 Check if window is visible.
void activateWindow ()
 Activate window.

Public Attributes

readonly attribute long windowHandle
 window handle


Detailed Description

Window in user interface.

Object represents one window in the user interface. It is typicallly frame (tmozIFrame) or dialog.


Member Function Documentation

void activateWindow (  ) 

Activate window.

Function will activate window. Window should become active and top most.

boolean isVisible (  ) 

Check if window is visible.

Returns:
Return true if window is visible. Return false if window is not visible.


Member Data Documentation

readonly attribute long windowHandle

window handle

Window handle is platform specific. It is HWND on the Win32 platform.


Generated on Wed Dec 15 09:54:22 2010 for Tahiti XPCOM API