org.eclipse.swt.internal.mozilla
Class nsIFactory

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

public class nsIFactory
extends nsISupports


Field Summary
static nsID NS_IFACTORY_IID
           
static java.lang.String NS_IFACTORY_IID_STR
           
 
Fields inherited from class org.eclipse.swt.internal.mozilla.nsISupports
NS_ISUPPORTS_IID, NS_ISUPPORTS_IID_STR
 
Constructor Summary
nsIFactory(long address)
           
 
Method Summary
 int CreateInstance(long aOuter, nsID iid, long[] result)
           
 int LockFactory(int lock)
           
 
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_IFACTORY_IID_STR

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

NS_IFACTORY_IID

public static final nsID NS_IFACTORY_IID
Constructor Detail

nsIFactory

public nsIFactory(long address)
Method Detail

CreateInstance

public int CreateInstance(long aOuter,
                          nsID iid,
                          long[] result)

LockFactory

public int LockFactory(int lock)