mx.automation
Classpublic class Automation
继承Automation Inheritance Object

Automation 类定义 Flex 自动化框架的入口点。



公共属性
 属性定义方
  automationManager : IAutomationManager
[] IAutomationManager 实例。
Automation
  automationObjectHelper : IAutomationObjectHelper
[] [] 可用的 IAutomationObjectHelper 实例。
Automation
 Inheritedconstructor : Object
对类对象或给定对象实例的构造函数的引用。
Object
  initialized : Boolean
[] [] 如果已初始化自动化模块,则包含 true。
Automation
  mouseSimulator : IAutomationMouseSimulator
[] 当前活动的鼠标模拟器。
Automation
 Inheritedprototype : Object
[] 对类或函数对象的原型对象的引用。
Object
公共方法
 方法定义方
 Inherited
指示对象是否已经定义了指定的属性。
Object
 Inherited
指示 Object 类的实例是否在指定为参数的对象的原型链中。
Object
 Inherited
指示指定的属性是否存在、是否可枚举。
Object
  
registerDelegateClass(compClass:Class, delegateClass:Class):void
[] 注册组件类并委托与 Automation 的类关联。
Automation
 Inherited
设置循环操作动态属性的可用性。
Object
 Inherited
返回指定对象的字符串表示形式。
Object
 Inherited
返回指定对象的原始值。
Object
属性详细信息
automationManager属性
automationManager:IAutomationManager  []

IAutomationManager 实例。


实现
    public static function get automationManager():IAutomationManager
    public function set automationManager(value:IAutomationManager):void
automationObjectHelper属性 
automationObjectHelper:IAutomationObjectHelper  []

可用的 IAutomationObjectHelper 实例。


实现
    public static function get automationObjectHelper():IAutomationObjectHelper
initialized属性 
initialized:Boolean  []

如果已初始化自动化模块,则包含 true


实现
    public static function get initialized():Boolean
mouseSimulator属性 
mouseSimulator:IAutomationMouseSimulator  []

当前活动的鼠标模拟器。


实现
    public static function get mouseSimulator():IAutomationMouseSimulator
    public function set mouseSimulator(value:IAutomationMouseSimulator):void
方法详细信息
registerDelegateClass()方法
public static function registerDelegateClass(compClass:Class, delegateClass:Class):void

注册组件类并委托与 Automation 的类关联。

参数

compClass:Class — 组件类。
 
delegateClass:Class — 与组件关联的委托类。





 

评论添加到页面后给我发送电子邮件 | 评论报告

当前页: http://livedocs.adobe.com/flex/3_cn/mx/automation/Automation.html