패키지 | mx.automation |
클래스 | public class AutomationManager |
상속 | AutomationManager EventDispatcher Object |
구현 | IAutomationManager2, IAutomationObjectHelper, IAutomationMouseSimulator, IAutomationDebugTracer |
언어 버전: | ActionScript 3.0 |
제품 버전: | Flex 3 |
런타임 버전: | Flash Player 9, AIR 1.1 |
기타 예제
공용 속성
공용 메서드
메서드 | 정의 주체 | ||
---|---|---|---|
addEventListener(type:String, listener:Function, useCapture:Boolean = false, priority:int = 0, useWeakReference:Boolean = false):void
리스너에서 이벤트 알림을 받을 수 있도록 EventDispatcher 객체에 이벤트 리스너 객체를 등록합니다. | EventDispatcher | ||
AutomationManager | |||
AutomationManager | |||
이벤트를 이벤트 흐름으로 전달합니다. | EventDispatcher | ||
AutomationManager | |||
AutomationManager | |||
AutomationManager | |||
AutomationManager | |||
AutomationManager | |||
AutomationManager | |||
AutomationManager | |||
AutomationManager | |||
AutomationManager | |||
AutomationManager | |||
AutomationManager | |||
AutomationManager | |||
AutomationManager | |||
getPropertyValueFromPart(part:Object, obj:Object, pd:IAutomationPropertyDescriptor, relativeParent:IAutomationObject = null):Object | AutomationManager | ||
AutomationManager | |||
AutomationManager | |||
AutomationManager | |||
EventDispatcher 객체에 특정 유형의 이벤트에 대한 리스너가 등록되어 있는지 여부를 확인합니다. | EventDispatcher | ||
지정된 속성이 객체에 정의되어 있는지 여부를 나타냅니다. | Object | ||
Object 클래스의 인스턴스가 매개 변수로 지정된 객체의 프로토타입 체인에 있는지 여부를 나타냅니다. | Object | ||
AutomationManager | |||
AutomationManager | |||
지정된 속성이 존재하고 열거 가능한지 여부를 나타냅니다. | Object | ||
Dispatch the event as a replayable event. | AutomationManager | ||
AutomationManager | |||
AutomationManager | |||
AutomationManager | |||
AutomationManager | |||
EventDispatcher 객체에서 리스너를 제거합니다. | EventDispatcher | ||
루프 작업에서 동적 속성을 사용할 수 있는지 여부를 설정합니다. | Object | ||
AutomationManager | |||
로캘별 규칙에 따라 서식이 지정된 이 객체의 문자열 표현을 반환합니다. | Object | ||
지정된 객체의 문자열 표현을 반환합니다. | Object | ||
AutomationManager | |||
지정된 객체의 프리미티브 값을 반환합니다. | Object | ||
이 EventDispatcher 객체 또는 조상 객체에 지정한 이벤트 유형에 대한 이벤트 리스너가 등록되어 있는지 여부를 확인합니다. | EventDispatcher |
공용 상수
상수 | 정의 주체 | ||
---|---|---|---|
airWindowIndicatorPropertyName : String = "isAIRWindow" [정적] | AutomationManager |
메서드 세부 정보
addEventListenersToAllChildApplications | () | 메서드 |
addEventListenersToAllParentApplications | () | 메서드 |
dispatchToAllChildren | () | 메서드 |
dispatchToParent | () | 메서드 |
getAIRWindow | () | 메서드 |
getAIRWindowUniqueID | () | 메서드 |
public function getAIRWindowUniqueID(newWindow:DisplayObject):String
매개 변수
newWindow:DisplayObject |
String |
getAIRWindowUniqueIDFromAutomationIDPart | () | 메서드 |
public function getAIRWindowUniqueIDFromAutomationIDPart(objectIdPart:AutomationIDPart):String
매개 변수
objectIdPart:AutomationIDPart |
String |
getAIRWindowUniqueIDFromObjectIDString | () | 메서드 |
getApplicationNameFromAutomationIDPart | () | 메서드 |
public function getApplicationNameFromAutomationIDPart(objectIdPart:AutomationIDPart):String
매개 변수
objectIdPart:AutomationIDPart |
String |
getAutomationChildrenArray | () | 메서드 |
getElementFromPoint2 | () | 메서드 |
public function getElementFromPoint2(x:int, y:int, windowId:String):IAutomationObject
매개 변수
x:int | |
y:int | |
windowId:String |
IAutomationObject |
getMemberFromPartOrObject | () | 메서드 |
getPopUpChildObject | () | 메서드 |
public function getPopUpChildObject(index:int):IAutomationObject
매개 변수
index:int |
IAutomationObject |
getPopUpChildren | () | 메서드 |
getPopUpChildrenCount | () | 메서드 |
getPropertyValueFromPart | () | 메서드 |
public function getPropertyValueFromPart(part:Object, obj:Object, pd:IAutomationPropertyDescriptor, relativeParent:IAutomationObject = null):Object
매개 변수
part:Object | |
obj:Object | |
pd:IAutomationPropertyDescriptor | |
relativeParent:IAutomationObject (default = null )
|
Object |
getStartPointInScreenCoordinates | () | 메서드 |
getTopApplicationIndex | () | 메서드 |
getUniqueApplicationID | () | 메서드 |
marhsalledBeginRecordHandler | () | 메서드 |
marhsalledEndRecordHandler | () | 메서드 |
recordAutomatableEvent | () | 메서드 |
public function recordAutomatableEvent(recorder:IAutomationObject, event:Event, cacheable:Boolean = false):void
언어 버전: | ActionScript 3.0 |
제품 버전: | Flex 3 |
런타임 버전: | Flash Player 9, AIR 1.1 |
Dispatch the event as a replayable event. Causes the ReplayableEventEvent with REPLAYABLE_EVENT type to be fired. However, this method will not attempt the dispatch if there are no listeners.
매개 변수
recorder:IAutomationObject — The IEventReplayer dispatching this
event since event.target may not be
accurate
| |
event:Event — The event that represents the replayable event.
| |
cacheable:Boolean (default = false )
|
recordCustomAutomationEvent | () | 메서드 |
public function recordCustomAutomationEvent(event:AutomationRecordEvent):Boolean
매개 변수
event:AutomationRecordEvent |
Boolean |
registerNewApplication | () | 메서드 |
public function registerNewApplication(application:DisplayObject):void
매개 변수
application:DisplayObject |
registerNewFlexNativeMenu | () | 메서드 |
public function registerNewFlexNativeMenu(menu:Object, sm:DisplayObject):void
매개 변수
menu:Object | |
sm:DisplayObject |
registerNewWindow | () | 메서드 |
storeDragProxy | () | 메서드 |
traceMessage | () | 메서드 |
상수 세부 정보
airWindowIndicatorPropertyName | 상수 |
public static const airWindowIndicatorPropertyName:String = "isAIRWindow"
Tue Jun 12 2018, 03:17 PM Z