| Symbols 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 | |
| a — Property, class flash.geom.Matrix | |
| The value that affects the positioning of pixels along the x axis when scaling or rotating an image. | |
| A — Constant static property, class flash.ui.Keyboard | |
| Constant associated with the key code value for the A key (65). | |
| abs(val:Number) — Static method, class Math | |
| Computes and returns an absolute value for the number specified by the parameter val. | |
| ABSOLUTE — Constant static property, class mx.core.ContainerLayout | |
| Use absolute layout for the contents of this container. | |
| absoluteToDisplayColumnIndex(columnIndex:int) — Method, class mx.controls.AdvancedDataGridBaseEx | |
| Converts an absolute column index to the corresponding index in the displayed columns. | |
| absoluteToVisibleColumnIndex(columnIndex:int) — Method, class mx.controls.AdvancedDataGridBaseEx | |
| Converts an absolute column index to the corresponding index in the visible columns. | |
| absoluteToVisibleIndices(rowIndex:int, columnIndex:int) — Method, class mx.controls.AdvancedDataGridBaseEx | |
| Convert an absolute row index and column index into the corresponding row index and column index of the item as it is currently displayed by the control. | |
| AbstractConsumer — Class, package mx.messaging | |
| The AbstractConsumer is the base class for both the Consumer and MultiTopicConsumer classes. | |
| AbstractConsumer() — Constructor, class mx.messaging.AbstractConsumer | |
| Constructs a Consumer. | |
| AbstractEvent — Class, package mx.rpc.events | |
| The base class for events that RPC services dispatch. | |
| AbstractInvoker — Class, package mx.rpc | |
| An invoker is an object that actually executes a remote procedure call (RPC). | |
| AbstractMessage — Class, package mx.messaging.messages | |
| Abstract base class for all messages. | |
| AbstractMessage() — Constructor, class mx.messaging.messages.AbstractMessage | |
| Constructs an instance of an AbstractMessage with an empty body and header. | |
| AbstractOperation — Class, package mx.rpc | |
| The AbstractOperation class represents an individual method on a service. | |
| AbstractOperation(service:mx.rpc:AbstractService, name:String) — Constructor, class mx.rpc.AbstractOperation | |
| Creates a new Operation. | |
| AbstractService — Dynamic class, package mx.rpc | |
| The AbstractService class is the base class for the WebService and RemoteObject classes. | |
| AbstractService(destination:String) — Constructor, class mx.rpc.AbstractService | |
| AbstractTarget — Class, package mx.logging | |
| This class provides the basic functionality required by the logging framework for a target implementation. | |
| AbstractTarget() — Constructor, class mx.logging.AbstractTarget | |
| Constructor. | |
| AbstractWebService — Class, package mx.rpc.soap | |
| AbstractWebService is an abstract base class for implementations that provide RPC access to SOAP-based web services. | |
| AbstractWebService(destination:String, rootURL:String) — Constructor, class mx.rpc.soap.AbstractWebService | |
| Creates a new WebService. | |
| acceptableStatusCodes — Property, class air.net.URLMonitor | |
| The numeric status codes representing a successful result. | |
| acceptDragDrop(target:flash.display:InteractiveObject) — Static method, class flash.desktop.NativeDragManager | |
| Informs the NativeDragManager that the specified target InteractiveObject can accept a drop corresponding to the current drag event. | |
| acceptDragDrop(target:mx.core:IUIComponent) — Static method, class mx.managers.DragManager | |
| Call this method from your dragEnter event handler if you accept the drag/drop data. | |
| Accessibility — Final class, package flash.accessibility | |
| The Accessibility class manages communication with screen readers. | |
| accessibilityProperties — Property, class flash.display.DisplayObject | |
| The current accessibility options for this display object. | |
| accessibilityProperties — Property, interface mx.core.IFlexDisplayObject | |
| The current accessibility options for this display object. | |
| AccessibilityProperties — Class, package flash.accessibility | |
| The AccessibilityProperties class lets you control the presentation of Flash objects to accessibility aids, such as screen readers. | |
| AccessibilityProperties() — Constructor, class flash.accessibility.AccessibilityProperties | |
| Creates a new AccessibilityProperties object. | |
| Accordion — Class, package mx.containers | |
| An Accordion navigator container has a collection of child containers, but only one of them at a time is visible. | |
| Accordion() — Constructor, class mx.containers.Accordion | |
| Constructor. | |
| AccordionAutomationImpl — Class, package mx.automation.delegates.containers | |
| Defines the methods and properties required to perform instrumentation for the Accordion class. | |
| AccordionAutomationImpl(obj:mx.containers:Accordion) — Constructor, class mx.automation.delegates.containers.AccordionAutomationImpl | |
| Constructor. | |
| AccordionHeader — Class, package mx.containers.accordionClasses | |
| The AccordionHeader class defines the appearance of the navigation buttons of an Accordion. | |
| AccordionHeader() — Constructor, class mx.containers.accordionClasses.AccordionHeader | |
| Constructor. | |
| AccordionHeaderSkin — Class, package mx.skins.halo | |
| The skin for all the states of an AccordionHeader in an Accordion. | |
| AccordionHeaderSkin() — Constructor, class mx.skins.halo.AccordionHeaderSkin | |
| Constructor. | |
| accurate — Property, class mx.charts.chartClasses.AxisLabelSet | |
| When returned from the getLabelEstimate() method, set to true if the estimate accurately represents the final labels to be rendered. | |
| acknowledge — Event, class mx.messaging.MessageAgent | |
| Dispatched when an acknowledge message is received for a sent message. | |
| acknowledge(ackMsg:mx.messaging.messages:AcknowledgeMessage, msg:mx.messaging.messages:IMessage) — Method, class mx.messaging.MessageAgent | |
| Invoked by a MessageResponder upon receiving a result for a sent message. | |
| ACKNOWLEDGE — Constant static property, class mx.messaging.events.MessageAckEvent | |
| The ACKNOWLEDGE event type; dispatched upon receipt of an acknowledgement. | |
| acknowledgeMessage — Property, class mx.messaging.events.MessageAckEvent | |
| Utility property to get the message property from the MessageEvent as an AcknowledgeMessage. | |
| AcknowledgeMessage — Class, package mx.messaging.messages | |
| An AcknowledgeMessage acknowledges the receipt of a message that was sent previously. | |
| AcknowledgeMessage() — Constructor, class mx.messaging.messages.AcknowledgeMessage | |
| Constructs an instance of an AcknowledgeMessage with an empty body and header. | |
| acos(val:Number) — Static method, class Math | |
| Computes and returns the arc cosine of the number specified in the parameter val, in radians. | |
| action — Property, class mx.automation.events.AutomationDragEvent | |
| The requested action. | |
| action — Property, class mx.events.DragEvent | |
| The requested action. | |
| ActionEffectInstance — Class, package mx.effects.effectClasses | |
| The ActionEffectInstance class is the superclass for all action effect instance classes. | |
| ActionEffectInstance(target:Object) — Constructor, class mx.effects.effectClasses.ActionEffectInstance | |
| Constructor. | |
| ACTION_SCRIPT — Constant static property, class mx.events.MetadataEvent | |
| The MetadataEvent.ACTION_SCRIPT constant defines the value of the type property of the event object for a actionscript event. | |
| ACTIONSCRIPT2 — Constant static property, class flash.display.ActionScriptVersion | |
| ActionScript language version 2.0 and earlier. | |
| ACTIONSCRIPT3 — Constant static property, class flash.display.ActionScriptVersion | |
| ActionScript language version 3.0. | |
| actionScriptVersion — Property, class flash.display.LoaderInfo | |
| The ActionScript version of the loaded SWF file. | |
| ActionScriptVersion — Final class, package flash.display | |
| The ActionScriptVersion class is an enumeration of constant values that indicate the language version of a loaded SWF file. | |
| activate — Event, class flash.desktop.NativeApplication | |
| Dispatched when this application becomes the active desktop application. | |
| activate(window:flash.display:NativeWindow) — Method, class flash.desktop.NativeApplication | |
| Activates this application. | |
| activate — Event, class flash.display.NativeWindow | |
| Dispatched by this NativeWindow object after the window has been activated. | |
| activate() — Method, class flash.display.NativeWindow | |
| Activates this window. | |
| activate — Event, class flash.events.EventDispatcher | |
| Dispatched when Flash Player or an AIR application gains operating system focus and becomes active. | |
| activate() — Method, class mx.core.Window | |
| Activates the underlying NativeWindow (even if this Window's application is not currently active). | |
| activate() — Method, class mx.core.WindowedApplication | |
| Activates the underlying NativeWindow (even if this application is not the active one). | |
| activate() — Method, class mx.managers.FocusManager | |
| The SystemManager activates and deactivates a FocusManager if more than one IFocusManagerContainer is visible at the same time. | |
| activate() — Method, interface mx.managers.IFocusManager | |
| The SystemManager activates and deactivates a FocusManager if more than one IFocusManagerContainer is visible at the same time. | |
| activate(f:mx.managers:IFocusManagerContainer) — Method, interface mx.managers.ISystemManager | |
| Activates the FocusManager in an IFocusManagerContainer. | |
| activate(f:mx.managers:IFocusManagerContainer) — Method, class mx.managers.SystemManager | |
| Activates the FocusManager in an IFocusManagerContainer. | |
| activate(f:mx.managers:IFocusManagerContainer) — Method, class mx.managers.WindowedSystemManager | |
| Activates the FocusManager in an IFocusManagerContainer. | |
| ACTIVATE — Constant static property, class flash.events.Event | |
| The Event.ACTIVATE constant defines the value of the type property of an activate event object. | |
| activating — Property, class flash.events.ActivityEvent | |
| Indicates whether the device is activating (true) or deactivating (false). | |
| ActivatorSkin — Class, package mx.skins.halo | |
| Defines the up, down, and over states for MenuBarItem objects. | |
| ActivatorSkin() — Constructor, class mx.skins.halo.ActivatorSkin | |
| Constructor. | |
| active — Static property, class flash.accessibility.Accessibility | |
| Indicates whether a screen reader is currently active and the player is communicating with it. | |
| active — Property, class flash.display.NativeWindow | |
| Indicates whether this window is the active application window. | |
| activeEffects — Property, class mx.core.UIComponent | |
| The list of effects that are currently playing on the component, as an Array of EffectInstance instances. | |
| activeWindow — Property, class flash.desktop.NativeApplication | |
| Returns the application window that is currently active. | |
| activity — Event, class flash.media.Camera | |
| Dispatched when a camera begins or ends a session. | |
| activity — Event, class flash.media.Microphone | |
| Dispatched when a microphone begins or ends a session. | |
| ACTIVITY — Constant static property, class flash.events.ActivityEvent | |
| The ActivityEvent.ACTIVITY constant defines the value of the type property of an activity event object. | |
| ActivityEvent — Class, package flash.events | |
| A Camera or Microphone object dispatches an ActivityEvent object whenever a camera or microphone reports that it has become active or inactive. | |
| ActivityEvent(type:String, bubbles:Boolean, cancelable:Boolean, activating:Boolean) — Constructor, class flash.events.ActivityEvent | |
| Creates an event object that contains information about activity events. | |
| activityLevel — Property, class flash.media.Camera | |
| The amount of motion the camera is detecting. | |
| activityLevel — Property, class flash.media.Microphone | |
| The amount of sound the microphone is detecting. | |
| actualCollection — Property, class mx.controls.listClasses.AdvancedListBase | |
| A copy of the value normally stored in the collection property used while running data changes effects. | |
| actualCollection — Property, class mx.controls.listClasses.ListBase | |
| A copy of the value normally stored in collection used while running data changes effects. | |
| actualColNum — Property, class mx.controls.advancedDataGridClasses.AdvancedDataGridHeaderInfo | |
| The actual column index at which the header starts, relative to the currently displayed columns. | |
| actualCreationPolicy — Property, class mx.core.Container | |
| The creation policy of this container. | |
| actualIterator — Property, class mx.controls.listClasses.AdvancedListBase | |
| A copy of the value normally stored in the iterator property used while running data changes effects. | |
| actualIterator — Property, class mx.controls.listClasses.ListBase | |
| A copy of the value normally stored in iterator used while running data changes effects. | |
| actualListeners — Property, class mx.validators.Validator | |
| Contains an Array of listener objects, if any, or the source object. | |
| ACTUALSORT — Constant static property, class mx.controls.advancedDataGridClasses.SortInfo | |
| Specifies that the sort is the actual current sort. | |
| actualTrigger — Property, class mx.validators.Validator | |
| Contains the trigger object, if any, or the source object. | |
| add(v:flash.geom:Point) — Method, class flash.geom.Point | |
| Adds the coordinates of another point to the coordinates of this point to create a new point. | |
| add — Event, class mx.core.UIComponent | |
| Dispatched when the component is added to a container as a content child by using the addChild() or addChildAt() method. | |
| add — Event, class mx.flash.UIMovieClip | |
| Dispatched when the component is added to a container as a content child by using the addChild() or addChildAt() method. | |
| ADD — Constant static property, class flash.display.BlendMode | |
| Adds the values of the constituent colors of the display object to the colors of its background, applying a ceiling of 0xFF. | |
| ADD — Constant static property, class mx.events.CollectionEventKind | |
| Indicates that the collection added an item or items. | |
| ADD — Constant static property, class mx.events.FlexEvent | |
| The FlexEvent.ADD constant defines the value of the type property of the event object for an add event. | |
| addCallback(functionName:String, closure:Function) — Static method, class flash.external.ExternalInterface | |
| Registers an ActionScript method as callable from the container. | |
| addCellSelectionData(uid:String, columnIndex:int, selectionData:mx.controls.advancedDataGridClasses:AdvancedDataGridBaseSelectionData) — Method, class mx.controls.AdvancedDataGrid | |
| Adds cell selection information to the control, as if you used the mouse to select the cell. | |
| addCertificate(cert:flash.utils:ByteArray, trusted:Boolean) — Method, class flash.security.XMLSignatureValidator | |
| Adds an x509 certificate for chain building. | |
| addChannel(channel:mx.messaging:Channel) — Method, class mx.messaging.ChannelSet | |
| Adds a Channel to the ChannelSet. | |
| addChild(child:flash.display:DisplayObject) — Method, class flash.display.DisplayObjectContainer | |
| Adds a child DisplayObject instance to this DisplayObjectContainer instance. | |
| addChild(child:flash.display:DisplayObject) — Method, class flash.display.Stage | |
| Adds a child DisplayObject instance to this DisplayObjectContainer instance. | |
| addChild(child:flash.display:DisplayObject) — Method, class mx.charts.chartClasses.CartesianDataCanvas | |
| Adds a child DisplayObject instance to this DisplayObjectContainer instance. | |
| addChild(child:flash.display:DisplayObject) — Method, class mx.charts.chartClasses.ChartElement | |
| Adds a child DisplayObject instance to this DisplayObjectContainer instance. | |
| addChild(child:flash.display:DisplayObject) — Method, class mx.charts.chartClasses.PolarDataCanvas | |
| Adds a child DisplayObject instance to this DisplayObjectContainer instance. | |
| addChild(parent:Object, newChild:Object) — Method, class mx.collections.HierarchicalCollectionView | |
| Adds a child node to a node of the data. | |
| addChild(parent:Object, newChild:Object) — Method, interface mx.collections.IHierarchicalCollectionView | |
| Adds a child node to a node of the data. | |
| addChild(child:flash.display:DisplayObject) — Method, class mx.core.Container | |
| Adds a child DisplayObject to this Container. | |
| addChild(child:flash.display:DisplayObject) — Method, interface mx.core.IChildList | |
| Adds a child DisplayObject after the end of this child list. | |
| addChild(child:flash.display:DisplayObject) — Method, interface mx.core.IContainer | |
| Adds a child DisplayObject instance to this DisplayObjectContainer instance. | |
| addChild(childEffect:mx.effects:IEffect) — Method, class mx.effects.CompositeEffect | |
| Adds a new child effect to this composite effect. | |
| AddChild — Class, package mx.states | |
| The AddChild class adds a child display object, such as a component, to a container as part of a view state. | |
| AddChild(relativeTo:mx.core:UIComponent, target:flash.display:DisplayObject, position:String) — Constructor, class mx.states.AddChild | |
| Constructor. | |
| AddChildAction — Class, package mx.effects | |
| The AddChildAction class defines an action effect that corresponds to the AddChild property of a view state definition. | |
| AddChildAction(target:Object) — Constructor, class mx.effects.AddChildAction | |
| Constructor. | |
| AddChildActionInstance — Class, package mx.effects.effectClasses | |
| The AddChildActionInstance class implements the instance class for the AddChildAction effect. | |
| AddChildActionInstance(target:Object) — Constructor, class mx.effects.effectClasses.AddChildActionInstance | |
| Constructor. | |
| addChildAt(child:flash.display:DisplayObject, index:int) — Method, class flash.display.DisplayObjectContainer | |
| Adds a child DisplayObject instance to this DisplayObjectContainer instance. | |
| addChildAt(child:flash.display:DisplayObject, index:int) — Method, class flash.display.Stage | |
| Adds a child DisplayObject instance to this DisplayObjectContainer instance. | |
| addChildAt(child:flash.display:DisplayObject, index:int) — Method, class mx.charts.chartClasses.CartesianDataCanvas | |
| Adds a child DisplayObject instance to this DisplayObjectContainer instance. Adds a child DisplayObject instance to this DisplayObjectContainer instance. | |
| addChildAt(child:flash.display:DisplayObject, index:int) — Method, class mx.charts.chartClasses.ChartElement | |
| Adds a child DisplayObject instance to this DisplayObjectContainer instance. | |
| addChildAt(child:flash.display:DisplayObject, index:int) — Method, class mx.charts.chartClasses.PolarDataCanvas | |
| Adds a child DisplayObject instance to this DisplayObjectContainer instance. Adds a child DisplayObject instance to this DisplayObjectContainer instance. | |
| addChildAt(parent:Object, newChild:Object, index:int) — Method, class mx.collections.HierarchicalCollectionView | |
| Add a child node to a node at the specified index. | |
| addChildAt(parent:Object, newChild:Object, index:int) — Method, interface mx.collections.IHierarchicalCollectionView | |
| Adds a child node to a node of the data at a specific index in the data. | |
| addChildAt(parent:Object, newChild:Object, index:int, model:Object) — Method, interface mx.controls.menuClasses.IMenuDataDescriptor | |
| Add a child node to a node at the specified index. | |
| addChildAt(parent:Object, newChild:Object, index:int, model:Object) — Method, class mx.controls.treeClasses.DefaultDataDescriptor | |
| Add a child node to a node at the specified index. | |
| addChildAt(parent:Object, newChild:Object, index:int, model:Object) — Method, interface mx.controls.treeClasses.ITreeDataDescriptor | |
| Adds a child node to a node at the specified index. | |
| addChildAt(child:flash.display:DisplayObject, index:int) — Method, class mx.core.Container | |
| Adds a child DisplayObject to this Container. | |
| addChildAt(child:flash.display:DisplayObject, index:int) — Method, interface mx.core.IChildList | |
| Adds a child DisplayObject to this child list at the index specified. | |
| addChildAt(child:flash.display:DisplayObject, index:int) — Method, interface mx.core.IContainer | |
| Adds a child DisplayObject instance to this DisplayObjectContainer instance. | |
| addChildSet(childSet:Array) — Method, class mx.effects.effectClasses.CompositeEffectInstance | |
| Adds a new set of child effects to this Composite effect. | |
| addCuePoint(cuePoint:Object) — Method, class mx.controls.videoClasses.CuePointManager | |
| Adds a cue point. | |
| addData(data:Object, format:String) — Method, class mx.core.DragSource | |
| Adds data and a corresponding format String to the drag source. | |
| addDataChild(child:flash.display:DisplayObject, left, top, right, bottom, hCenter, vCenter) — Method, class mx.charts.chartClasses.CartesianDataCanvas | |
| Adds the specified display object as a child to the current canvas. | |
| addDataChild(child:flash.display:DisplayObject, angleLeft, radialTop, angleRight, radialBottom, angleCenter, radialCenter) — Method, class mx.charts.chartClasses.PolarDataCanvas | |
| This adds any DisplayObject as child to current canvas | |
| addDataEffectItem(item:Object) — Method, class mx.controls.listClasses.AdvancedListBase | |
| Adds an item renderer if a data change effect is running. | |
| addDataEffectItem(target:Object) — Method, class mx.controls.listClasses.ListBase | |
| Adds an item renderer if a data change effect is running. | |
| addDataEffectItem(target:Object) — Method, interface mx.effects.IEffectTargetHost | |
| Adds an item renderer if a data change effect is running. | |
| addDragData(ds:Object) — Method, class mx.charts.chartClasses.ChartBase | |
| Adds the selected items to the DragSource object as part of a drag and drop operation. | |
| addDragData(ds:Object) — Method, class mx.controls.listClasses.AdvancedListBase | |
| Adds the selected items to the DragSource object as part of a drag-and-drop operation. | |
| addDragData(ds:Object) — Method, class mx.controls.listClasses.ListBase | |
| Adds the selected items to the DragSource object as part of a drag-and-drop operation. | |
| added — Event, class flash.display.DisplayObject | |
| Dispatched when a display object is added to the display list. | |
| ADDED — Constant static property, class flash.events.Event | |
| The Event.ADDED constant defines the value of the type property of an added event object. | |
| addedEffect — Effect, class mx.core.UIComponent | |
| Played when the component is added as a child to a Container. | |
| addedToStage — Event, class flash.display.DisplayObject | |
| Dispatched when a display object is added to the on stage display list, either directly or through the addition of a sub tree in which the display object is contained. | |
| ADDED_TO_STAGE — Constant static property, class flash.events.Event | |
| The Event.ADDED_TO_STAGE constant defines defines the value of the type property of an addedToStage event object. | |
| addElement(element:mx.olap:IOLAPElement) — Method, interface mx.olap.IOLAPSet | |
| Adds a new member to the set. | |
| addElement(element:mx.olap:IOLAPElement) — Method, class mx.olap.OLAPSet | |
| Adds a new member to the set. | |
| addElements(elements:mx.collections:IList) — Method, interface mx.olap.IOLAPSet | |
| Adds a list of members to the set. | |
| addElements(elements:mx.collections:IList) — Method, class mx.olap.OLAPSet | |
| Adds a list of members to the set. | |
| addEventListener(type:String, listener:Function, useCapture:Boolean, priority:int, useWeakReference:Boolean) — Method, class flash.data.SQLConnection | |
| Registers an event listener object with an EventDispatcher object so that the listener receives notification of an event. | |
| addEventListener(type:String, listener:Function, useCapture:Boolean, priority:int, useWeakReference:Boolean) — Method, class flash.desktop.NativeApplication | |
| Registers an event listener object with an EventDispatcher object so that the listener receives notification of an event. | |
| addEventListener(type:String, listener:Function, useCapture:Boolean, priority:int, useWeakReference:Boolean) — Method, class flash.display.Stage | |
| Registers an event listener object with an EventDispatcher object so that the listener receives notification of an event. | |
| addEventListener(type:String, listener:Function, useCapture:Boolean, priority:int, useWeakReference:Boolean) — Method, class flash.events.EventDispatcher | |
| Registers an event listener object with an EventDispatcher object so that the listener receives notification of an event. | |
| addEventListener(type:String, listener:Function, useCapture:Boolean, priority:int, useWeakReference:Boolean) — Method, interface flash.events.IEventDispatcher | |
| Registers an event listener object with an EventDispatcher object so that the listener receives notification of an event. | |
| addEventListener(type:String, listener:Function, useCapture:Boolean, priority:int, useWeakReference:Boolean) — Method, class flash.net.URLLoader | |
| Registers an event listener object with an EventDispatcher object so that the listener receives notification of an event. | |
| addEventListener(type:String, listener:Function, useCapture:Boolean, priority:int, useWeakReference:Boolean) — Method, class mx.collections.ListCollectionView | |
| Registers an event listener object with an EventDispatcher object so that the listener receives notification of an event. Registers an event listener object with an EventDispatcher object so that the listener receives notification of an event. | |
| addEventListener(type:String, listener:Function, useCapture:Boolean, priority:int, useWeakReference:Boolean) — Method, class mx.olap.OLAPCube | |
| Registers an event listener object with an EventDispatcher object so that the listener receives notification of an event. | |
| addEventListener(type:String, listener:Function, useCapture:Boolean, priority:int, useWeakReference:Boolean) — Method, class mx.utils.ObjectProxy | |
| Registers an event listener object so that the listener receives notification of an event. | |
| addFirst(p:mx.automation:AutomationIDPart) — Method, class mx.automation.AutomationID | |
| Adds a parts to the front of the id. | |
| addFocusManager(f:mx.managers:IFocusManagerContainer) — Method, interface mx.managers.ISystemManager | |
| Registers a top-level window containing a FocusManager. | |
| addFocusManager(f:mx.managers:IFocusManagerContainer) — Method, class mx.managers.SystemManager | |
| Registers a top-level window containing a FocusManager. | |
| addFocusManager(f:mx.managers:IFocusManagerContainer) — Method, class mx.managers.WindowedSystemManager | |
| Registers a top-level window containing a FocusManager. | |
| addHaloColors(colors:Object, themeColor:uint, fillColor0:uint, fillColor1:uint) — Static method, class mx.skins.halo.HaloColors | |
| Calculates colors that are used by components that support the Halo theme, such as the colors of beveled edges. | |
| addHandler(handler:Function, format:String) — Method, class mx.core.DragSource | |
| Adds a handler that is called when data for the specified format is requested. | |
| addHeader(operation:String, mustUnderstand:Boolean, param:Object) — Method, class flash.net.NetConnection | |
| Adds a context header to the Action Message Format (AMF) packet structure. | |
| addHeader(header:Object) — Method, class mx.rpc.soap.AbstractWebService | |
| Adds a header that will be applied to all operations of this web service. | |
| addHeader(header:Object) — Method, class mx.rpc.soap.Operation | |
| Adds a header that is applied only to this Operation. | |
| addIndicatorToSelectionLayer(o:flash.display:Sprite, columnIndex:int) — Method, class mx.controls.AdvancedDataGrid | |
| addItem(item:flash.display:NativeMenuItem) — Method, class flash.display.NativeMenu | |
| Adds a menu item at the bottom of the menu. | |
| addItem(item:Object) — Method, interface mx.collections.IList | |
| Adds the specified item to the end of the list. | |
| addItem(item:Object) — Method, class mx.collections.ListCollectionView | |
| Adds the specified item to the end of the list. | |
| AddItemAction — Class, package mx.effects | |
| The AddItemAction class defines an action effect that determines when the item renderer appears in the control for an item being added to a list-based control, such as List or TileList, or for an item that replaces an existing item in the control. | |
| AddItemAction(target:Object) — Constructor, class mx.effects.AddItemAction | |
| Constructor. | |
| AddItemActionInstance — Class, package mx.effects.effectClasses | |
| The AddItemActionInstance class implements the instance class for the AddItemAction effect. | |
| AddItemActionInstance(target:Object) — Constructor, class mx.effects.effectClasses.AddItemActionInstance | |
| Constructor. | |
| addItemAt(item:flash.display:NativeMenuItem, index:int) — Method, class flash.display.NativeMenu | |
| Inserts a menu item at the specified position. | |
| addItemAt(item:Object, index:int) — Method, interface mx.collections.IList | |
| Adds the item at the specified index. | |
| addItemAt(item:Object, index:int) — Method, class mx.collections.ListCollectionView | |
| Adds the item at the specified index. | |
| addLast(p:mx.automation:AutomationIDPart) — Method, class mx.automation.AutomationID | |
| Adds a parts to the end of the id. | |
| addLayoutCompleteSynchronization() — Method, class mx.automation.delegates.core.UIComponentAutomationImpl | |
| Sets up a automation synchronization with layout manager update complete event. | |
| addLayoutCompleteSynchronization() — Method, class mx.automation.delegates.flashflexkit.UIMovieClipAutomationImpl | |
| Sets up a automation synchronization with layout manager update complete event. | |
| addListenerHandler() — Method, class mx.validators.Validator | |
| Sets up all of the listeners for the valid and invalid events dispatched from the validator. | |
| addLogger(logger:mx.logging:ILogger) — Method, class mx.logging.AbstractTarget | |
| Sets up this target with the specified logger. | |
| addLogger(logger:mx.logging:ILogger) — Method, interface mx.logging.ILoggingTarget | |
| Sets up this target with the specified logger. | |
| addMember(s:mx.olap:IOLAPMember) — Method, interface mx.olap.IOLAPQueryAxis | |
| Adds a single member to the query axis. | |
| addMember(member:mx.olap:IOLAPElement) — Method, interface mx.olap.IOLAPTuple | |
| Adds a new member to the tuple. | |
| addMember(s:mx.olap:IOLAPMember) — Method, class mx.olap.OLAPQueryAxis | |
| Adds a single member to the query axis. | |
| addMember(member:mx.olap:IOLAPElement) — Method, class mx.olap.OLAPTuple | |
| Adds a new member to the tuple. | |
| addMembers(value:mx.collections:IList) — Method, interface mx.olap.IOLAPTuple | |
| Adds a list of members to the tuple. | |
| addMembers(value:mx.collections:IList) — Method, class mx.olap.OLAPTuple | |
| Adds a list of members to the tuple. | |
| addNamespace(ns:Object) — Method, class XML | |
| Adds a namespace to the set of in-scope namespaces for the XML object. | |
| addObject(obj:mx.core:IUIComponent, scaleType:String) — Method, class mx.printing.FlexPrintJob | |
| Adds a UIComponent object to the list of objects being printed. | |
| addPage(sprite:flash.display:Sprite, printArea:flash.geom:Rectangle, options:flash.printing:PrintJobOptions, frameNum:int) — Method, class flash.printing.PrintJob | |
| Sends the specified Sprite object as a single page to the print spooler. | |
| addPopUp(window:mx.core:IFlexDisplayObject, parent:flash.display:DisplayObject, modal:Boolean, childList:String) — Static method, class mx.managers.PopUpManager | |
| Pops up a top-level window. | |
| addPosition(p:mx.olap:IOLAPAxisPosition) — Method, class mx.olap.OLAPResultAxis | |
| Adds a position to the axis of the query result. | |
| addResource(ns:Namespace, resource:Object) — Method, class mx.rpc.xml.QualifiedResourceManager | |
| Adds a resource to a potential Array of resources for a given namespace. | |
| addResourceBundle(resourceBundle:mx.resources:IResourceBundle) — Method, interface mx.resources.IResourceManager | |
| Adds the specified ResourceBundle to the ResourceManager so that its resources can be accessed by ResourceManager methods such as getString(). | |
| addResourceBundle(resourceBundle:mx.resources:IResourceBundle) — Method, class mx.resources.ResourceManagerImpl | |
| Adds the specified ResourceBundle to the ResourceManager so that its resources can be accessed by ResourceManager methods such as getString(). | |
| addResponder(responder:mx.rpc:IResponder) — Method, class mx.collections.errors.ItemPendingError | |
| addResponder adds a responder to an Array of responders. | |
| addResponder(responder:mx.rpc:IResponder) — Method, class mx.rpc.AsyncToken | |
| addResponder adds a responder to an Array of responders. | |
| addSet(s:mx.olap:IOLAPSet) — Method, interface mx.olap.IOLAPQueryAxis | |
| Adds a set to the query axis. | |
| addSet(s:mx.olap:IOLAPSet) — Method, class mx.olap.OLAPQueryAxis | |
| Adds a set to the query axis. | |
| addSimpleHeader(qnameLocal:String, qnameNamespace:String, headerName:String, headerValue:String) — Method, class mx.rpc.soap.AbstractWebService | |
| Add a header that will be applied to all operations of this WebService. | |
| addSimpleHeader | |