public class nsIWebBrowser extends nsISupports
Modifier and Type | Field and Description |
---|---|
(package private) static int |
LAST_METHOD_ID |
static nsID |
NS_IWEBBROWSER_10_IID |
static java.lang.String |
NS_IWEBBROWSER_10_IID_STR |
static nsID |
NS_IWEBBROWSER_IID |
static java.lang.String |
NS_IWEBBROWSER_IID_STR |
address, FIRST_METHOD_ID, IsSolaris, IsXULRunner10, NS_ISUPPORTS_IID, NS_ISUPPORTS_IID_STR
Constructor and Description |
---|
nsIWebBrowser(int address) |
Modifier and Type | Method and Description |
---|---|
int |
AddWebBrowserListener(int aListener,
nsID aIID) |
int |
GetContainerWindow(int[] aContainerWindow) |
int |
GetContentDOMWindow(int[] aContentDOMWindow) |
int |
GetIsActive(int[] aIsActive) |
int |
GetParentURIContentListener(int[] aParentURIContentListener) |
int |
RemoveWebBrowserListener(int aListener,
nsID aIID) |
int |
SetContainerWindow(int aContainerWindow) |
int |
SetIsActive(int aIsActive) |
int |
SetParentURIContentListener(int aParentURIContentListener) |
AddRef, getAddress, QueryInterface, Release
static final int LAST_METHOD_ID
public static final java.lang.String NS_IWEBBROWSER_IID_STR
public static final java.lang.String NS_IWEBBROWSER_10_IID_STR
public static final nsID NS_IWEBBROWSER_IID
public static final nsID NS_IWEBBROWSER_10_IID
public int AddWebBrowserListener(int aListener, nsID aIID)
public int RemoveWebBrowserListener(int aListener, nsID aIID)
public int GetContainerWindow(int[] aContainerWindow)
public int SetContainerWindow(int aContainerWindow)
public int GetParentURIContentListener(int[] aParentURIContentListener)
public int SetParentURIContentListener(int aParentURIContentListener)
public int GetContentDOMWindow(int[] aContentDOMWindow)
public int GetIsActive(int[] aIsActive)
public int SetIsActive(int aIsActive)