Uses of Class
netscape.javascript.JSException
Packages that use JSException
包
描述
Provides Java code the ability to access the JavaScript engine and the
HTML DOM in the web browser.
-
Uses of JSException in netscape.javascript
Methods in netscape.javascript that throw JSException修饰符和类方法描述abstract Object
Calls a JavaScript method.abstract Object
Evaluates a JavaScript expression.abstract Object
Retrieves a named member of a JavaScript object.abstract Object
JSObject.getSlot
(int index) Retrieves an indexed member of a JavaScript object.abstract void
JSObject.removeMember
(String name) Removes a named member of a JavaScript object.abstract void
Sets a named member of a JavaScript object.abstract void
Sets an indexed member of a JavaScript object.