Documentation for classes includes syntax, usage information, and code samples for methods, properties, and event handlers and listeners for those APIs that belong to a specific class in ActionScript (as opposed to global functions or properties). The classes are listed alphabetically. If you are not sure to which class a certain method or property belongs, you can look it up in the Index.
| Class | Package | Description | |
|---|---|---|---|
| AbstractTarget
| mx.logging | This class provides the basic functionality required by the logging framework for a target implementation. | |
| Accessibility
| flash.accessibility | The Accessibility class manages communication with screen readers. | |
| AccessibilityProperties
| flash.accessibility | The AccessibilityProperties class lets you control the presentation of Flash objects to accessibility aids, such as screen readers. | |
| Accordion
| mx.containers | An Accordion navigator container has a collection of child containers, but only one of them at a time is visible. | |
| AccordionAutomationImpl
| mx.automation.delegates.containers | Defines the methods and properties required to perform instrumentation for the Accordion class. | |
| AccordionHeader
| mx.containers.accordionClasses | The AccordionHeader class defines the appearance of the navigation buttons of an Accordion. | |
| AccordionHeaderSkin
| mx.skins.halo | The skin for all the states of an AccordionHeader in an Accordion. | |
| ActionEffectInstance
| mx.effects.effectClasses | The ActionEffectInstance class is the superclass for all action effect instance classes. | |
| ActionScriptVersion
| flash.display | The ActionScriptVersion class is an enumeration of constant values that indicate the language version of a loaded SWF file. | |
| ActivatorSkin
| mx.skins.halo | Defines the up, down, and over states for MenuBarItem objects. | |
| ActivityEvent
| flash.events | Flash® Player dispatches an ActivityEvent object whenever a camera or microphone reports that it has become active or inactive. | |
| AddChild
| mx.states | The AddChild class adds a child display object, such as a component, to a container as part of a view state. | |
| AddChildAction
| mx.effects |
The AddChildAction class defines an action effect that corresponds
to the AddChild property of a view state definition. |
|
| AddChildActionInstance
| mx.effects.effectClasses | The AddChildActionInstance class implements the instance class for the AddChildAction effect. | |
| Alert
| mx.controls | The Alert control is a pop-up dialog box that can contain a message, a title, buttons (any combination of OK, Cancel, Yes, and No) and an icon. | |
| AlertAutomationImpl
| mx.automation.delegates.controls | Defines methods and properties required to perform instrumentation for the Alert control. | |
| AlertFormAutomationImpl
| mx.automation.delegates.controls | Defines methods and properties required to perform instrumentation for the AlertForm class. | |
| AnimateProperty
| mx.effects | The AnimateProperty effect animates a property or style of a component. | |
| AnimatePropertyInstance
| mx.effects.effectClasses | The AnimatePropertyInstance class implements the instance class for the AnimateProperty effect. | |
| AntiAliasType
| flash.text | The AntiAliasType class provides values for anti-aliasing in the flash.text.TextField class. | |
| ApolloApplication
| mx.core | The ApolloApplication defines the application container that you use to create Flex applications for Apollo. | |
| ApolloEvent
| mx.events | The ApolloEvent class represents the event object passed to the event listener for several Apollo-specific events. | |
| Application
| mx.core | Flex defines a default, or Application, container that lets you start adding content to your application without explicitly defining another container. | |
| ApplicationAutomationImpl
| mx.automation.delegates.containers | Defines the methods and properties required to perform instrumentation for the Application class. | |
| ApplicationControlBar
| mx.containers | The ApplicationControlBar container holds components that provide global navigation and application commands. | |
| ApplicationDomain
| flash.system | The ApplicationDomain class is a container for discrete groups of class definitions. | |
| AreaChart
| mx.charts | The AreaChart control represents data as an area bounded by a line connecting the values in the data. | |
| AreaRenderer
| mx.charts.renderers | The default class used to render the area beneath the dataPoints of an AreaSeries object. | |
| AreaSeries
| mx.charts.series | Defines a data series for an AreaChart control. | |
| AreaSeriesAutomationImpl
| mx.automation.delegates.charts | Defines the methods and properties required to perform instrumentation for the AreaSeries class. | |
| AreaSeriesItem
| mx.charts.series.items | Represents the information required to render an item as part of an AreaSeries. | |
| AreaSeriesRenderData
| mx.charts.series.renderData | Represents all the information needed by the AreaSeries to render. | |
| AreaSet
| mx.charts.series | A grouping set that can be used to stack AreaSeries objects in any chart. | |
| ArgumentError
| Top Level | The ArgumentError class represents an error that occurs when the arguments supplied in a function do not match the arguments defined for that function. | |
| arguments
| Top Level | An arguments object is used to store and access a function's arguments. | |
| Array
| Top Level | The Array class lets you access and manipulate arrays. | |
| ArrayCollection
| mx.collections |
The ArrayCollection class is a wrapper class that exposes an Array as
a collection that can be accessed and manipulated using the methods
and properties of the ICollectionView or IList
interfaces. |
|
| ArrayUtil
| mx.utils | The ArrayUtil utility class is an all-static class with methods for working with arrays within Flex. | |
| AsyncErrorEvent
| flash.events | Flash® Player dispatches an AsyncErrorEvent when an exception is thrown from native asynchronous code, which could be from, for example, LocalConnection, NetConnection, SharedObject, or NetStream. | |
| Automation
| mx.automation | The Automation class defines the entry point for the Flex Automation framework. | |
| AutomationDragEvent
| mx.automation.events | The AutomationDragEvent class represents event objects that are dispatched as part of a drag-and-drop operation. | |
| AutomationError
| mx.automation | The AutomationError class defines the error constants used by the Flex Automation mechanism. | |
| AutomationID
| mx.automation | The Flex automation framework uses the AutomationID class to build object identification that QTP can use. | |
| AutomationIDPart
| mx.automation | The AutomationIDPart class represents a component instance to agents. | |
| AutomationRecordEvent
| mx.automation.events | The AutomationRecordEvent class represents event objects that are dispatched by the AutomationManager. | |
| AutomationReplayEvent
| mx.automation.events | The AutomationReplayEvent class represents event objects that are dispatched by the AutomationManager, and used by the functional testing classes and any other classes that must replay user interactions. | |
| AVM1Movie
| flash.display | AVM1Movie is a simple class that represents AVM1 movie clips, which use ActionScript 1.0 or 2.0. | |
| AxisBase
| mx.charts.chartClasses | The AxisBase class serves as a base class for the various axis types supported in Flex. | |
| AxisLabel
| mx.charts | An AxisLabel object represents a single label on the chart axis. | |
| AxisLabelSet
| mx.charts.chartClasses | An AxisLAbelSet represents the label and tick data generated by an implementation of IAxis. | |
| AxisRenderer
| mx.charts | You use the AxisRenderer class to describe the horizontal and vertical axes of a chart. | |
| AxisRendererAutomationImpl
| mx.automation.delegates.charts | Defines the methods and properties required to perform instrumentation for the AxisRenderer class. | |
| Back
| mx.effects.easing | The Back class defines three easing functions to implement motion with Flex effect classes. | |
| BarChart
| mx.charts | The BarChart control represents data as a series of horizontal bars whose length is determined by values in the data. | |
| BarSeries
| mx.charts.series | Defines a data series for a BarChart control. | |
| BarSeriesAutomationImpl
| mx.automation.delegates.charts | Defines the methods and properties required to perform instrumentation for the BarSeries class. | |
| BarSeriesItem
| mx.charts.series.items | Represents the information required to render an item as part of a BarSeries. | |
| BarSeriesRenderData
| mx.charts.series.renderData | Represents all the information needed by the BarSeries to render. | |
| BarSet
| mx.charts.series | A grouping set that can be used to stack or cluster BarSeries objects in any chart. | |
| BaseListData
| mx.controls.listClasses |
The BaseListData class defines the data type of the listData
property implemented by drop-in item renderers or drop-in item editors. |
|
| BevelFilter
| flash.filters | The BevelFilter class lets you add a bevel effect to display objects. | |
| BindingUtils
| mx.binding.utils | The BindingUtils class defines utility methods for performing data binding from ActionScript. | |
| Bitmap
| flash.display | The Bitmap class represents display objects that represent bitmap images. | |
| BitmapAsset
| mx.core | BitmapAsset is a subclass of the Flash Player's Bitmap class which represents bitmap images that you embed in a Flex application. | |
| BitmapData
| flash.display | The BitmapData class lets you work with the data (pixels) of a Bitmap object. | |
| BitmapDataChannel
| flash.display | The BitmapDataChannel class is an enumeration of constant values that indicate which channel to use: red, blue, green, or alpha transparency. | |
| BitmapFill
| mx.graphics | Defines a set of values used to fill an area on screen with a bitmap or other DisplayObject. | |
| BitmapFilter
| flash.filters | The BitmapFilter class is the base class for all image filter effects. | |
| BitmapFilterQuality
| flash.filters | The BitmapFilterQuality class contains values to set the rendering quality of a BitmapFilter object. | |
| BitmapFilterType
| flash.filters | The BitmapFilterType class contains values to set the type of a BitmapFilter. | |
| BlendMode
| flash.display | A class that provides constant values for visual blend mode effects. | |
| Blur
| mx.effects | The Blur effect lets you apply a blur visual effect to a component. | |
| BlurFilter
| flash.filters | The BlurFilter class lets you apply a blur visual effect to display objects. | |
| BlurInstance
| mx.effects.effectClasses | The BlurInstance class implements the instance class for the Blur effect. | |
| Boolean
| Top Level |
A Boolean object is a data type that can have one of two values, either true or false,
used for logical operations. |
|
| Border
| mx.skins | The Border class is an abstract base class for various classes that draw borders, either rectangular or non-rectangular, around UIComponents. | |
| Bounce
| mx.effects.easing | The Bounce class defines three easing functions to implement bounce motion with Flex effect classes. | |
| BoundedValue
| mx.charts.chartClasses | A bounded value is used to represent a datapoint that a chart element intends to render on screen. | |
| Box
| mx.containers | A Box container lays out its children in a single vertical column or a single horizontal row. | |
| BoxAutomationImpl
| mx.automation.delegates.containers | Defines the methods and properties required to perform instrumentation for the Box class. | |
| BoxDirection
| mx.containers |
The BoxDirection class specifies constant values
for the direction property of the Box container. |
|
| BoxItemRenderer
| mx.charts.renderers | A simple chart itemRenderer implementation that fills a rectangular area. | |
| BrokenImageBorderSkin
| mx.skins.halo | The skin for the border of a SWFLoader or Image component when the content could not be loaded. | |
| BubbleChart
| mx.charts | The BubbleChart control represents data with three values for each data point. | |
| BubbleSeries
| mx.charts.series | Defines a data series for a BubbleChart control. | |
| BubbleSeriesAutomationImpl
| mx.automation.delegates.charts | Defines the methods and properties required to perform instrumentation for the BubbleSeries class. | |
| BubbleSeriesItem
| mx.charts.series.items | Represents the information required to render an item as part of a BubbleSeries. | |
| BubbleSeriesRenderData
| mx.charts.series.renderData | Represents all the information needed by the BubbleSeries to render. | |
| Button
| mx.controls | The Button control is a commonly used rectangular button. | |
| ButtonAsset
| mx.core | ButtonAsset is a subclass of the Flash Player's SimpleButton class which represents button symbols that you embed in a Flex application from a SWF file produced by Flash. | |
| ButtonAutomationImpl
| mx.automation.delegates.controls | Defines methods and properties required to perform instrumentation for the Button control. | |
| ButtonBar
| mx.controls | The ButtonBar control defines a horizontal or vertical group of logically related push buttons with a common look and navigation. | |
| ButtonBarAutomationImpl
| mx.automation.delegates.controls | Defines methods and properties required to perform instrumentation for the ButtonBar control. | |
| ButtonBarButtonSkin
| mx.skins.halo | The skin for all the states of the ButtonBarButtons in a ButtonBar. | |
| ButtonLabelPlacement
| mx.controls |
The ButtonLabelPlacement class defines the constants for the allowed values
of the labelPlacement
property of a Button, CheckBox, LinkButton, or RadioButton control. |
|
| ButtonSkin
| mx.skins.halo | The skin for all the states of a Button. | |
| ByteArray
| flash.utils | The ByteArray class provides methods and properties to optimize reading, writing, and working with binary data. | |
| CalendarLayoutChangeEvent
| mx.events |
The CalendarLayoutChangeEvent class represents the event object passed to
the event listener for the change event for
the DateChooser and DateField controls. |
|
| Camera
| flash.media | The Camera class is primarily for use with Flash Media Server, but can be used in a limited way without the server. | |
| CandlestickChart
| mx.charts | The CandlestickChart control represents financial data as a series of candlesticks representing the high, low, opening, and closing values of a data series. | |
| CandlestickItemRenderer
| mx.charts.renderers | The default itemRenderer for a CandlestickSeries object. | |
| CandlestickSeries
| mx.charts.series | Represents financial data as a series of candlesticks representing the high, low, opening, and closing values of a data series. | |
| Canvas
| mx.containers | A Canvas layout container defines a rectangular region in which you place child containers and controls. | |
| CanvasAutomationImpl
| mx.automation.delegates.containers | Defines the methods and properties required to perform instrumentation for the Canvas class. | |
| Capabilities
| flash.system | The Capabilities class provides properties that describe the system and player that are hosting a SWF file. | |
| CapsStyle
| flash.display | The CapsStyle class is an enumeration of constant values that specify the caps style to use in drawing lines. | |
| CartesianChart
| mx.charts.chartClasses | The CartesianChart class is a base class for the common chart types. | |
| CartesianChartAutomationImpl
| mx.automation.delegates.charts | Defines the methods and properties required to perform instrumentation for the CartesianChart base class. | |
| CartesianTransform
| mx.charts.chartClasses | The CartesianTransform object represents a set of axes sed to map data values to x/y Cartesian screen coordinates and vice versa. | |
| CategoryAxis
| mx.charts | The CategoryAxis class lets charts represent data grouped by a set of discrete values along an axis. | |
| ChangeWatcher
| mx.binding.utils | The ChangeWatcher class defines utility methods that you can use with bindable Flex properties. | |
| ChartBase
| mx.charts.chartClasses | The ChartBase class is the link between the Flex component architecture and the DualStyleObject architecture. | |
| ChartBaseAutomationImpl
| mx.automation.delegates.charts | Defines the methods and properties required to perform instrumentation for the ChartBase base class. | |
| ChartElement
| mx.charts.chartClasses | The ChartElement class is the base class for visual chart elements. | |
| ChartItem
| mx.charts | A ChartItem represents a single item in a ChartSeries. | |
| ChartItemEvent
| mx.charts.events | The ChartItemEvent class represents events that are specific to the chart components, such as when a chart item is clicked. | |
| ChartLabel
| mx.charts.chartClasses | Draws data labels on chart controls. | |
| ChartState
| mx.charts.chartClasses | Describes the current state of a chart. | |
| CheckBox
| mx.controls | The CheckBox control consists of an optional label and a small box that can contain a check mark or not. | |
| CheckBoxAutomationImpl
| mx.automation.delegates.controls | Defines methods and properties required to perform instrumentation for the CheckBox control. | |
| CheckBoxIcon
| mx.skins.halo | The skin for all the states of the icon in a CheckBox. | |
| ChildExistenceChangedEvent
| mx.events | Represents events that are dispatched when a the child of a control is created or destroyed. | |
| CircleItemRenderer
| mx.charts.renderers | A simple chart itemRenderer implementation that fills an elliptical area. | |
| Circular
| mx.effects.easing | The Circular class defines three easing functions to implement circular motion with Flex effect classes. | |
| Class
| Top Level | A Class object is created for each class definition in a program. | |
| ClassFactory
| mx.core | A ClassFactory instance is a "factory object" which Flex uses to generate instances of another class, each with identical properties. | |
| CloseEvent
| mx.events | The CloseEvent class represents event objects specific to popup windows, such as the Alert control. | |
| CollectionEvent
| mx.events | The mx.events.CollectionEvent class represents an event that is dispatched when the associated collection changes. | |
| CollectionEventKind
| mx.events |
The CollectionEventKind class contains constants for the valid values
of the mx.events.CollectionEvent class kind property. |
|
| CollectionViewError
| mx.collections.errors |
The CollectionViewError class represents general errors
within a collection that are not related to specific activities
such as Cursor seeking. |
|
| ColorMatrixFilter
| flash.filters | The ColorMatrixFilter class lets you apply a 4 x 5 matrix transformation on the RGBA color and alpha values of every pixel in the input image to produce a result with a new set of RGBA color and alpha values. | |
| ColorPicker
| mx.controls | The ColorPicker control provides a way for a user to choose a color from a swatch list. | |
| ColorPickerAutomationImpl
| mx.automation.delegates.controls | Defines methods and properties required to perform instrumentation for the ColorPicker control. | |
| ColorPickerEvent
| mx.events | Represents events that are specific to the ColorPicker control, such as when the user rolls the mouse over or out of a swatch in the swatch panel. | |
| ColorPickerSkin
| mx.skins.halo | The skin for all the states of a ColorPicker. | |
| ColorTransform
| flash.geom | The ColorTransform class lets you adjust the color values in a display object. | |
| ColorUtil
| mx.utils | The ColorUtil class is an all-static class with methods for working with RGB colors within Flex. | |
| ColumnChart
| mx.charts | The ColumnChart control represents data as a series of vertical columns whose height is determined by values in the data. | |
| ColumnSeries
| mx.charts.series | Defines a data series for a ColumnChart control. | |
| ColumnSeriesAutomationImpl
| mx.automation.delegates.charts | Defines the methods and properties required to perform instrumentation for the ColumnSeries class. | |
| ColumnSeriesItem
| mx.charts.series.items | Represents the information required to render an item as part of a ColumnSeries. | |
| ColumnSeriesRenderData
| mx.charts.series.renderData | Represents all the information needed by the ColumnSeries to render. | |
| ColumnSet
| mx.charts.series | ColumnSet is a grouping set that can be used to stack or cluster column series in any arbitrary chart. | |
| ComboBase
| mx.controls | The ComboBase class is the base class for controls that display text in a text field and have a button that causes a drop-down list to appear where the user can choose which text to display. | |
| ComboBaseAutomationImpl
| mx.automation.delegates.controls | Defines methods and properties required to perform instrumentation for the ComboBase class. | |
| ComboBox
| mx.controls | The ComboBox control contains a drop-down list from which the user can select a single value. | |
| ComboBoxArrowSkin
| mx.skins.halo | The skin for all the states of the button in a ComboBox. | |
| ComboBoxAutomationImpl
| mx.automation.delegates.controls | Defines methods and properties required to perform instrumentation for the ComboBox control. | |
| ComponentDescriptor
| mx.core | ComponentDescriptor is the base class for the UIComponentDescriptor class, which encapsulates the information that you specified in an MXML tag for an instance of a visual component. | |
| CompositeEffect
| mx.effects |
The CompositeEffect class is the parent class for the Parallel
and Sequence classes, which define the <mx:Parallel>
and <mx:Sequence> MXML tags. |
|
| CompositeEffectInstance
| mx.effects.effectClasses | The CompositeEffectInstance class implements the instance class for the CompositeEffect class. | |
| Container
| mx.core | The Container class is an abstract base class for components that controls the layout characteristics of child components. | |
| ContainerAutomationImpl
| mx.automation.delegates.core | Defines the methods and properties required to perform instrumentation for the Container class. | |
| ContainerCreationPolicy
| mx.core |
The ContainerCreationPolicy class defines the constant values
for the creationPolicy property of the Container class. |
|
| ContainerLayout
| mx.core |
The ContainerLayout class defines the constant values
for the layout property of container classes. |
|
| ContextMenu
| flash.ui | The ContextMenu class provides control over the items in the Flash Player context menu. | |
| ContextMenuBuiltInItems
| flash.ui | The ContextMenuBuiltInItems class describes the items that are built in to a context menu. | |
| ContextMenuEvent
| flash.events | Flash® Player dispatches ContextMenuEvent objects when a user generates or interacts with the context menu. | |
| ContextMenuItem
| flash.ui | Use the ContextMenuItem class to create custom menu items to display in the Flash Player context menu. | |
| ControlBar
| mx.containers | The ControlBar container lets you place controls at the bottom of a Panel or TitleWindow container. | |
| ConvolutionFilter
| flash.filters | The ConvolutionFilter class applies a matrix convolution filter effect. | |
| CreditCardValidator
| mx.validators | The CreditCardValidator class validates that a credit card number is the correct length, has the correct prefix, and passes the Luhn mod10 algorithm for the specified card type. | |
| CreditCardValidatorCardType
| mx.validators | The CreditCardValidatorCardType class defines value constants for specifying the type of credit card to validate. | |
| CrossItemRenderer
| mx.charts.renderers | A simple chart itemRenderer implementation that fills a cross in its assigned area. | |
| CSMSettings
| flash.text |
The CSMSettings class contains properties for use with the
TextRenderer.setAdvancedAntiAliasingTable() method
to provide continuous stroke modulation (CSM). |
|
| CSSStyleDeclaration
| mx.styles | The CSSStyleDeclaration class represents a set of CSS style rules. | |
| Cubic
| mx.effects.easing | The Cubic class defines three easing functions to implement motion with Flex effect classes. | |
| CuePointEvent
| mx.events | The CuePointEvent class represents the event object passed to the event listener for cue point events dispatched by the VideoDisplay control. | |
| CuePointManager
| mx.controls.videoClasses | The CuePointManager class lets you use ActionScript code to manage the cue points associated with the VideoDisplay control. | |
| CurrencyFormatter
| mx.formatters | The CurrencyFormatter class formats a valid number as a currency value. | |
| CurrencyValidator
| mx.validators | The CurrencyValidator class ensures that a String represents a valid currency expression. | |
| CurrencyValidatorAlignSymbol
| mx.validators | The CurrencyValidatorAlignSymbol class defines value constants for specifying currency symbol alignment. | |
| CursorBookmark
| mx.collections |
Encapsulates the positional aspects of a cursor in an
ICollectionView. |
|
| CursorError
| mx.collections.errors | This error is thrown by a collection Cursor. | |
| CursorManager
| mx.managers | The CursorManager class controls a prioritized list of cursors, where the cursor with the highest priority is currently visible. | |
| CursorManagerPriority
| mx.managers |
The CursorManagerPriority class defines the constant values for the
priority argument to the
CursorManager.setCursor() method. |
|
| CustomActions
| adobe.utils | The methods of the CustomActions class allow a SWF file playing in the Flash authoring tool to manage any custom actions that are registered with the authoring tool. | |
| DataDescription
| mx.charts.chartClasses | The DataDescription structure is used by ChartElements to describe the characteristics of the data they represent to Axis objects that auto-generate values from the data represented in the chart. | |
| DataEvent
| flash.events | Flash® Player dispatches DataEvent objects when raw data has completed loading into Flash Player. | |
| DataGrid
| mx.controls |
The DataGrid control is like a List except that it can show
more than one column of data
making it suited for showing objects with multiple properties. |
|
| DataGridAutomationImpl
| mx.automation.delegates.controls | Defines methods and properties required to perform instrumentation for the DataGrid control. | |
| DataGridBase
| mx.controls.dataGridClasses | The DataGridBase class is the base class for controls that display lists of items in multiple columns. | |
| DataGridColumn
| mx.controls.dataGridClasses | The DataGridColumn class describes a column in a DataGrid control. | |
| DataGridColumnDropIndicator
| mx.skins.halo | The skin for the column drop indicator in a DataGrid. | |
| DataGridColumnResizeSkin
| mx.skins.halo | The skin for the column resizer in a DataGrid. | |
| DataGridDragProxy
| mx.controls.dataGridClasses | The DataGridDragProxy class defines the default drag proxy used when dragging data from a DataGrid control. | |
| DataGridEvent
| mx.events | The DataGridEvent class represents event objects that are specific to the DataGrid control, such as the event that is dispatched when an editable grid item gets the focus. | |
| DataGridEventReason
| mx.events |
The DataGridEventReason class defines constants for the values
of the reason property of a DataGridEvent object
when the type property is itemEditEnd. |
|
| DataGridHeaderSeparator
| mx.skins.halo | The skin for the separator between column headers in a DataGrid. | |
| DataGridItemRenderer
| mx.controls.dataGridClasses | The DataGridItemRenderer class defines the default item renderer for a DataGrid control. | |
| DataGridItemRendererAutomationImpl
| mx.automation.delegates.controls | Defines methods and properties required to perform instrumentation for the DataGridItemRenderer class. | |
| DataGridListData
| mx.controls.dataGridClasses |
The DataGridListData class defines the data type of the listData property that is
implemented by drop-in item renderers or drop-in item editors for the DataGrid control. |
|
| DataGridSortArrow
| mx.skins.halo | The skin for the sort arrow in a column header in a DataGrid. | |
| DataTip
| mx.charts.chartClasses | The DataTip control provides information about a data point to chart users. | |
| DataTransform
| mx.charts.chartClasses | The DataTransform object represents a portion of a chart that contains glyphs and can transform values to screen coordinates and vice versa. | |
| Date
| Top Level | The Date class represents date and time information. | |
| DateBase
| mx.formatters | The DateBase class contains the localized string information used by the mx.formatters.DateFormatter class and the parsing function that renders the pattern. | |
| DateChooser
| mx.controls | The DateChooser control displays the name of a month, the year, and a grid of the days of the month, with columns labeled for the day of the week. | |
| DateChooserAutomationImpl
| mx.automation.delegates.controls | Defines methods and properties required to perform instrumentation for the DateChooser control. | |
| DateChooserEvent
| mx.events |
The DateChooserEvent class represents the event object passed to
the event listener for the scroll event for
the DateChooser and DateField controls. |
|
| DateChooserEventDetail
| mx.events |
Constants that define the values of the detail property
of a DateChooserEvent object. |
|
| DateChooserIndicator
| mx.skins.halo | The skins of the DateChooser's indicators for displaying today, rollover and selected dates. | |
| DateChooserMonthArrowSkin
| mx.skins.halo | The skin for all the states of the next-month and previous-month buttons in a DateChooser. | |
| DateChooserYearArrowSkin
| mx.skins.halo | The skin for all the states of the next-year and previous-year buttons in a DateChooser. | |
| DateField
| mx.controls | The DateField control is a text field that shows the date with a calendar icon on its right side. | |
| DateFieldAutomationImpl
| mx.automation.delegates.controls | Defines methods and properties required to perform instrumentation for the DateField control. | |
| DateFormatter
| mx.formatters | The DateFormatter class uses a format String to render date and time Strings from a String or a Date object. | |
| DateTimeAxis
| mx.charts | The DateTimeAxis class maps time values evenly between a minimum and maximum value along a chart axis. | |
| DateValidator
| mx.validators | The DateValidator class validates that a String or Object contains a proper date and matches a specified format. | |
| DefaultDataDescriptor
| mx.controls.treeClasses | The DefaultDataDescriptor class provides a default implementation for accessing and manipulating data for use in controls such as Tree and Menu. | |
| DeferredInstanceFromClass
| mx.core | A deferred instance factory that creates and returns an instance of a specified class. | |
| DeferredInstanceFromFunction
| mx.core | A deferred instance factory that uses a generator function to create an instance of the required object. | |
| DefinitionError
| Top Level | The DefinitionError class represents an error that occurs when user code attempts to define an identifier that is already defined. | |
| DescribeTypeCache
| mx.utils |
DescribeTypeCache is a convenience class that is used to
cache the return values of flash.utils.describeType()
so that calls made subsequent times return faster. |
|
| DescribeTypeCacheRecord
| mx.utils |
This class represents a single cache entry, this gets created
as part of the describeType method call on the
DescribeTypeCache class. |
|
| DiamondItemRenderer
| mx.charts.renderers | A simple chart itemRenderer implementation that fills a diamond in its assigned area. | |
| Dictionary
| flash.utils |
The Dictionary class lets you create a dynamic collection of properties, which uses strict equality
(===) for key comparison on non-primitive object keys. |
|
| DisplacementMapFilter
| flash.filters | The DisplacementMapFilter class uses the pixel values from the specified BitmapData object (called the displacement map image) to perform a displacement of an object. | |
| DisplacementMapFilterMode
| flash.filters |
The DisplacementMapFilterMode class provides values for the mode property
of the DisplacementMapFilter class. |
|
| DisplayObject
| flash.display | The DisplayObject class is the base class for all objects that can be placed on the display list. | |
| DisplayObjectContainer
| flash.display | The DisplayObjectContainer class is the base class for all objects that can serve as display object containers on the display list. | |
| Dissolve
| mx.effects | Animate the component from transparent to opaque, or from opaque to transparent. | |
| DissolveInstance
| mx.effects.effectClasses | The DissolveInstance class implements the instance class for the Dissolve effect. | |
| DividedBox
| mx.containers | A DividedBox container measures and lays out its children horizontally or vertically in exactly the same way as a Box container, but it inserts draggable dividers in the gaps between the children. | |
| DividedBoxAutomationImpl
| mx.automation.delegates.containers | Defines the methods and properties required to perform instrumentation for the DividedBox class. | |
| DividerEvent
| mx.events | Represents events that are dispatched when a divider has been pressed, dragged or released. | |
| DownloadProgressBar
| mx.preloaders | The DownloadProgressBar class displays download progress. | |
| DragEvent
| mx.events | The DragEvent class represents event objects that are dispatched as part of a drag-and-drop operation. | |
| DragManager
| mx.managers | The DragManager class manages drag and drop operations, which let you move data from one place to another in a Flex application. | |
| DragManagerAutomationImpl
| mx.automation.delegates | Defines the methods and properties required to perform instrumentation for the DragManager class. | |
| DragSource
| mx.core | The DragSource class contains the data being dragged. | |
| DropdownEvent
| mx.events |
The DropdownEvent class represents the event object passed to
the event listener for the open and close events. |
|
| DropShadowFilter
| flash.filters | The DropShadowFilter class lets you add a drop shadow to display objects. | |
| DualStyleObject
| mx.charts.chartClasses | The DualStyleObject class serves as a base class for components that have a need to assign class selectors outside of the client developer's control. | |
| DynamicEvent
| mx.events | This subclass of Event is dynamic, meaning that you can set arbitrary event properties on its instances at runtime. | |
| EdgeMetrics
| mx.core | The EdgeMetrics class specifies the thickness, in pixels, of the four edge regions around a visual component. | |
| Effect
| mx.effects | The Effect class is an abstract base class that defines the basic functionality of all Flex effects. | |
| EffectEvent
| mx.events | Represents event objects that are specific to Flex effects. | |
| EffectInstance
| mx.effects | The EffectInstance class represents an instance of an effect playing on a target. | |
| EffectManager
| mx.effects |
The EffectManager class listens for events, such as the show
and move events, dispatched by objects in a Flex application. |
|
| EffectTargetFilter
| mx.effects | The EffectTargetFilter class defines a custom filter that is executed by each transition effect on each target of the effect. | |
| Elastic
| mx.effects.easing | The Elastc class defines three easing functions to implement motion with Flex effect classes, where the motion is defined by an exponentially decaying sine wave. | |
| EmailValidator
| mx.validators | The EmailValidator class validates that a String has a single @ sign, a period in the domain name and that the top-level domain suffix has two, three, four, or six characters. | |
| Endian
| flash.utils | The Endian class contains values that denote the byte order used to represent multibyte numbers. | |
| EOFError
| flash.errors | An EOFError exception is thrown when you attempt to read past the end of the available data. | |
| Error
| Top Level | The Error class contains information about an error that occurred in a script. | |
| ErrorEvent
| flash.events | Flash® Player dispatches ErrorEvent objects when an error causes a network operation to fail. | |
| EvalError
| Top Level |
The EvalError class represents an error that occurs when user code
calls the eval() function or attempts to use the new
operator with the Function object. |
|
| Event
| flash.events | The Event class is used as the base class for the creation of Event objects, which are passed as parameters to event listeners when an event occurs. | |
| EventDispatcher
| flash.events | The EventDispatcher class implements the IEventDispatcher interface and is the base class for the DisplayObject class. | |
| EventPhase
| flash.events |
The EventPhase class provides values for the eventPhase property of the Event class. |
|
| EventPriority
| mx.core |
The EventPriority class defines constant values
for the priority argument of the
addEventListener() method of EventDispatcher. |
|
| Exponential
| mx.effects.easing | The Exponential class defines three easing functions to implement motion |