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 ObjectCalls a JavaScript method.abstract ObjectEvaluates a JavaScript expression.abstract ObjectRetrieves a named member of a JavaScript object.abstract ObjectJSObject.getSlot(int index) Retrieves an indexed member of a JavaScript object.abstract voidJSObject.removeMember(String name) Removes a named member of a JavaScript object.abstract voidSets a named member of a JavaScript object.abstract voidSets an indexed member of a JavaScript object.