Part of the netscape.javascript package included with Navigator 3.0
public Object getSlot(int index)
The index of the array element to be read.
The value of the array element at the specified index of a JavaScript object.
The getSlot() method of the Java JSObject class reads and returns to Java the value of an array element at the specified index of a JavaScript object. The return value may be another JSObject object, or a Double, Boolean, or String object, but is returned as a generic Object, which you must cast as necessary.
This HTML Help has been published using the chm2web software. |