org.eclipse.swt.internal.mozilla
Class nsICategoryManager
java.lang.Object
org.eclipse.swt.internal.mozilla.nsISupports
org.eclipse.swt.internal.mozilla.nsICategoryManager
public class nsICategoryManager
- extends nsISupports
Method Summary |
int |
AddCategoryEntry(byte[] aCategory,
byte[] aEntry,
byte[] aValue,
int aPersist,
int aReplace,
long[] _retval)
|
int |
DeleteCategory(byte[] aCategory)
|
int |
DeleteCategoryEntry(byte[] aCategory,
byte[] aEntry,
int aPersist)
|
int |
EnumerateCategories(long[] _retval)
|
int |
EnumerateCategory(byte[] aCategory,
long[] _retval)
|
int |
GetCategoryEntry(byte[] aCategory,
byte[] aEntry,
long[] _retval)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NS_ICATEGORYMANAGER_IID_STR
public static final java.lang.String NS_ICATEGORYMANAGER_IID_STR
- See Also:
- Constant Field Values
NS_ICATEGORYMANAGER_IID
public static final nsID NS_ICATEGORYMANAGER_IID
nsICategoryManager
public nsICategoryManager(long address)
GetCategoryEntry
public int GetCategoryEntry(byte[] aCategory,
byte[] aEntry,
long[] _retval)
AddCategoryEntry
public int AddCategoryEntry(byte[] aCategory,
byte[] aEntry,
byte[] aValue,
int aPersist,
int aReplace,
long[] _retval)
DeleteCategoryEntry
public int DeleteCategoryEntry(byte[] aCategory,
byte[] aEntry,
int aPersist)
DeleteCategory
public int DeleteCategory(byte[] aCategory)
EnumerateCategory
public int EnumerateCategory(byte[] aCategory,
long[] _retval)
EnumerateCategories
public int EnumerateCategories(long[] _retval)