org.eclipse.swt.internal.mozilla
Class nsICookieManager

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

public class nsICookieManager
extends nsISupports


Field Summary
static nsID NS_ICOOKIEMANAGER_IID
           
static java.lang.String NS_ICOOKIEMANAGER_IID_STR
           
 
Fields inherited from class org.eclipse.swt.internal.mozilla.nsISupports
NS_ISUPPORTS_IID, NS_ISUPPORTS_IID_STR
 
Constructor Summary
nsICookieManager(long address)
           
 
Method Summary
 int GetEnumerator(long[] aEnumerator)
           
 int Remove(long aDomain, long aName, long aPath, int aBlocked)
           
 int RemoveAll()
           
 
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_ICOOKIEMANAGER_IID_STR

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

NS_ICOOKIEMANAGER_IID

public static final nsID NS_ICOOKIEMANAGER_IID
Constructor Detail

nsICookieManager

public nsICookieManager(long address)
Method Detail

RemoveAll

public int RemoveAll()

GetEnumerator

public int GetEnumerator(long[] aEnumerator)

Remove

public int Remove(long aDomain,
                  long aName,
                  long aPath,
                  int aBlocked)