websphinx.workbench
Class Context

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

public abstract class Context
extends java.lang.Object


Field Summary
(package private) static java.applet.Applet applet
           
(package private) static Browser browser
           
(package private) static java.applet.AppletContext context
           
(package private) static ScriptInterpreter interpreter
           
(package private) static java.lang.String target
           
 
Constructor Summary
Context()
           
 
Method Summary
static java.applet.Applet getApplet()
           
static java.applet.AppletContext getAppletContext()
           
static Browser getBrowser()
           
static ScriptInterpreter getScriptInterpreter()
           
private static void internalSetApplet()
           
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, registerNatives, toString, wait, wait, wait
 

Field Detail

applet

static java.applet.Applet applet

target

static java.lang.String target

context

static java.applet.AppletContext context

browser

static Browser browser

interpreter

static ScriptInterpreter interpreter
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)

internalSetApplet

private static void internalSetApplet()

getApplet

public static java.applet.Applet getApplet()

getAppletContext

public static java.applet.AppletContext getAppletContext()

getBrowser

public static Browser getBrowser()

getScriptInterpreter

public static ScriptInterpreter getScriptInterpreter()