netscape.javascript
Class JSObject

java.lang.Object
  extended by netscape.javascript.JSObject

public class JSObject
extends Object

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

Version:
$Revision: 6701 $
Author:
Ronald Brill

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

JSObject

public JSObject()
Method Detail

call

public Object call(String paramString,
                   Object[] paramArrayOfObject)
            throws JSException
Empty stub.

Parameters:
paramString - the paramString
paramArrayOfObject - the paramArrayOfObject
Returns:
result Object
Throws:
JSException - in case or error

eval

public Object eval(String paramString)
            throws JSException
Empty stub.

Parameters:
paramString - the paramString
Returns:
result Object
Throws:
JSException - in case or error

getMember

public Object getMember(String paramString)
                 throws JSException
Empty stub.

Parameters:
paramString - the paramString
Returns:
result Object
Throws:
JSException - in case or error

setMember

public void setMember(String paramString,
                      Object paramObject)
               throws JSException
Empty stub.

Parameters:
paramString - the paramString
paramObject - the paramObject
Throws:
JSException - in case or error

removeMember

public void removeMember(String paramString)
                  throws JSException
Empty stub.

Parameters:
paramString - the paramString
Throws:
JSException - in case or error

getSlot

public Object getSlot(int paramInt)
               throws JSException
Empty stub.

Parameters:
paramInt - the paramInt
Returns:
result Object
Throws:
JSException - in case or error

setSlot

public void setSlot(int paramInt,
                    Object paramObject)
             throws JSException
Empty stub.

Parameters:
paramInt - the paramInt
paramObject - the paramObject
Throws:
JSException - in case or error

getWindow

public static JSObject getWindow(Applet paramApplet)
                          throws JSException
Empty stub.

Parameters:
paramApplet - the paramApplet
Returns:
result Object
Throws:
JSException - in case or error


Copyright © 2002-2012 Gargoyle Software Inc.. All Rights Reserved.