org.eclipse.swt.internal.mozilla
Class nsISupports

java.lang.Object
  extended by org.eclipse.swt.internal.mozilla.nsISupports
Direct Known Subclasses:
nsIAppShell, nsIAuthInformation, nsIBaseWindow, nsICancelable, nsICategoryManager, nsIClassInfo, nsIComponentManager, nsIComponentRegistrar, nsIContextMenuListener, nsICookie, nsICookieManager, nsIDataType, nsIDirectoryService, nsIDirectoryServiceProvider, nsIDocShell, nsIDocShell_1_8, nsIDocShell_1_9, nsIDOMEvent, nsIDOMEventTarget, nsIDOMSerializer, nsIDOMSerializer_1_7, nsIDOMWindow, nsIDOMWindowCollection, nsIDownload, nsIEmbeddingSiteWindow, nsIFactory, nsIFile, nsIFilePicker, nsIFilePicker_1_8, nsIHelperAppLauncher, nsIHelperAppLauncherDialog, nsIHelperAppLauncherDialog_1_9, nsIInputStream, nsIInterfaceRequestor, nsIIOService, nsIJSContextStack, nsIMemory, nsIObserverService, nsIPrefBranch, nsIPrefLocalizedString, nsIPrefService, nsIPromptService, nsIProperties, nsIRequest, nsISecurityCheckedComponent, nsIServiceManager, nsISimpleEnumerator, nsISupportsWeakReference, nsITooltipListener, nsIURI, nsIURIContentListener, nsIVariant, nsIWeakReference, nsIWebBrowser, nsIWebBrowserChrome, nsIWebBrowserChromeFocus, nsIWebBrowserFocus, nsIWebNavigation, nsIWebNavigationInfo, nsIWebProgress, nsIWebProgressListener, nsIWindowCreator, nsIWindowWatcher

public class nsISupports
extends java.lang.Object


Field Summary
static nsID NS_ISUPPORTS_IID
           
static java.lang.String NS_ISUPPORTS_IID_STR
           
 
Constructor Summary
nsISupports(long address)
           
 
Method Summary
 int AddRef()
           
 long getAddress()
           
 int QueryInterface(nsID uuid, long[] result)
           
 int Release()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NS_ISUPPORTS_IID_STR

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

NS_ISUPPORTS_IID

public static final nsID NS_ISUPPORTS_IID
Constructor Detail

nsISupports

public nsISupports(long address)
Method Detail

getAddress

public long getAddress()

QueryInterface

public int QueryInterface(nsID uuid,
                          long[] result)

AddRef

public int AddRef()

Release

public int Release()