|
||||||||||
| 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.TopLevel
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 |
| Nested classes/interfaces inherited from class org.mozilla.javascript.TopLevel |
|---|
org.mozilla.javascript.TopLevel.Builtins |
| Field Summary |
|---|
| Fields inherited from class org.apache.batik.bridge.WindowWrapper |
|---|
interpreter, window |
| Fields inherited from class org.mozilla.javascript.ScriptableObject |
|---|
CONST, DONTENUM, EMPTY, PERMANENT, READONLY, UNINITIALIZED_CONST |
| 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.TopLevel |
|---|
cacheBuiltins, getBuiltinCtor, getBuiltinCtor, getBuiltinPrototype, getBuiltinPrototype |
| Methods inherited from class org.mozilla.javascript.IdScriptableObject |
|---|
activatePrototypeMap, addIdFunctionProperty, defaultGet, defaultHas, defaultPut, defineOwnProperty, delete, exportAsJSClass, fillConstructorProperties, findInstanceIdInfo, getAttributes, getInstanceIdName, getInstanceIdValue, getMaxInstanceId, getOwnPropertyDescriptor, hasPrototypeMap, incompatibleCallError, initPrototypeConstructor, initPrototypeMethod, initPrototypeValue, instanceIdInfo, put, setAttributes, setInstanceIdAttributes, setInstanceIdValue |
| Methods inherited from class org.mozilla.javascript.ScriptableObject |
|---|
applyDescriptorToAttributeBitset, 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, size |
| 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.ScriptablegetClassName in class WindowWrapperpublic 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 | |||||||||