org.eclipse.swt.internal.mozilla
Class nsIPrefService

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

public class nsIPrefService
extends nsISupports


Field Summary
static nsID NS_IPREFSERVICE_IID
           
static java.lang.String NS_IPREFSERVICE_IID_STR
           
 
Fields inherited from class org.eclipse.swt.internal.mozilla.nsISupports
NS_ISUPPORTS_IID, NS_ISUPPORTS_IID_STR
 
Constructor Summary
nsIPrefService(long address)
           
 
Method Summary
 int GetBranch(byte[] aPrefRoot, long[] _retval)
           
 int GetDefaultBranch(byte[] aPrefRoot, long[] _retval)
           
 int ReadUserPrefs(long aFile)
           
 int ResetPrefs()
           
 int ResetUserPrefs()
           
 int SavePrefFile(long aFile)
           
 
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_IPREFSERVICE_IID_STR

public static final java.lang.String NS_IPREFSERVICE_IID_STR
See Also:
Constant Field Values

NS_IPREFSERVICE_IID

public static final nsID NS_IPREFSERVICE_IID
Constructor Detail

nsIPrefService

public nsIPrefService(long address)
Method Detail

ReadUserPrefs

public int ReadUserPrefs(long aFile)

ResetPrefs

public int ResetPrefs()

ResetUserPrefs

public int ResetUserPrefs()

SavePrefFile

public int SavePrefFile(long aFile)

GetBranch

public int GetBranch(byte[] aPrefRoot,
                     long[] _retval)

GetDefaultBranch

public int GetDefaultBranch(byte[] aPrefRoot,
                            long[] _retval)