org.eclipse.swt.internal.mozilla
Class nsIWindowCreator2

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

public class nsIWindowCreator2
extends nsIWindowCreator


Field Summary
static nsID NS_IWINDOWCREATOR2_IID
           
static java.lang.String NS_IWINDOWCREATOR2_IID_STR
           
static int PARENT_IS_LOADING_OR_RUNNING_TIMEOUT
           
 
Fields inherited from class org.eclipse.swt.internal.mozilla.nsIWindowCreator
NS_IWINDOWCREATOR_IID, NS_IWINDOWCREATOR_IID_STR
 
Fields inherited from class org.eclipse.swt.internal.mozilla.nsISupports
NS_ISUPPORTS_IID, NS_ISUPPORTS_IID_STR
 
Constructor Summary
nsIWindowCreator2(long address)
           
 
Method Summary
 int CreateChromeWindow2(long parent, int chromeFlags, int contextFlags, long uri, int[] cancel, long[] _retval)
           
 
Methods inherited from class org.eclipse.swt.internal.mozilla.nsIWindowCreator
CreateChromeWindow
 
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_IWINDOWCREATOR2_IID_STR

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

NS_IWINDOWCREATOR2_IID

public static final nsID NS_IWINDOWCREATOR2_IID

PARENT_IS_LOADING_OR_RUNNING_TIMEOUT

public static final int PARENT_IS_LOADING_OR_RUNNING_TIMEOUT
See Also:
Constant Field Values
Constructor Detail

nsIWindowCreator2

public nsIWindowCreator2(long address)
Method Detail

CreateChromeWindow2

public int CreateChromeWindow2(long parent,
                               int chromeFlags,
                               int contextFlags,
                               long uri,
                               int[] cancel,
                               long[] _retval)