org.eclipse.swt.internal.mozilla
Class nsISecurityCheckedComponent

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

public class nsISecurityCheckedComponent
extends nsISupports


Field Summary
static nsID NS_ISECURITYCHECKEDCOMPONENT_IID
           
static java.lang.String NS_ISECURITYCHECKEDCOMPONENT_IID_STR
           
 
Fields inherited from class org.eclipse.swt.internal.mozilla.nsISupports
NS_ISUPPORTS_IID, NS_ISUPPORTS_IID_STR
 
Constructor Summary
nsISecurityCheckedComponent(long address)
           
 
Method Summary
 int CanCallMethod(long iid, char[] methodName, long[] _retval)
           
 int CanCreateWrapper(long iid, long[] _retval)
           
 int CanGetProperty(long iid, char[] propertyName, long[] _retval)
           
 int CanSetProperty(long iid, char[] propertyName, 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_ISECURITYCHECKEDCOMPONENT_IID_STR

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

NS_ISECURITYCHECKEDCOMPONENT_IID

public static final nsID NS_ISECURITYCHECKEDCOMPONENT_IID
Constructor Detail

nsISecurityCheckedComponent

public nsISecurityCheckedComponent(long address)
Method Detail

CanCreateWrapper

public int CanCreateWrapper(long iid,
                            long[] _retval)

CanCallMethod

public int CanCallMethod(long iid,
                         char[] methodName,
                         long[] _retval)

CanGetProperty

public int CanGetProperty(long iid,
                          char[] propertyName,
                          long[] _retval)

CanSetProperty

public int CanSetProperty(long iid,
                          char[] propertyName,
                          long[] _retval)