|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnetscape.javascript.JSObject
public class JSObject
Stub for the JSException. This is part of the Applet LiveConnect simulation. TODO: we have to evaluate if it is possible to use plugin.jar from jdk
Constructor Summary | |
---|---|
JSObject()
|
Method Summary | |
---|---|
Object |
call(String paramString,
Object[] paramArrayOfObject)
Empty stub. |
Object |
eval(String paramString)
Empty stub. |
Object |
getMember(String paramString)
Empty stub. |
Object |
getSlot(int paramInt)
Empty stub. |
static JSObject |
getWindow(Applet paramApplet)
Empty stub. |
void |
removeMember(String paramString)
Empty stub. |
void |
setMember(String paramString,
Object paramObject)
Empty stub. |
void |
setSlot(int paramInt,
Object paramObject)
Empty stub. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public JSObject()
Method Detail |
---|
public Object call(String paramString, Object[] paramArrayOfObject) throws JSException
paramString
- the paramStringparamArrayOfObject
- the paramArrayOfObject
JSException
- in case or errorpublic Object eval(String paramString) throws JSException
paramString
- the paramString
JSException
- in case or errorpublic Object getMember(String paramString) throws JSException
paramString
- the paramString
JSException
- in case or errorpublic void setMember(String paramString, Object paramObject) throws JSException
paramString
- the paramStringparamObject
- the paramObject
JSException
- in case or errorpublic void removeMember(String paramString) throws JSException
paramString
- the paramString
JSException
- in case or errorpublic Object getSlot(int paramInt) throws JSException
paramInt
- the paramInt
JSException
- in case or errorpublic void setSlot(int paramInt, Object paramObject) throws JSException
paramInt
- the paramIntparamObject
- the paramObject
JSException
- in case or errorpublic static JSObject getWindow(Applet paramApplet) throws JSException
paramApplet
- the paramApplet
JSException
- in case or error
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |