Adobe® Flex® 4 Language Reference
Hide Packages and Classes List |  Packages  |  Classes  |  Index  |  Appendixes
 
mx.automation 

The mx.automation package contains the automation interfaces.



Interfaces
 InterfaceDescription
 IAutomationClass The IAutomationClass interface defines the interface for a component class descriptor.
 IAutomationClass2 The IAutomationClass2 interface defines the interface for a component class descriptor.
 IAutomationEnvironment The IAutomationEnvironment interface provides information about the objects and properties of automatable components needed for communicating with agents.
 IAutomationEventDescriptor The IAutomationEventDescriptor interface defines the interface for an event descriptor.
 IAutomationManager The IAutomationManager interface defines the interface expected from an AutomationManager object by the automation module.
 IAutomationManager2 The IAutomationManager interface defines the interface expected from an AutomationManager object by the automation module.
 IAutomationMethodDescriptor The IAutomationMethodDescriptor interface defines the interface for a method descriptor.
 IAutomationMouseSimulator The IAutomationMouseSimulator interface describes an object that simulates mouse movement so that components capturing the mouse use the simulated versions of the mouse cursor instead of the live Flash Player version.
 IAutomationObject The IAutomationObject interface defines the interface for a delegate object that implements automation for a component.
 IAutomationObjectHelper The IAutomationObjectHelper interface defines helper methods for IAutomationObjects.
 IAutomationPropertyDescriptor The IAutomationPropertyDescriptor interface describes a property of a test object.
 IAutomationTabularData The IAutomationTabularData interface is implemented by components which can provide their content information in a tabular form.
Classes
 ClassDescription
 Automation The Automation class defines the entry point for the Flex Automation framework.
 AutomationClass Provides serializable class information for external automation tools.
 AutomationError The AutomationError class defines the error constants used by the Flex Automation mechanism.
 AutomationEventDescriptor Method descriptor class.
 AutomationHelper Helper class used to call appropriate methods based on whether the current app is an AIR app or a Flex app.
 AutomationID The Flex automation framework uses the AutomationID class to build object identification that Agents can use.
 AutomationIDPart The AutomationIDPart class represents a component instance to agents.
 AutomationManager Provides the interface for manipulating the automation hierarchy, and for recording and replaying events.
 AutomationMethodDescriptor Basic method descriptor class.
 AutomationPropertyDescriptor Describes a property of a test object.