All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class websphinx.workbench.Context

java.lang.Object
   |
   +----websphinx.workbench.Context

public abstract class Context
extends Object

Constructor Index

 o Context()

Method Index

 o getApplet()
 o getAppletContext()
 o getBrowser()
 o getScriptInterpreter()
 o isApplet()
 o isApplication()
 o setApplet(Applet)
 o setApplet(Applet, String)

Constructors

 o Context
 public Context()

Methods

 o isApplet
 public static boolean isApplet()
 o isApplication
 public static boolean isApplication()
 o setApplet
 public static void setApplet(Applet _applet)
 o setApplet
 public static void setApplet(Applet _applet,
                              String _target)
 o getApplet
 public static Applet getApplet()
 o getAppletContext
 public static AppletContext getAppletContext()
 o getBrowser
 public static Browser getBrowser()
 o getScriptInterpreter
 public static ScriptInterpreter getScriptInterpreter()

All Packages  Class Hierarchy  This Package  Previous  Next  Index