套件 | mx.automation |
類別 | public class Automation |
繼承 | Automation Object |
語言版本: | ActionScript 3.0 |
產品版本: | Flex 3 |
執行階段版本: | Flash Player 9, AIR 1.1 |
更多範例
公用屬性
屬性 | 定義自 | ||
---|---|---|---|
automationDebugTracer : mx.automation:IAutomationDebugTracer [靜態] [唯讀]
The available IAutomationDebugTracer instance. | Automation | ||
automationManager : IAutomationManager [靜態]
The IAutomationManager instance. | Automation | ||
automationManager2 : IAutomationManager2 [靜態] [唯讀] | Automation | ||
automationObjectHelper : IAutomationObjectHelper [靜態] [唯讀]
The available IAutomationObjectHelper instance. | Automation | ||
constructor : Object
類別物件的參照或是特定物件實體的建構函數。 | Object | ||
initialized : Boolean [靜態] [唯讀]
Contains true if the automation module has been initialized. | Automation | ||
mouseSimulator : IAutomationMouseSimulator [靜態]
The currently active mouse simulator. | Automation |
公用方法
方法 | 定義自 | ||
---|---|---|---|
[靜態] | Automation | ||
指出物件是否有已定義的指定屬性。 | Object | ||
指出 Object 類別的實體是否位於指定為參數的物件原型鏈中。 | Object | ||
指出指定的屬性是否存在,以及是否可列舉。 | Object | ||
[靜態]
Registers the component class and delegate class association with Automation. | Automation | ||
為迴圈作業設定動態屬性的可用性。 | Object | ||
傳回代表此物件的字串,根據地區特定慣例進行格式化。 | Object | ||
會傳回指定之物件的字串形式。 | Object | ||
會傳回指定之物件的基本值。 | Object |
屬性詳細資訊
automationDebugTracer | 屬性 |
automationDebugTracer:mx.automation:IAutomationDebugTracer
[唯讀] 語言版本: | ActionScript 3.0 |
產品版本: | Flex 4 |
執行階段版本: | Flash Player 9, AIR 1.1 |
The available IAutomationDebugTracer instance.
實作
public static function get automationDebugTracer():mx.automation:IAutomationDebugTracer
automationManager | 屬性 |
automationManager:IAutomationManager
語言版本: | ActionScript 3.0 |
產品版本: | Flex 3 |
執行階段版本: | Flash Player 9, AIR 1.1 |
The IAutomationManager instance.
實作
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 |
The available IAutomationObjectHelper instance.
實作
public static function get automationObjectHelper():IAutomationObjectHelper
initialized | 屬性 |
mouseSimulator | 屬性 |
mouseSimulator:IAutomationMouseSimulator
語言版本: | ActionScript 3.0 |
產品版本: | Flex 3 |
執行階段版本: | Flash Player 9, AIR 1.1 |
The currently active mouse simulator.
實作
public static function get mouseSimulator():IAutomationMouseSimulator
public static function set mouseSimulator(value:IAutomationMouseSimulator):void
方法詳細資訊
getMainApplication | () | 方法 |
registerDelegateClass | () | 方法 |
public static function registerDelegateClass(compClass:Class, delegateClass:Class, priority:int = 0):void
語言版本: | ActionScript 3.0 |
產品版本: | Flex 3 |
執行階段版本: | Flash Player 9, AIR 1.1 |
Registers the component class and delegate class association with Automation.
參數
compClass:Class — The component class.
| |
delegateClass:Class — The delegate class associated with the component.
| |
priority:int (default = 0 )
|
Tue Jun 12 2018, 03:47 PM Z