public class nsISupports
extends java.lang.Object
| Modifier and Type | Field and Description | 
|---|---|
| (package private) int | address | 
| (package private) static int | FIRST_METHOD_ID | 
| (package private) static boolean | IsSolaris | 
| static boolean | IsXULRunner10 | 
| (package private) static int | LAST_METHOD_ID | 
| static nsID | NS_ISUPPORTS_IID | 
| static java.lang.String | NS_ISUPPORTS_IID_STR | 
| Constructor and Description | 
|---|
| nsISupports(int address) | 
| Modifier and Type | Method and Description | 
|---|---|
| int | AddRef() | 
| int | getAddress() | 
| int | QueryInterface(nsID uuid,
              int[] result) | 
| int | Release() | 
static final boolean IsSolaris
static final int FIRST_METHOD_ID
static final int LAST_METHOD_ID
public static boolean IsXULRunner10
public static final java.lang.String NS_ISUPPORTS_IID_STR
public static final nsID NS_ISUPPORTS_IID
int address
public int getAddress()
public int QueryInterface(nsID uuid, int[] result)
public int AddRef()
public int Release()