包 | mx.automation |
类 | public class Automation |
继承 | Automation Object |
语言版本: | ActionScript 3.0 |
产品版本: | Flex 3 |
运行时版本: | Flash Player 9, AIR 1.1 |
公共属性
属性 | 由以下参数定义 | ||
---|---|---|---|
automationDebugTracer : mx.automation:IAutomationDebugTracer [静态] [只读]
可用的 IAutomationDebugTracer 实例。 | Automation | ||
automationManager : IAutomationManager [静态]
IAutomationManager 实例。 | Automation | ||
automationManager2 : IAutomationManager2 [静态] [只读] | Automation | ||
automationObjectHelper : IAutomationObjectHelper [静态] [只读]
可用的 IAutomationObjectHelper 实例。 | Automation | ||
constructor : Object
对类对象或给定对象实例的构造函数的引用。 | Object | ||
initialized : Boolean [静态] [只读]
如果已初始化自动化模块,则包含 true。 | Automation | ||
mouseSimulator : IAutomationMouseSimulator [静态]
当前活动的鼠标模拟器。 | Automation |
公共方法
方法 | 由以下参数定义 | ||
---|---|---|---|
[静态] | Automation | ||
表示对象是否已经定义了指定的属性。 | Object | ||
表示 Object 类的实例是否在指定为参数的对象的原型链中。 | Object | ||
表示指定的属性是否存在、是否可枚举。 | Object | ||
[静态]
注册组件类并委托与 Automation 的类关联。 | Automation | ||
设置循环操作动态属性的可用性。 | Object | ||
返回此对象的字符串表示形式,其格式设置遵守区域设置特定的约定。 | Object | ||
返回指定对象的字符串表示形式。 | Object | ||
返回指定对象的原始值。 | Object |
属性详细信息
automationDebugTracer | 属性 |
automationDebugTracer:mx.automation:IAutomationDebugTracer
[只读] 语言版本: | ActionScript 3.0 |
产品版本: | Flex 4 |
运行时版本: | Flash Player 9, AIR 1.1 |
可用的 IAutomationDebugTracer 实例。
实现
public static function get automationDebugTracer():mx.automation:IAutomationDebugTracer
automationManager | 属性 |
automationManager:IAutomationManager
语言版本: | ActionScript 3.0 |
产品版本: | Flex 3 |
运行时版本: | Flash Player 9, AIR 1.1 |
IAutomationManager 实例。
实现
public static function get automationManager():IAutomationManager
public static function set automationManager(value:IAutomationManager):void
automationManager2 | 属性 |
automationManager2:IAutomationManager2
[只读] 实现
public static function get automationManager2():IAutomationManager2
automationObjectHelper | 属性 |
automationObjectHelper:IAutomationObjectHelper
[只读] 语言版本: | ActionScript 3.0 |
产品版本: | Flex 3 |
运行时版本: | Flash Player 9, AIR 1.1 |
可用的 IAutomationObjectHelper 实例。
实现
public static function get automationObjectHelper():IAutomationObjectHelper
initialized | 属性 |
mouseSimulator | 属性 |
mouseSimulator:IAutomationMouseSimulator
语言版本: | ActionScript 3.0 |
产品版本: | Flex 3 |
运行时版本: | Flash Player 9, AIR 1.1 |
当前活动的鼠标模拟器。
实现
public static function get mouseSimulator():IAutomationMouseSimulator
public static function set mouseSimulator(value:IAutomationMouseSimulator):void
方法详细信息
getMainApplication | () | 方法 |
registerDelegateClass | () | 方法 |
Tue Jun 12 2018, 11:04 AM Z