org.eclipse.swt.internal.mozilla
Class nsIWebBrowser

java.lang.Object
  extended by org.eclipse.swt.internal.mozilla.nsISupports
      extended by org.eclipse.swt.internal.mozilla.nsIWebBrowser

public class nsIWebBrowser
extends nsISupports


Field Summary
static nsID NS_IWEBBROWSER_IID
           
static java.lang.String NS_IWEBBROWSER_IID_STR
           
 
Fields inherited from class org.eclipse.swt.internal.mozilla.nsISupports
NS_ISUPPORTS_IID, NS_ISUPPORTS_IID_STR
 
Constructor Summary
nsIWebBrowser(long address)
           
 
Method Summary
 int AddWebBrowserListener(long aListener, nsID aIID)
           
 int GetContainerWindow(long[] aContainerWindow)
           
 int GetContentDOMWindow(long[] aContentDOMWindow)
           
 int GetParentURIContentListener(long[] aParentURIContentListener)
           
 int RemoveWebBrowserListener(long aListener, nsID aIID)
           
 int SetContainerWindow(long aContainerWindow)
           
 int SetParentURIContentListener(long aParentURIContentListener)
           
 
Methods inherited from class org.eclipse.swt.internal.mozilla.nsISupports
AddRef, getAddress, QueryInterface, Release
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NS_IWEBBROWSER_IID_STR

public static final java.lang.String NS_IWEBBROWSER_IID_STR
See Also:
Constant Field Values

NS_IWEBBROWSER_IID

public static final nsID NS_IWEBBROWSER_IID
Constructor Detail

nsIWebBrowser

public nsIWebBrowser(long address)
Method Detail

AddWebBrowserListener

public int AddWebBrowserListener(long aListener,
                                 nsID aIID)

RemoveWebBrowserListener

public int RemoveWebBrowserListener(long aListener,
                                    nsID aIID)

GetContainerWindow

public int GetContainerWindow(long[] aContainerWindow)

SetContainerWindow

public int SetContainerWindow(long aContainerWindow)

GetParentURIContentListener

public int GetParentURIContentListener(long[] aParentURIContentListener)

SetParentURIContentListener

public int SetParentURIContentListener(long aParentURIContentListener)

GetContentDOMWindow

public int GetContentDOMWindow(long[] aContentDOMWindow)