org.eclipse.swt.internal.mozilla
Class nsIDOMWindowCollection

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

public class nsIDOMWindowCollection
extends nsISupports


Field Summary
static nsID NS_IDOMWINDOWCOLLECTION_IID
           
static java.lang.String NS_IDOMWINDOWCOLLECTION_IID_STR
           
 
Fields inherited from class org.eclipse.swt.internal.mozilla.nsISupports
NS_ISUPPORTS_IID, NS_ISUPPORTS_IID_STR
 
Constructor Summary
nsIDOMWindowCollection(long address)
           
 
Method Summary
 int GetLength(int[] aLength)
           
 int Item(int index, long[] _retval)
           
 int NamedItem(long name, long[] _retval)
           
 
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_IDOMWINDOWCOLLECTION_IID_STR

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

NS_IDOMWINDOWCOLLECTION_IID

public static final nsID NS_IDOMWINDOWCOLLECTION_IID
Constructor Detail

nsIDOMWindowCollection

public nsIDOMWindowCollection(long address)
Method Detail

GetLength

public int GetLength(int[] aLength)

Item

public int Item(int index,
                long[] _retval)

NamedItem

public int NamedItem(long name,
                     long[] _retval)