|
|||||||||
| Home >> All >> netscape >> [ javascript overview ] | PREV NEXT | ||||||||
C
- call(String, Object[]) - Method in class netscape.javascript.JSObject
- Calls a JavaScript method.
- call(JSObject, String, Object[]) - Method in interface netscape.javascript.JSProxy
E
- EXCEPTION_TYPE_BOOLEAN - Static variable in class netscape.javascript.JSException
- EXCEPTION_TYPE_EMPTY - Static variable in class netscape.javascript.JSException
- EXCEPTION_TYPE_ERROR - Static variable in class netscape.javascript.JSException
- EXCEPTION_TYPE_FUNCTION - Static variable in class netscape.javascript.JSException
- EXCEPTION_TYPE_NUMBER - Static variable in class netscape.javascript.JSException
- EXCEPTION_TYPE_OBJECT - Static variable in class netscape.javascript.JSException
- EXCEPTION_TYPE_STRING - Static variable in class netscape.javascript.JSException
- EXCEPTION_TYPE_VOID - Static variable in class netscape.javascript.JSException
- equals(Object) - Method in class netscape.javascript.JSObject
- Override java.lang.Object.equals() because identity is not preserved with instances of JSObject.
- eval(String) - Method in class netscape.javascript.JSObject
- Evaluates a JavaScript expression.
- eval(JSObject, String) - Method in interface netscape.javascript.JSProxy
F
- filename - Variable in class netscape.javascript.JSException
- finalize() - Method in class netscape.javascript.JSObject
- Finalization decrements the reference count on the corresponding JavaScript object.
G
- getMember(String) - Method in class netscape.javascript.JSObject
- Retrieves a named member of a JavaScript object.
- getMember(JSObject, String) - Method in interface netscape.javascript.JSProxy
- getSlot(int) - Method in class netscape.javascript.JSObject
- Retrieves an indexed member of a JavaScript object.
- getSlot(JSObject, int) - Method in interface netscape.javascript.JSProxy
- getStackTrace(Throwable) - Static method in class netscape.javascript.JSUtil
- getWindow(Applet) - Static method in class netscape.javascript.JSObject
- get a JSObject for the window containing the given applet
- getWindow(Applet) - Method in interface netscape.javascript.JSProxy
- getWrappedException() - Method in class netscape.javascript.JSException
- Instance method getWrappedException.
- getWrappedExceptionType() - Method in class netscape.javascript.JSException
- Instance method getWrappedExceptionType returns the int mapping of the type of the wrappedException Object.
I
- initClass() - Static method in class netscape.javascript.JSObject
- initialize
- internal - Variable in class netscape.javascript.JSObject
J
- JSException - exception netscape.javascript.JSException.
- JSException is an exception which is thrown when JavaScript code returns an error.
- JSException() - Constructor for class netscape.javascript.JSException
- Deprecated. Not for public use in future versions.
- JSException(String) - Constructor for class netscape.javascript.JSException
- Deprecated. Not for public use in future versions.
- JSException(int, Object) - Constructor for class netscape.javascript.JSException
- Constructs a JSException with a wrapped JavaScript exception object.
- JSException(String, String, int, String, int) - Constructor for class netscape.javascript.JSException
- Deprecated. Not for public use in future versions.
- JSObject - class netscape.javascript.JSObject.
- JSObject allows Java to manipulate objects that are defined in JavaScript.
- JSObject(int) - Constructor for class netscape.javascript.JSObject
- it is illegal to construct a JSObject manually
- JSObject(long) - Constructor for class netscape.javascript.JSObject
- JSProxy - interface netscape.javascript.JSProxy.
- JSRunnable - class netscape.javascript.JSRunnable.
- Runs a JavaScript object with a run() method in a separate thread.
- JSRunnable(JSObject) - Constructor for class netscape.javascript.JSRunnable
- JSUtil - class netscape.javascript.JSUtil.
- JSUtil() - Constructor for class netscape.javascript.JSUtil
L
- lineno - Variable in class netscape.javascript.JSException
- long_internal - Variable in class netscape.javascript.JSObject
N
- netscape.javascript - package netscape.javascript
R
- removeMember(String) - Method in class netscape.javascript.JSObject
- Removes a named member of a JavaScript object.
- removeMember(JSObject, String) - Method in interface netscape.javascript.JSProxy
- run() - Method in class netscape.javascript.JSRunnable
- runnable - Variable in class netscape.javascript.JSRunnable
S
- setMember(String, Object) - Method in class netscape.javascript.JSObject
- Sets a named member of a JavaScript object.
- setMember(JSObject, String, Object) - Method in interface netscape.javascript.JSProxy
- setSlot(int, Object) - Method in class netscape.javascript.JSObject
- Sets an indexed member of a JavaScript object.
- setSlot(JSObject, int, Object) - Method in interface netscape.javascript.JSProxy
- source - Variable in class netscape.javascript.JSException
T
- toString() - Method in class netscape.javascript.JSObject
- Converts a JSObject to a String.
- toString(JSObject) - Method in interface netscape.javascript.JSProxy
- tokenIndex - Variable in class netscape.javascript.JSException
W
- workAroundAIXJavaBug() - Static method in class netscape.javascript.JSUtil
- This method is used to work around a bug in AIX JDK1.1.6, in which static initializers are not run when a static field is referenced from native code.
- wrappedException - Variable in class netscape.javascript.JSException
- wrappedExceptionType - Variable in class netscape.javascript.JSException
C E F G I J L N R S T W
|
|||||||||
| Home >> All >> netscape >> [ javascript overview ] | PREV NEXT | ||||||||