sbIWindowCloak Interface Reference

Window cloaking service interface This is an interface to the window cloaking service, used to hide a xul window without closing it, and to unhide it at a later time. More...

import"IWindowCloak.idl";

Inheritance diagram for sbIWindowCloak:
[legend]
Collaboration diagram for sbIWindowCloak:
[legend]

Public Member Functions

void cloak (in nsIDOMWindow aDOMWindow)
 Cloak a window This method cloaks a xul window without closing it. More...
 
void uncloak (in nsIDOMWindow aDOMWindow)
 Uncloak a window This method uncloaks a xul window. More...
 
PRBool isCloaked (in nsIDOMWindow aDOMWindow)
 Determines whether a window is cloaked This method is used to figure out if a given window is cloaked. More...
 

Detailed Description

Window cloaking service interface This is an interface to the window cloaking service, used to hide a xul window without closing it, and to unhide it at a later time.

Definition at line 45 of file IWindowCloak.idl.

Member Function Documentation

void sbIWindowCloak::cloak ( in nsIDOMWindow  aDOMWindow)

Cloak a window This method cloaks a xul window without closing it.

Parameters
aDOMWindowThe xul window to cloak
See Also
uncloak
PRBool sbIWindowCloak::isCloaked ( in nsIDOMWindow  aDOMWindow)

Determines whether a window is cloaked This method is used to figure out if a given window is cloaked.

Parameters
aDOMWindowThe xul window to test
See Also
cloak
void sbIWindowCloak::uncloak ( in nsIDOMWindow  aDOMWindow)

Uncloak a window This method uncloaks a xul window.

Parameters
aDOMWindowThe xul window to uncloak
See Also
cloak

The documentation for this interface was generated from the following file: