public class nsIWindowWatcher extends nsISupports
| Modifier and Type | Field and Description |
|---|---|
static nsID |
NS_IWINDOWWATCHER_IID |
static java.lang.String |
NS_IWINDOWWATCHER_IID_STR |
IsXULRunner10, IsXULRunner17, NS_ISUPPORTS_IID, NS_ISUPPORTS_IID_STR| Constructor and Description |
|---|
nsIWindowWatcher(long address) |
| Modifier and Type | Method and Description |
|---|---|
int |
GetActiveWindow(long[] aActiveWindow) |
int |
GetChromeForWindow(long aWindow,
long[] _retval) |
int |
GetNewAuthPrompter(long aParent,
long[] _retval) |
int |
GetNewPrompter(long aParent,
long[] _retval) |
int |
GetWindowByName(char[] aTargetName,
long aCurrentWindow,
long[] _retval) |
int |
GetWindowEnumerator(long[] _retval) |
int |
OpenWindow(long aParent,
byte[] aUrl,
byte[] aName,
byte[] aFeatures,
long aArguments,
long[] _retval) |
int |
RegisterNotification(long aObserver) |
int |
SetActiveWindow(long aActiveWindow) |
int |
SetWindowCreator(long creator) |
int |
UnregisterNotification(long aObserver) |
AddRef, getAddress, QueryInterface, Releasepublic static final java.lang.String NS_IWINDOWWATCHER_IID_STR
public static final nsID NS_IWINDOWWATCHER_IID
public int OpenWindow(long aParent,
byte[] aUrl,
byte[] aName,
byte[] aFeatures,
long aArguments,
long[] _retval)
public int RegisterNotification(long aObserver)
public int UnregisterNotification(long aObserver)
public int GetWindowEnumerator(long[] _retval)
public int GetNewPrompter(long aParent,
long[] _retval)
public int GetNewAuthPrompter(long aParent,
long[] _retval)
public int SetWindowCreator(long creator)
public int GetChromeForWindow(long aWindow,
long[] _retval)
public int GetWindowByName(char[] aTargetName,
long aCurrentWindow,
long[] _retval)
public int GetActiveWindow(long[] aActiveWindow)
public int SetActiveWindow(long aActiveWindow)