websphinx.workbench
Class Context

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

public abstract class Context
extends java.lang.Object


Constructor Summary
Context()
           
 
Method Summary
static java.applet.Applet getApplet()
           
static java.applet.AppletContext getAppletContext()
           
static Browser getBrowser()
           
static ScriptInterpreter getScriptInterpreter()
           
static boolean isApplet()
           
static boolean isApplication()
           
static void setApplet(java.applet.Applet _applet)
           
static void setApplet(java.applet.Applet _applet, java.lang.String _target)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Context

public Context()
Method Detail

isApplet

public static boolean isApplet()

isApplication

public static boolean isApplication()

setApplet

public static void setApplet(java.applet.Applet _applet)

setApplet

public static void setApplet(java.applet.Applet _applet,
                             java.lang.String _target)

getApplet

public static java.applet.Applet getApplet()

getAppletContext

public static java.applet.AppletContext getAppletContext()

getBrowser

public static Browser getBrowser()

getScriptInterpreter

public static ScriptInterpreter getScriptInterpreter()