Index of all Fields and Methods
All Packages Class Hierarchy
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
Index of all Fields and Methods
- call(String, Object[]).
Method in class netscape.javascript.JSObject
- Calls a JavaScript method.
- destroy().
Method in class netscape.plugin.Plugin
- Called when the plugin is destroyed.
- eval(String).
Method in class netscape.javascript.JSObject
- Evaluates a JavaScript expression.
- finalize().
Method in class netscape.javascript.JSObject
- Finalization decrements the reference count on the corresponding
JavaScript object.
- getMember(String).
Method in class netscape.javascript.JSObject
- Retrieves a named member of a JavaScript object.
- getPeer().
Method in class netscape.plugin.Plugin
- Returns the native NPP object -- the plugin instance which is
the native part of a Java Plugin object.
- getSlot(int).
Method in class netscape.javascript.JSObject
- Retrieves an indexed member of a JavaScript object.
- getWindow().
Method in class netscape.plugin.Plugin
- Returns the JavaScript window on which the plugin is embedded.
- init().
Method in class netscape.plugin.Plugin
- Called when the plugin is initialized.
- isActive().
Method in class netscape.plugin.Plugin
- This method determines whether the Java reflection of a plugin still
refers to an active plugin.
- JSException().
Constructor for class netscape.javascript.JSException
- Constructs a JSException without a detail message.
- JSException(String).
Constructor for class netscape.javascript.JSException
- Constructs a JSException with a detail message.
- JSException(String, String, int, String, int).
Constructor for class netscape.javascript.JSException
- Constructs a JSException with a detail message and all the
other info that usually comes with a JavaScript error.
- Plugin().
Constructor for class netscape.plugin.Plugin
-
- removeMember(String).
Method in class netscape.javascript.JSObject
- Removes a named member of a JavaScript object.
- setMember(String, Object).
Method in class netscape.javascript.JSObject
- Sets a named member of a JavaScript object.
- setSlot(int, Object).
Method in class netscape.javascript.JSObject
- Sets an indexed member of a JavaScript object.
- toString().
Method in class netscape.javascript.JSObject
- Converts a JSObject to a String.