websphinx.workbench
Class Context
java.lang.Object
|
+--websphinx.workbench.Context
- public abstract class Context
- extends java.lang.Object
Methods inherited from class java.lang.Object |
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait |
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
Context
public Context()
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()