All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class websphinx.workbench.Netscape

java.lang.Object
   |
   +----websphinx.workbench.Browser
           |
           +----websphinx.workbench.Netscape

public class Netscape
extends Browser
implements ScriptInterpreter

Constructor Index

 o Netscape(AppletContext)
 o Netscape(AppletContext, String)

Method Index

 o apply(Object, Object[])
 o eval(String)
 o get(String)
 o getLanguage()
 o getScriptInterpreter()
 o lambda(String[], String)
 o set(String, Object)
 o show(URL)

Constructors

 o Netscape
 public Netscape(AppletContext context)
 o Netscape
 public Netscape(AppletContext context,
                 String frameName)

Methods

 o getScriptInterpreter
 public ScriptInterpreter getScriptInterpreter()
 o getLanguage
 public String getLanguage()
 o eval
 public Object eval(String expression) throws ScriptException
 o lambda
 public Object lambda(String args[],
                      String body) throws ScriptException
 o apply
 public Object apply(Object func,
                     Object args[]) throws ScriptException
 o set
 public void set(String name,
                 Object object)
 o get
 public Object get(String name)
 o show
 public void show(URL url)
Overrides:
show in class Browser

All Packages  Class Hierarchy  This Package  Previous  Next  Index