|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.swt.internal.mozilla.nsISupports
org.eclipse.swt.internal.mozilla.nsIJSContextStack
public class nsIJSContextStack
Field Summary | |
---|---|
static nsID |
NS_IJSCONTEXTSTACK_IID
|
static java.lang.String |
NS_IJSCONTEXTSTACK_IID_STR
|
Fields inherited from class org.eclipse.swt.internal.mozilla.nsISupports |
---|
NS_ISUPPORTS_IID, NS_ISUPPORTS_IID_STR |
Constructor Summary | |
---|---|
nsIJSContextStack(long address)
|
Method Summary | |
---|---|
int |
GetCount(int[] aCount)
|
int |
Peek(long[] _retval)
|
int |
Pop(long[] _retval)
|
int |
Push(long cx)
|
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 |
---|
public static final java.lang.String NS_IJSCONTEXTSTACK_IID_STR
public static final nsID NS_IJSCONTEXTSTACK_IID
Constructor Detail |
---|
public nsIJSContextStack(long address)
Method Detail |
---|
public int GetCount(int[] aCount)
public int Peek(long[] _retval)
public int Pop(long[] _retval)
public int Push(long cx)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |