org.eclipse.swt.internal.mozilla
Class nsIProperties

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

public class nsIProperties
extends nsISupports


Field Summary
static nsID NS_IPROPERTIES_IID
           
static java.lang.String NS_IPROPERTIES_IID_STR
           
 
Fields inherited from class org.eclipse.swt.internal.mozilla.nsISupports
NS_ISUPPORTS_IID, NS_ISUPPORTS_IID_STR
 
Constructor Summary
nsIProperties(long address)
           
 
Method Summary
 int Get(byte[] prop, nsID iid, long[] result)
           
 int GetKeys(int[] count, long[] keys)
           
 int Has(byte[] prop, int[] _retval)
           
 int Set(byte[] prop, long value)
           
 int Undefine(byte[] prop)
           
 
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_IPROPERTIES_IID_STR

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

NS_IPROPERTIES_IID

public static final nsID NS_IPROPERTIES_IID
Constructor Detail

nsIProperties

public nsIProperties(long address)
Method Detail

Get

public int Get(byte[] prop,
               nsID iid,
               long[] result)

Set

public int Set(byte[] prop,
               long value)

Has

public int Has(byte[] prop,
               int[] _retval)

Undefine

public int Undefine(byte[] prop)

GetKeys

public int GetKeys(int[] count,
                   long[] keys)