public class nsIPrefBranch extends nsISupports
| Modifier and Type | Field and Description |
|---|---|
static int |
PREF_BOOL |
static int |
PREF_INT |
static int |
PREF_INVALID |
static int |
PREF_STRING |
NS_ISUPPORTS_IID_STR| Constructor and Description |
|---|
nsIPrefBranch(long address) |
| Modifier and Type | Method and Description |
|---|---|
int |
ClearUserPref(byte[] aPrefName) |
int |
GetComplexValue(byte[] aPrefName,
nsID aType,
long[] aValue) |
int |
GetIntPref(byte[] aPrefName,
int[] _retval) |
int |
SetBoolPref(byte[] aPrefName,
int aValue) |
int |
SetComplexValue(byte[] aPrefName,
nsID aType,
long aValue) |
int |
SetIntPref(byte[] aPrefName,
int aValue) |
AddRef, getAddress, getClassName, getGetterIndex, getMethodIndex, getSetterIndex, IsXULRunner10, IsXULRunner24, IsXULRunner31, IsXULRVersionOrLater, QueryInterface, Releasepublic static final int PREF_INVALID
public static final int PREF_STRING
public static final int PREF_INT
public static final int PREF_BOOL
public int SetBoolPref(byte[] aPrefName,
int aValue)
public int GetIntPref(byte[] aPrefName,
int[] _retval)
public int SetIntPref(byte[] aPrefName,
int aValue)
public int GetComplexValue(byte[] aPrefName,
nsID aType,
long[] aValue)
public int SetComplexValue(byte[] aPrefName,
nsID aType,
long aValue)
public int ClearUserPref(byte[] aPrefName)
Copyright © 2017. All Rights Reserved.