패키지 | 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:17 PM Z