| A B C D E F G H I J K L M N O P Q R S T U V W X Y Z |
| generateCompoundIterativeTask(... rest) — Static Method , class weavejs.core.Scheduler |
|
This will generate an iterative task function that is the combination of a list of tasks to be completed in order. |
| generateUniqueName(baseName:String) — method, interface weavejs.api.core.ILinkableHashMap |
|
This will generate a new name for an object that is different from all the names of objects previously used in this LinkableHashMap. |
| generateUniqueName(baseName:String) — method, class weavejs.core.LinkableHashMap |
| |
| get(variableName:String) — method, class weavejs.core.LinkableCallbackScript |
| |
| get(key1:Object, key2:Object) — method, class weavejs.util.Dictionary2D |
| |
| getAllDebugIds() — Static Method , class weavejs.util.DebugUtils |
| |
| getAncestor(descendant:weavejs.api.core:ILinkableObject, ancestorType:Class) — Static Method , class Weave |
|
Finds the closest ancestor of a descendant given the ancestor type. |
| getArrayType(a:Array) — Static Method , class weavejs.util.StandardLib |
|
This will return the type of item found in the Array if each item has the same type. |
| getAsyncInstanceHandler(type:Class) — Static Method , class Weave |
|
Gets the function that was passed in to registerAsyncClass() for a given type. |
| getBoolean(param:any, recursionName:String) — method, class weavejs.util.WeaveTreeItem |
|
Computes a Boolean value from various structures
|
| getCallbackCollection(linkableObject:weavejs.api.core:ILinkableObject) — method, interface weavejs.api.core.ISessionManager |
|
This function gets the ICallbackCollection associated with an ILinkableObject. |
| getCallbackCollection(linkableObject:weavejs.api.core:ILinkableObject) — method, class weavejs.core.SessionManager |
| |
| getCallbacks(linkableObject:weavejs.api.core:ILinkableObject) — Static Method , class Weave |
| |
| getChildren(... rest) — method, class weavejs.path.WeavePath |
|
Gets an Array of child WeavePath objects under the object at the current path or relative to the current path. |
| getClass() — method, class weavejs.core.LinkablePlaceholder |
| |
| getClass(object:Object) — Static Method , class weavejs.core.LinkablePlaceholder |
|
A utility function for getting the class definition from LinkablePlaceholders as well as regular objects. |
| getClassInfo(class_or_instance:Object) — method, interface weavejs.api.core.IClassRegistry |
|
Gets FlexJS class info. |
| getClassInfo(class_or_instance:Object) — method, class weavejs.core.ClassRegistryImpl |
| |
| getClassName(definition:Object) — method, interface weavejs.api.core.IClassRegistry |
|
Gets the qualified class name from a class definition or an object instance. |
| getClassName(definition:Object) — method, class weavejs.core.ClassRegistryImpl |
| |
| getColor(value:Number, min:Number, max:Number) — method, class weavejs.util.ColorRamp |
|
Normalizes a value between min and max and returns an RGB hex color. |
| getColorFromNorm(normValue:Number) — method, class weavejs.util.ColorRamp |
| |
| getColorLuma(color:Number) — Static Method , class weavejs.util.StandardLib |
|
ITU-R 601
|
| getColorRampByName(rampName:String) — Static Method , class weavejs.util.ColorRamp |
| |
| getColors() — method, class weavejs.util.ColorRamp |
| |
| getDefinition(name:String, throwIfNotFound:Boolean) — Static Method , class Weave |
|
Looks up a static definition by name. |
| getDefinition(name:String) — method, interface weavejs.api.core.IClassRegistry |
|
Looks up a static definition by name. |
| getDefinition(name:String) — method, class weavejs.core.ClassRegistryImpl |
| |
| getDescendants(object:weavejs.api.core:ILinkableObject, filter:Class) — Static Method , class Weave |
| |
| getDescriptions() — method, class weavejs.core.ProgressIndicator |
| |
| getDiff(... rest) — method, class weavejs.path.WeavePath |
|
Gets the changes that have occurred since previousState for the object at the current path or relative to the current path. |
| getDisplayName(theImplementation:Class) — method, interface weavejs.api.core.IClassRegistry |
|
This will get the displayName that was specified when an implementation was registered with registerImplementation(). |
| getDisplayName(theImplementation:Class) — method, class weavejs.core.ClassRegistryImpl |
| |
| getError() — method, class weavejs.util.WeavePromise |
| |
| getHexColor(value:Number, min:Number, max:Number) — method, class weavejs.util.ColorRamp |
|
Normalizes a value between min and max and returns an RGB hex color. |
| getHexColor(color:Number) — Static Method , class weavejs.util.StandardLib |
| |
| getHexColors() — method, class weavejs.util.ColorRamp |
| |
| getImplementations(theInterface:Class) — method, interface weavejs.api.core.IClassRegistry |
|
This will get an Array of class definitions that were previously registered as implementations of the specified interface. |
| getImplementations(theInterface:Class) — method, class weavejs.core.ClassRegistryImpl |
| |
| getInstance() — method, class weavejs.core.LinkablePlaceholder |
| |
| getItems(object:any, keys:Array, output:any) — Static Method , class weavejs.util.ArrayUtils |
|
This will get a subset of properties/items/attributes from an Object/Array/XML. |
| getKeys(... rest) — method, class weavejs.path.WeavePathData |
|
Returns an array of alphanumeric strings uniquely corresponding to the KeySet referenced by this path. |
| getLabel(object:weavejs.api.core:ILinkableObject) — method, interface weavejs.api.ui.IEditorManager |
|
Gets the previously-stored human-readable label for an ILinkableObject. |
| getLabel(object:weavejs.api.core:ILinkableObject) — method, class weavejs.core.EditorManager |
| |
| getLabel(... rest) — method, class weavejs.path.WeavePathData |
|
Gets the previously-stored human-readable label for an ILinkableObject. |
| getLinkableDescendants(root:weavejs.api.core:ILinkableObject, filter:Class) — method, interface weavejs.api.core.ISessionManager |
|
This function will return all the descendant objects that implement ILinkableObject. |
| getLinkableDescendants(root:weavejs.api.core:ILinkableObject, filter:Class) — method, class weavejs.core.SessionManager |
| |
| getLinkableObjectFromCallbackCollection(callbackCollection:weavejs.api.core:ICallbackCollection) — method, interface weavejs.api.core.ISessionManager |
|
This function gets the ILinkableObject associated with an ICallbackCollection. |
| getLinkableObjectFromCallbackCollection(callbackCollection:weavejs.api.core:ICallbackCollection) — method, class weavejs.core.SessionManager |
| |
| getLinkableOwner(child:weavejs.api.core:ILinkableObject) — method, interface weavejs.api.core.ISessionManager |
|
This function gets the owner of a linkable object. |
| getLinkableOwner(child:weavejs.api.core:ILinkableObject) — method, class weavejs.core.SessionManager |
| |
| getLinkablePropertyNames(linkableObject:weavejs.api.core:ILinkableObject, filtered:Boolean) — method, class weavejs.core.SessionManager |
|
This function gets a list of sessioned property names so accessor functions for non-sessioned properties do not have to be called. |
| getMaxComputationTimePerFrame() — method, class weavejs.core.Scheduler |
|
This gets the maximum milliseconds spent per frame performing asynchronous tasks. |
| getMedianIndex(list:Array, compareFunction:Function, firstIndex:int, lastIndex:int) — Static Method , class weavejs.util.ArrayUtils |
|
See http://en.wikipedia.org/wiki/Quick_select#Partition-based_general_selection_algorithm
|
| getName(object:weavejs.api.core:ILinkableObject) — method, interface weavejs.api.core.ILinkableHashMap |
|
This function gets the name of the specified object in the LinkableHashMap. |
| getName(object:weavejs.api.core:ILinkableObject) — method, class weavejs.core.LinkableHashMap |
| |
| getNames(filter:Class, filterIncludesPlaceholders:Boolean) — method, interface weavejs.api.core.ILinkableHashMap |
|
This function returns an ordered list of names in the LinkableHashMap. |
| getNames(filter:Class, filterIncludesPlaceholders:Boolean) — method, class weavejs.core.LinkableHashMap |
| |
| getNames(... rest) — method, class weavejs.path.WeavePath |
|
Gets an Array of child names under the object at the current path or relative to the current path. |
| getNiceNumber(x:Number, round:Boolean) — Static Method , class weavejs.util.StandardLib |
|
Code from Graphics Gems Volume 1
|
| getNiceNumbersInRange(min:Number, max:Number, numberOfValuesInRange:int) — Static Method , class weavejs.util.StandardLib |
|
Code from Graphics Gems Volume 1
Note: This may return less than the requested number of values
|
| getNormalizedProgress() — method, interface weavejs.api.core.IProgressIndicator |
|
This function checks the overall progress of all pending requests. |
| getNormalizedProgress() — method, class weavejs.core.ProgressIndicator |
| |
| getObject(... rest) — method, class Weave |
|
Gets the ILinkableObject at a specified path. |
| getObject(name:String) — method, interface weavejs.api.core.ILinkableHashMap |
|
This function gets the object associated with the specified name. |
| getObject(root:weavejs.api.core:ILinkableObject, path:Array) — method, interface weavejs.api.core.ISessionManager |
|
This function returns a pointer to an ILinkableObject appearing in the session state. |
| getObject(name:String) — method, class weavejs.core.LinkableHashMap |
| |
| getObject(root:weavejs.api.core:ILinkableObject, path:Array) — method, class weavejs.core.SessionManager |
| |
| getObject(... rest) — method, class weavejs.path.WeavePath |
| |
| getObject(param:any, recursionName:String) — method, class weavejs.util.WeaveTreeItem |
|
Evaluates a function to get an Object or just returns the non-Function Object passed in. |
| getObjects(filter:Class, filterIncludesPlaceholders:Boolean) — method, interface weavejs.api.core.ILinkableHashMap |
|
This function returns an ordered list of objects in the LinkableHashMap. |
| getObjects(filter:Class, filterIncludesPlaceholders:Boolean) — method, class weavejs.core.LinkableHashMap |
| |
| getOwner(child:weavejs.api.core:ILinkableObject) — Static Method , class Weave |
| |
| getOwner(child:Object) — method, interface weavejs.api.core.ISessionManager |
|
This function gets the owner of an object. |
| getOwner(child:Object) — method, class weavejs.core.SessionManager |
| |
| getOwnPropertyNames(object:Object) — Static Method , class weavejs.util.JS |
|
AS->JS Language helper for Object.getOwnPropertyNames()
|
| getPath(object:weavejs.api.core:ILinkableObject) — Static Method , class Weave |
|
Gets a WeavePath from an ILinkableObject. |
| getPath(root:weavejs.api.core:ILinkableObject, descendant:weavejs.api.core:ILinkableObject) — method, interface weavejs.api.core.ISessionManager |
|
Gets the path of names in the session state tree of the root object. |
| getPath(root:weavejs.api.core:ILinkableObject, descendant:weavejs.api.core:ILinkableObject) — method, class weavejs.core.SessionManager |
| |
| getPath(... rest) — method, class weavejs.path.WeavePath |
|
Returns a copy of the current path Array or the path Array of a descendant object. |
| getPromise() — method, class weavejs.util.WeavePromise |
| |
| getProperties(... rest) — method, class weavejs.path.WeavePathData |
|
Constructs and returns an object containing keys corresponding to the children of the session state object referenced by this path, the values of which are new WeavePath objects. |
| getPropertyNames(object:Object, useCache:Boolean) — Static Method , class weavejs.util.JS |
|
Similar to Object.getOwnPropertyNames(), except it also checks prototypes. |
| getResult() — method, class weavejs.util.WeavePromise |
| |
| getReverseDiff(... rest) — method, class weavejs.path.WeavePath |
|
Gets the changes that would have to occur to get to another state for the object at the current path or relative to the current path. |
| getRoot(object:weavejs.api.core:ILinkableObject) — Static Method , class Weave |
|
Finds the root ILinkableHashMap for a given ILinkableObject. |
| getSessionState() — method, interface weavejs.api.core.ILinkableCompositeObject |
|
This gets the session state of this composite object. |
| getSessionState() — method, interface weavejs.api.core.ILinkableVariable |
|
This gets the value of this linkable variable. |
| getSessionState(linkableObject:weavejs.api.core:ILinkableObject) — method, interface weavejs.api.core.ISessionManager |
|
Gets the session state of an ILinkableObject. |
| getSessionState() — method, class weavejs.core.LinkableBoolean |
| |
| getSessionState() — method, class weavejs.core.LinkableDynamicObject |
| |
| getSessionState() — method, class weavejs.core.LinkableHashMap |
| |
| getSessionState() — method, class weavejs.core.LinkableNumber |
| |
| getSessionState() — method, class weavejs.core.LinkableVariable |
| |
| getSessionState(linkableObject:weavejs.api.core:ILinkableObject) — method, class weavejs.core.SessionManager |
| |
| getSessionState() — method, class weavejs.core.SessionStateLog |
|
This will generate an untyped session state object that contains the session history log. |
| getSessionStateTree(root:weavejs.api.core:ILinkableObject, objectName:String) — method, class weavejs.core.SessionManager |
| |
| getSessionStateType() — method, class weavejs.core.LinkableVariable |
|
The type restriction passed in to the constructor. |
| getSimpleType(... rest) — method, class weavejs.path.WeavePath |
|
Gets the simple type (unqualified class name) of the object at the current path or relative to the current path. |
| getSingletonInstance(theInterface:Class) — method, interface weavejs.api.core.IClassRegistry |
|
This function returns the singleton instance for a registered interface. |
| getSingletonInstance(theInterface:Class) — method, class weavejs.core.ClassRegistryImpl |
| |
| getState(linkableObject:weavejs.api.core:ILinkableObject) — Static Method , class Weave |
| |
| getState(... rest) — method, class weavejs.path.WeavePath |
|
Gets the session state of an object at the current path or relative to the current path. |
| getString(param:any, recursionName:String) — method, class weavejs.util.WeaveTreeItem |
|
Gets a String value from a String or Function. |
| getTaskCount() — method, interface weavejs.api.core.IProgressIndicator |
|
This is the number of active background tasks. |
| getTaskCount() — method, class weavejs.core.ProgressIndicator |
| |
| getTaskPriorityTimeAllocation(priority:uint) — method, class weavejs.core.Scheduler |
|
This will get the time allocation for a specific task priority. |
| getText(text:String) — method, interface weavejs.api.core.ILocale |
|
This will look up the localized version of a piece of text. |
| getType(... rest) — method, class weavejs.path.WeavePath |
|
Gets the type (qualified class name) of the object at the current path or relative to the current path. |
| getTypedState(... rest) — method, class weavejs.path.WeavePath |
| |
| getTypedStateTree(root:weavejs.api.core:ILinkableObject) — method, class weavejs.core.SessionManager |
|
Gets a session state tree where each node is a DynamicState object. |
| getUntypedState(... rest) — method, class weavejs.path.WeavePath |
| |
| getUTF16CharLength(nChar:Number) — Static Method , class weavejs.util.StringView |
| |
| getUTF8CharLength(nChar:Number) — Static Method , class weavejs.util.StringView |
| |
| getValue(script_or_function:any, ... rest) — method, class weavejs.path.WeavePath |
|
Returns the value of an ActionScript expression or variable using the current path as the 'this' argument. |
| getWeave(object:Object) — Static Method , class Weave |
|
Finds the Weave instance for a given Object. |
| global — Constant Static Property, class weavejs.util.JS |
|
AS->JS Language helper to get the global scope
|
| globalName — Property, class weavejs.core.LinkableDynamicObject |
|
This is the name of the linked global object, or null if the internal object is local. |
| groupedCallback — Constant Property, class weavejs.core.LinkableCallbackScript |
| |
| groupName — Property, class weavejs.util.WeaveMenuItem |
|
This property is checked by Flex's default data descriptor. |
| guid() — Static Method , class weavejs.util.StandardLib |
| |
|
| A B C D E F G H I J K L M N O P Q R S T U V W X Y Z |