public class nsISupports extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
NS_ISUPPORTS_IID_STR |
| Constructor and Description |
|---|
nsISupports(long address) |
| Modifier and Type | Method and Description |
|---|---|
int |
AddRef() |
long |
getAddress() |
protected String |
getClassName() |
protected int |
getGetterIndex(String attribute) |
protected int |
getMethodIndex(String methodString) |
protected int |
getSetterIndex(String attribute) |
protected static boolean |
IsXULRunner10() |
protected static boolean |
IsXULRunner24() |
protected static boolean |
IsXULRunner31() |
protected static boolean |
IsXULRVersionOrLater(int version) |
int |
QueryInterface(nsID uuid,
long[] result) |
int |
Release() |
public static final String NS_ISUPPORTS_IID_STR
protected static boolean IsXULRunner10()
protected static boolean IsXULRunner24()
protected static boolean IsXULRunner31()
protected static boolean IsXULRVersionOrLater(int version)
protected int getGetterIndex(String attribute)
protected int getSetterIndex(String attribute)
protected String getClassName()
protected int getMethodIndex(String methodString)
public long getAddress()
public int QueryInterface(nsID uuid, long[] result)
public int AddRef()
public int Release()
Copyright © 2017. All Rights Reserved.