public class nsICategoryManager extends nsISupports
Modifier and Type | Field and Description |
---|---|
(package private) static int |
LAST_METHOD_ID |
static nsID |
NS_ICATEGORYMANAGER_IID |
static java.lang.String |
NS_ICATEGORYMANAGER_IID_STR |
address, FIRST_METHOD_ID, IsSolaris, IsXULRunner10, NS_ISUPPORTS_IID, NS_ISUPPORTS_IID_STR
Constructor and Description |
---|
nsICategoryManager(int address) |
Modifier and Type | Method and Description |
---|---|
int |
AddCategoryEntry(byte[] aCategory,
byte[] aEntry,
byte[] aValue,
int aPersist,
int aReplace,
int[] _retval) |
int |
DeleteCategory(byte[] aCategory) |
int |
DeleteCategoryEntry(byte[] aCategory,
byte[] aEntry,
int aPersist) |
int |
EnumerateCategories(int[] _retval) |
int |
EnumerateCategory(byte[] aCategory,
int[] _retval) |
int |
GetCategoryEntry(byte[] aCategory,
byte[] aEntry,
int[] _retval) |
AddRef, getAddress, QueryInterface, Release
static final int LAST_METHOD_ID
public static final java.lang.String NS_ICATEGORYMANAGER_IID_STR
public static final nsID NS_ICATEGORYMANAGER_IID
public int GetCategoryEntry(byte[] aCategory, byte[] aEntry, int[] _retval)
public int AddCategoryEntry(byte[] aCategory, byte[] aEntry, byte[] aValue, int aPersist, int aReplace, int[] _retval)
public int DeleteCategoryEntry(byte[] aCategory, byte[] aEntry, int aPersist)
public int DeleteCategory(byte[] aCategory)
public int EnumerateCategory(byte[] aCategory, int[] _retval)
public int EnumerateCategories(int[] _retval)