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

A

call(String, Object[]). Method in class netscape.javascript.JSObject
Calls a JavaScript method.

D

destroy(). Method in class netscape.plugin.Plugin
Called when the plugin is destroyed.

E

eval(String). Method in class netscape.javascript.JSObject
Evaluates a JavaScript expression.

F

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.
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.

I

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.

J

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.

P

Plugin(). Constructor for class netscape.plugin.Plugin

R

removeMember(String). Method in class netscape.javascript.JSObject
Removes a named member of a JavaScript object.

S

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.

T

toString(). Method in class netscape.javascript.JSObject
Converts a JSObject to a String.