public class nsIProperties extends nsISupports
| Modifier and Type | Field and Description | 
|---|---|
| (package private) static int | LAST_METHOD_ID | 
| static nsID | NS_IPROPERTIES_IID | 
| static java.lang.String | NS_IPROPERTIES_IID_STR | 
address, FIRST_METHOD_ID, IsSolaris, IsXULRunner10, NS_ISUPPORTS_IID, NS_ISUPPORTS_IID_STR| Constructor and Description | 
|---|
| nsIProperties(int address) | 
| Modifier and Type | Method and Description | 
|---|---|
| int | Get(byte[] prop,
   nsID iid,
   int[] result) | 
| int | GetKeys(int[] count,
       int[] keys) | 
| int | Has(byte[] prop,
   int[] _retval) | 
| int | Set(byte[] prop,
   int value) | 
| int | Undefine(byte[] prop) | 
AddRef, getAddress, QueryInterface, Releasestatic final int LAST_METHOD_ID
public static final java.lang.String NS_IPROPERTIES_IID_STR
public static final nsID NS_IPROPERTIES_IID
public int Get(byte[] prop,
      nsID iid,
      int[] result)
public int Set(byte[] prop,
      int value)
public int Has(byte[] prop,
      int[] _retval)
public int Undefine(byte[] prop)
public int GetKeys(int[] count,
          int[] keys)