public class GlobalWrapper extends WindowWrapper
WindowWrapper.FunctionWrapper, WindowWrapper.GetURLFunctionWrapperinterpreter, window| Constructor and Description |
|---|
GlobalWrapper(org.mozilla.javascript.Context context)
Creates a new GlobalWrapper.
|
| Modifier and Type | Method and Description |
|---|---|
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() |
alert, clearInterval, clearTimeout, confirm, getLocation, getURL, parseXML, postURL, printNode, prompt, setInterval, setLocation, setTimeoutexecIdCall, findPrototypeId, get, has, importPackage, init, initPrototypeId, initStandardObjectscacheBuiltins, getBuiltinCtor, getBuiltinCtor, getBuiltinPrototype, getBuiltinPrototypeactivatePrototypeMap, addIdFunctionProperty, defaultGet, defaultHas, defaultPut, defineOwnProperty, delete, exportAsJSClass, fillConstructorProperties, findInstanceIdInfo, getAttributes, getInstanceIdName, getInstanceIdValue, getMaxInstanceId, getOwnPropertyDescriptor, hasPrototypeMap, incompatibleCallError, initPrototypeConstructor, initPrototypeMethod, initPrototypeValue, instanceIdInfo, put, setAttributes, setInstanceIdAttributes, setInstanceIdValueapplyDescriptorToAttributeBitset, associateValue, avoidObjectDetection, buildDataDescriptor, callMethod, callMethod, checkPropertyChange, checkPropertyDefinition, defineClass, defineClass, defineClass, defineConst, defineConstProperty, defineFunctionProperties, defineOwnProperties, defineOwnProperty, defineProperty, defineProperty, defineProperty, defineProperty, delete, deleteProperty, deleteProperty, ensureScriptable, ensureScriptableObject, equivalentValues, get, get, getAllIds, getArrayPrototype, getAssociatedValue, getAttributes, getAttributes, getAttributes, getClassPrototype, getDefaultValue, getDefaultValue, getExternalArrayData, getExternalArrayLength, getFunctionPrototype, getGetterOrSetter, getIds, getObjectPrototype, getParentScope, getProperty, getProperty, getPropertyIds, getPrototype, getSlot, getTopLevelScope, getTopScopeValue, getTypedProperty, getTypedProperty, getTypeOf, has, hasInstance, hasProperty, hasProperty, isAccessorDescriptor, isConst, isDataDescriptor, isEmpty, isExtensible, isFalse, isGenericDescriptor, isGetterOrSetter, isSealed, isTrue, preventExtensions, put, putConst, putConstProperty, putProperty, putProperty, redefineProperty, sameValue, sealObject, setAttributes, setAttributes, setAttributes, setExternalArrayData, setGetterOrSetter, setParentScope, setPrototype, sizepublic GlobalWrapper(org.mozilla.javascript.Context context)
public String getClassName()
getClassName in interface org.mozilla.javascript.ScriptablegetClassName in class WindowWrapperpublic String toString()
toString in class WindowWrapperpublic 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)
Copyright © 2000–2020 Apache Software Foundation. All rights reserved.