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
-
Context()
-
-
getApplet()
-
-
getAppletContext()
-
-
getBrowser()
-
-
getScriptInterpreter()
-
-
isApplet()
-
-
isApplication()
-
-
setApplet(Applet)
-
-
setApplet(Applet, String)
-
Context
public Context()
isApplet
public static boolean isApplet()
isApplication
public static boolean isApplication()
setApplet
public static void setApplet(Applet _applet)
setApplet
public static void setApplet(Applet _applet,
String _target)
getApplet
public static Applet getApplet()
getAppletContext
public static AppletContext getAppletContext()
getBrowser
public static Browser getBrowser()
getScriptInterpreter
public static ScriptInterpreter getScriptInterpreter()
All Packages Class Hierarchy This Package Previous Next Index