org.eclipse.swt.internal.mozilla
Class nsICategoryManager

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

public class nsICategoryManager
extends nsISupports


Field Summary
static nsID NS_ICATEGORYMANAGER_IID
           
static java.lang.String NS_ICATEGORYMANAGER_IID_STR
           
 
Fields inherited from class org.eclipse.swt.internal.mozilla.nsISupports
NS_ISUPPORTS_IID, NS_ISUPPORTS_IID_STR
 
Constructor Summary
nsICategoryManager(long address)
           
 
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 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_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
Constructor Detail

nsICategoryManager

public nsICategoryManager(long address)
Method Detail

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)