public class JSObject extends Object
| Constructor and Description | 
|---|
| JSObject() | 
| Modifier and Type | Method and Description | 
|---|---|
| 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. | 
public Object call(String paramString, Object[] paramArrayOfObject) throws JSException
paramString - the paramStringparamArrayOfObject - the paramArrayOfObjectJSException - in case or errorpublic Object eval(String paramString) throws JSException
paramString - the paramStringJSException - in case or errorpublic Object getMember(String paramString) throws JSException
paramString - the paramStringJSException - in case or errorpublic void setMember(String paramString, Object paramObject) throws JSException
paramString - the paramStringparamObject - the paramObjectJSException - in case or errorpublic void removeMember(String paramString) throws JSException
paramString - the paramStringJSException - in case or errorpublic Object getSlot(int paramInt) throws JSException
paramInt - the paramIntJSException - in case or errorpublic void setSlot(int paramInt,
           Object paramObject)
             throws JSException
paramInt - the paramIntparamObject - the paramObjectJSException - in case or errorpublic static JSObject getWindow(Applet paramApplet) throws JSException
paramApplet - the paramAppletJSException - in case or errorCopyright © 2002–2016 Gargoyle Software Inc.. All rights reserved.