Uses of Class
org.fife.rsta.ac.js.ecma.api.ecma3.JSObject
-
-
Uses of JSObject in org.fife.rsta.ac.js.ecma.api.client.funtions
Methods in org.fife.rsta.ac.js.ecma.api.client.funtions with parameters of type JSObject Modifier and Type Method Description voidWindowFunctions. captureEvents(JSObject arg1)voidWindowFunctions. releaseEvents(JSObject arg1)voidWindowFunctions. routeEvent(JSObject arg1)JSNumberWindowFunctions. setInterval(JSObject arg1, JSNumber arg2)function setInterval(arg1, arg2) Calls a function or evaluates an expression at specified intervals (in milliseconds)JSNumberWindowFunctions. setTimeout(JSObject arg1, JSNumber arg2)function setTimeout(arg1, arg2) Calls a function or evaluates an expression after a specified number of milliseconds -
Uses of JSObject in org.fife.rsta.ac.js.ecma.api.e4x
Methods in org.fife.rsta.ac.js.ecma.api.e4x that return JSObject Modifier and Type Method Description static JSObjectE4XXML. defaultSettings()function defaultSettings() The defaultSettings method is a convenience method for managing the collection of global XML settings stored as properties of the XML constructor.static JSObjectE4XXML. settings()function settings() The settings method is a convenience method for managing the collection of global XML settings stored as properties of the XML constructor.Methods in org.fife.rsta.ac.js.ecma.api.e4x with parameters of type JSObject Modifier and Type Method Description static voidE4XXML. setSettings(JSObject settings)function setSetting(settings) The setSettings method is a convenience method for managing the collection of global XML settings stored as properties of the XML constructor.Constructors in org.fife.rsta.ac.js.ecma.api.e4x with parameters of type JSObject Constructor Description E4XXML(JSObject xml)Object XML(xml)E4XXMLList(JSObject xml)Object E4XXMLList(xml) -
Uses of JSObject in org.fife.rsta.ac.js.ecma.api.e4x.functions
Methods in org.fife.rsta.ac.js.ecma.api.e4x.functions with parameters of type JSObject Modifier and Type Method Description E4XXMLE4XXMLFunctions. replace(JSNumber propertyName, JSObject value)function replace(propertyName, value) replaces the XML properties of this XML object specified by propertyName with value and returns this XML object.E4XXMLE4XXMLFunctions. replace(JSString propertyName, JSObject value)function replace(propertyName, value) replaces the XML properties of this XML object specified by propertyName with value and returns this XML object. -
Uses of JSObject in org.fife.rsta.ac.js.ecma.api.ecma3
Fields in org.fife.rsta.ac.js.ecma.api.ecma3 declared as JSObject Modifier and Type Field Description JSObjectJSObject. prototypeproperty prototypeConstructors in org.fife.rsta.ac.js.ecma.api.ecma3 with parameters of type JSObject Constructor Description JSArray(JSObject element0, JSObject elementN)Object Array(element0, ...JSBoolean(JSObject value)Object Boolean(value)JSNumber(JSObject value)Object Number(value)JSObject(JSObject value)Object Object(value) -
Uses of JSObject in org.fife.rsta.ac.js.ecma.api.ecma3.functions
Methods in org.fife.rsta.ac.js.ecma.api.ecma3.functions that return JSObject Modifier and Type Method Description JSObjectJSFunctionFunctions. apply(JSObject thisObject, JSArray argArray)function apply (thisObject, argArray) invoke a function as a method of an object.JSObjectJSFunctionFunctions. call(JSObject thisObject, JSObject args)function call (thisObject, args) invoke a function as a method of an objectJSObjectJSGlobalFunctions. eval(JSString code)function eval(code) execute JavaScript from a string.JSObjectJSArrayFunctions. pop()function pop() removes and returns the last element of an array.JSObjectJSArrayFunctions. shift()function shift() shift array elements down.JSObjectJSDateFunctions. valueOf()function valueOf() convert a Date to millisecond representation.JSObjectJSObjectFunctions. valueOf()function valueOf() the primitive value of a specified object.Methods in org.fife.rsta.ac.js.ecma.api.ecma3.functions with parameters of type JSObject Modifier and Type Method Description JSObjectJSFunctionFunctions. apply(JSObject thisObject, JSArray argArray)function apply (thisObject, argArray) invoke a function as a method of an object.JSObjectJSFunctionFunctions. call(JSObject thisObject, JSObject args)function call (thisObject, args) invoke a function as a method of an objectJSBooleanJSObjectFunctions. isPrototypeOf(JSObject o)function isPrototypeOf(o) is an object the prototype of another?JSBooleanJSObjectFunctions. propertyIsEnumerable(JSObject name)function propertyIsEnumerable(name) will property be seen by for/in loop? -
Uses of JSObject in org.fife.rsta.ac.js.ecma.api.ecma5
Subclasses of JSObject in org.fife.rsta.ac.js.ecma.api.ecma5 Modifier and Type Class Description classJS5ObjectBase JavaScript ObjectConstructors in org.fife.rsta.ac.js.ecma.api.ecma5 with parameters of type JSObject Constructor Description JS5Array(JSObject element0, JSObject elementn)Object Array(element0, ...JS5Object(JSObject value)Object Object(value)
-