org.eclipse.swt.internal.mozilla
Class nsISimpleEnumerator

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

public class nsISimpleEnumerator
extends nsISupports


Field Summary
static nsID NS_ISIMPLEENUMERATOR_IID
           
static java.lang.String NS_ISIMPLEENUMERATOR_IID_STR
           
 
Fields inherited from class org.eclipse.swt.internal.mozilla.nsISupports
NS_ISUPPORTS_IID, NS_ISUPPORTS_IID_STR
 
Constructor Summary
nsISimpleEnumerator(long address)
           
 
Method Summary
 int GetNext(long[] _retval)
           
 int HasMoreElements(int[] _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_ISIMPLEENUMERATOR_IID_STR

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

NS_ISIMPLEENUMERATOR_IID

public static final nsID NS_ISIMPLEENUMERATOR_IID
Constructor Detail

nsISimpleEnumerator

public nsISimpleEnumerator(long address)
Method Detail

HasMoreElements

public int HasMoreElements(int[] _retval)

GetNext

public int GetNext(long[] _retval)