|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.mozilla.javascript.ScriptableObject
org.mozilla.javascript.IdScriptableObject
org.mozilla.javascript.ImporterTopLevel
org.apache.batik.script.rhino.WindowWrapper
public class WindowWrapper
This class wraps a Window object to expose it to the interpreter. This will be the Global Object of our interpreter.
Nested Class Summary | |
---|---|
protected static class |
WindowWrapper.FunctionWrapper
To wrap a function in an handler. |
protected static class |
WindowWrapper.GetURLFunctionWrapper
To wrap a function passed to getURL(). |
Field Summary | |
---|---|
protected RhinoInterpreter |
interpreter
The rhino interpreter. |
protected Window |
window
The wrapped window. |
Fields inherited from class org.mozilla.javascript.ScriptableObject |
---|
DONTENUM, EMPTY, PERMANENT, READONLY |
Fields inherited from interface org.mozilla.javascript.Scriptable |
---|
NOT_FOUND |
Constructor Summary | |
---|---|
WindowWrapper(Context context)
Creates a new WindowWrapper. |
Method Summary | |
---|---|
static void |
alert(Context cx,
Scriptable thisObj,
Object[] args,
Function funObj)
Wraps the 'alert' method of the Window interface. |
static void |
clearInterval(Context cx,
Scriptable thisObj,
Object[] args,
Function funObj)
Wraps the 'clearInterval' method of the Window interface. |
static void |
clearTimeout(Context cx,
Scriptable thisObj,
Object[] args,
Function funObj)
Wraps the 'clearTimeout' method of the Window interface. |
static Object |
confirm(Context cx,
Scriptable thisObj,
Object[] args,
Function funObj)
Wraps the 'confirm' method of the Window interface. |
String |
getClassName()
|
static void |
getURL(Context cx,
Scriptable thisObj,
Object[] args,
Function funObj)
Wraps the 'getURL' method of the Window interface. |
static Object |
parseXML(Context cx,
Scriptable thisObj,
Object[] args,
Function funObj)
Wraps the 'parseXML' method of the Window interface. |
static void |
postURL(Context cx,
Scriptable thisObj,
Object[] args,
Function funObj)
Wraps the 'postURL' method of the Window interface. |
static Object |
prompt(Context cx,
Scriptable thisObj,
Object[] args,
Function funObj)
Wraps the 'prompt' method of the Window interface. |
static Object |
setInterval(Context cx,
Scriptable thisObj,
Object[] args,
Function funObj)
Wraps the 'setInterval' methods of the Window interface. |
static Object |
setTimeout(Context cx,
Scriptable thisObj,
Object[] args,
Function funObj)
Wraps the 'setTimeout' methods of the Window interface. |
String |
toString()
|
Methods inherited from class org.mozilla.javascript.ImporterTopLevel |
---|
execIdCall, findPrototypeId, get, has, importPackage, init, initPrototypeId, initStandardObjects |
Methods inherited from class org.mozilla.javascript.IdScriptableObject |
---|
activatePrototypeMap, addIdFunctionProperty, defaultGet, defaultPut, delete, exportAsJSClass, fillConstructorProperties, findInstanceIdInfo, getAttributes, getInstanceIdName, getInstanceIdValue, getMaxInstanceId, hasPrototypeMap, incompatibleCallError, initPrototypeConstructor, initPrototypeMethod, initPrototypeValue, instanceIdInfo, put, setAttributes, setInstanceIdValue |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
protected RhinoInterpreter interpreter
protected Window window
Constructor Detail |
---|
public WindowWrapper(Context context)
Method Detail |
---|
public String getClassName()
getClassName
in interface Scriptable
getClassName
in class ImporterTopLevel
public String toString()
toString
in class Object
public static Object setInterval(Context cx, Scriptable thisObj, Object[] args, Function funObj)
public static Object setTimeout(Context cx, Scriptable thisObj, Object[] args, Function funObj)
public static void clearInterval(Context cx, Scriptable thisObj, Object[] args, Function funObj)
public static void clearTimeout(Context cx, Scriptable thisObj, Object[] args, Function funObj)
public static Object parseXML(Context cx, Scriptable thisObj, Object[] args, Function funObj)
public static void getURL(Context cx, Scriptable thisObj, Object[] args, Function funObj)
public static void postURL(Context cx, Scriptable thisObj, Object[] args, Function funObj)
public static void alert(Context cx, Scriptable thisObj, Object[] args, Function funObj)
public static Object confirm(Context cx, Scriptable thisObj, Object[] args, Function funObj)
public static Object prompt(Context cx, Scriptable thisObj, Object[] args, Function funObj)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |