|
||||||||||
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.bridge.WindowWrapper
org.apache.batik.bridge.GlobalWrapper
public class GlobalWrapper
Wrapper class for the SVGGlobal object.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.apache.batik.bridge.WindowWrapper |
---|
WindowWrapper.FunctionWrapper, WindowWrapper.GetURLFunctionWrapper |
Field Summary |
---|
Fields inherited from class org.apache.batik.bridge.WindowWrapper |
---|
interpreter, 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 | |
---|---|
GlobalWrapper(org.mozilla.javascript.Context context)
Creates a new GlobalWrapper. |
Method Summary | |
---|---|
String |
getClassName()
|
static void |
startMouseCapture(org.mozilla.javascript.Context cx,
org.mozilla.javascript.Scriptable thisObj,
Object[] args,
org.mozilla.javascript.Function funObj)
Wraps the 'startMouseCapture' method of the SVGGlobal interface. |
static void |
stopMouseCapture(org.mozilla.javascript.Context cx,
org.mozilla.javascript.Scriptable thisObj,
Object[] args,
org.mozilla.javascript.Function funObj)
Wraps the 'stopMouseCapture' method of the SVGGlobal interface. |
String |
toString()
|
Methods inherited from class org.apache.batik.bridge.WindowWrapper |
---|
alert, clearInterval, clearTimeout, confirm, getLocation, getURL, parseXML, postURL, printNode, prompt, setInterval, setLocation, setTimeout |
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 org.mozilla.javascript.ScriptableObject |
---|
associateValue, callMethod, callMethod, defineClass, defineClass, defineClass, defineFunctionProperties, defineProperty, defineProperty, defineProperty, defineProperty, delete, deleteProperty, deleteProperty, equivalentValues, get, getAllIds, getAssociatedValue, getAttributes, getAttributes, getAttributes, getClassPrototype, getDefaultValue, getDefaultValue, getFunctionPrototype, getIds, getObjectPrototype, getParentScope, getProperty, getProperty, getPropertyIds, getPrototype, getTopLevelScope, getTopScopeValue, has, hasInstance, hasProperty, hasProperty, isSealed, put, putProperty, putProperty, sealObject, setAttributes, setAttributes, setAttributes, setParentScope, setPrototype |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public GlobalWrapper(org.mozilla.javascript.Context context)
Method Detail |
---|
public String getClassName()
getClassName
in interface org.mozilla.javascript.Scriptable
getClassName
in class WindowWrapper
public String toString()
toString
in class WindowWrapper
public static void startMouseCapture(org.mozilla.javascript.Context cx, org.mozilla.javascript.Scriptable thisObj, Object[] args, org.mozilla.javascript.Function funObj)
public static void stopMouseCapture(org.mozilla.javascript.Context cx, org.mozilla.javascript.Scriptable thisObj, Object[] args, org.mozilla.javascript.Function funObj)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |