public class GlobalWrapper extends WindowWrapper
WindowWrapper.FunctionWrapper, WindowWrapper.GetURLFunctionWrapperinterpreter, window| Constructor and Description |
|---|
GlobalWrapper(Context context)
Creates a new GlobalWrapper.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getClassName() |
static void |
startMouseCapture(Context cx,
Scriptable thisObj,
java.lang.Object[] args,
Function funObj)
Wraps the 'startMouseCapture' method of the SVGGlobal interface.
|
static void |
stopMouseCapture(Context cx,
Scriptable thisObj,
java.lang.Object[] args,
Function funObj)
Wraps the 'stopMouseCapture' method of the SVGGlobal interface.
|
java.lang.String |
toString() |
alert, clearInterval, clearTimeout, confirm, getLocation, getURL, parseXML, postURL, printNode, prompt, setInterval, setLocation, setTimeoutpublic java.lang.String getClassName()
getClassName in class WindowWrapperpublic java.lang.String toString()
toString in class WindowWrapperpublic static void startMouseCapture(Context cx,
Scriptable thisObj,
java.lang.Object[] args,
Function funObj)
public static void stopMouseCapture(Context cx,
Scriptable thisObj,
java.lang.Object[] args,
Function funObj)
Copyright ? 2009 Apache Software Foundation. All Rights Reserved.