패키지 | mx.automation |
인터페이스 | public interface IAutomationManager2 extends IAutomationManager , IEventDispatcher |
구현자 | AutomationManager |
언어 버전: | ActionScript 3.0 |
제품 버전: | Flex 4 |
런타임 버전: | Flash Player 9, AIR 1.1 |
기타 예제
속성 | 정의 주체 | ||
---|---|---|---|
automationEnvironment : Object
The automation environment for this automation manager. | IAutomationManager | ||
automationEnvironmentHandlingClassName : String [쓰기 전용]
Marshalling Support(for tool): The tool class which is responsible for handling
the automation environment. | IAutomationManager2 | ||
automationEnvironmentString : String [쓰기 전용]
The automation environment for this automation manager. | IAutomationManager2 | ||
recording : Boolean [읽기 전용]
Indicates whether recording is taking place. | IAutomationManager | ||
replaying : Boolean [읽기 전용]
Indicates whether replay is taking place. | IAutomationManager |
메서드 | 정의 주체 | ||
---|---|---|---|
addEventListener(type:String, listener:Function, useCapture:Boolean = false, priority:int = 0, useWeakReference:Boolean = false):void
리스너에서 이벤트 알림을 받을 수 있도록 EventDispatcher 객체에 이벤트 리스너 객체를 등록합니다. | IEventDispatcher | ||
Marshalling Support(for tool): Adds the passed EventDetails objects to the probable
child applications in the current ApplicationDomain. | IAutomationManager2 | ||
Marshalling Support(for tool): Adds the passed EventDetails objects to the probable
parent applications in the current ApplicationDomain. | IAutomationManager2 | ||
Sets the automation manager to record mode. | IAutomationManager | ||
Returns an id for the given object that can be used
with the resolveID() method. | IAutomationManager | ||
Returns an id part for the given object that can be used in the resolveIDPart() method. | IAutomationManager | ||
Decrement the cache counter. | IAutomationManager | ||
이벤트를 이벤트 흐름으로 전달합니다. | IEventDispatcher | ||
Marshalling Support(for tool): Dispatches event to all children. | IAutomationManager2 | ||
Marshalling Support(for tool): Dispatches event to parent applications. | IAutomationManager2 | ||
Takes the automation manager out of record mode. | IAutomationManager | ||
AIR support(for tool): Returns the window with the passed id. | IAutomationManager2 | ||
AIR support(for tool): Returns the unique id of the window object. | IAutomationManager2 | ||
AIR support(for tool): Returns the unique ID of window from the automation ID part. | IAutomationManager2 | ||
AIR support(for tool): Returns the unique ID of window from the object ID. | IAutomationManager2 | ||
Marshalling Support(for tool): Returns name of the application from the part id. | IAutomationManager2 | ||
Returns the text to display as the type of the object. | IAutomationManager | ||
Returns the text to display as the description for the object. | IAutomationManager | ||
Returns all children of this object that are visible within the testing
hierarchy. | IAutomationManager | ||
getChildrenFromIDPart(obj:IAutomationObject, part:AutomationIDPart = null, ignoreShowInHierarchy:Boolean = false):Array
Returns all children of this object that are visible within the testing
hierarchy and meet the criteria in the automation part. | IAutomationManager | ||
Returns the automation object under the given coordinate. | IAutomationManager | ||
AIR support(for tool): Returns the automation object under the given coordinate in a window. | IAutomationManager2 | ||
getParent(obj:IAutomationObject, parentToStopAt:IAutomationObject = null, ignoreShowInHierarchy:Boolean = false):IAutomationObject
Returns the next parent that is visible within the automation hierarchy. | IAutomationManager | ||
Marshalling Support(for delegates):Returns array of pop up objects of the root application. | IAutomationManager2 | ||
Marshalling Support(for delegates):Returns array of pop up objects of the top level application. | IAutomationManager2 | ||
Marshalling Support(for delegates):Returns the number of pop up children of the
top level application. | IAutomationManager2 | ||
getProperties(obj:IAutomationObject, names:Array = null, forVerification:Boolean = true, forDescription:Boolean = true):Array
Returns the values for a set of properties. | IAutomationManager | ||
The display rectangle enclosing the DisplayObject. | IAutomationManager | ||
AIR support(for tool): Used by Flex application loaded from AIR application,
to get the start point of main AIR application in screen coordinates
| IAutomationManager2 | ||
Returns the object implementing the IAutomationTabularData interface through which
the tabular data can be obtained. | IAutomationManager | ||
Marshalling Support(for tool): Returns the index of top visible object among the passed array of objects. | IAutomationManager2 | ||
Marshalling Support(for tool): Returns unique ID of the application considering
the hierarchy using the SWFLoader information and the application name. | IAutomationManager2 | ||
EventDispatcher 객체에 특정 유형의 이벤트에 대한 리스너가 등록되어 있는지 여부를 확인합니다. | IEventDispatcher | ||
Increments the cache counter. | IAutomationManager | ||
Marshalling Support(for tool): Returns true if the passed object is a pop up. | IAutomationManager2 | ||
Tests if the provided target needs to wait until a previous
operation completes. | IAutomationManager | ||
Returns true if an object and all of its parents are visible. | IAutomationManager | ||
Records the event. | IAutomationManager | ||
Records the custom event. | IAutomationManager | ||
Marshalling Support(for delegates): When a new application is added, application delegate
registers itself so that appropriate listeners are added to that in order to support
Marshalling. | IAutomationManager2 | ||
AIR Support(for delegates): When a FlexNativeMenu is added to a component, its delegate
registers the new FlexNativeMenu object and creates a delegate. | IAutomationManager2 | ||
AIR Support(for delegates): When a new window is added, WindowedApplication delegate registers
the new window object so that a unique id is created for that window. | IAutomationManager2 | ||
EventDispatcher 객체에서 리스너를 제거합니다. | IEventDispatcher | ||
Replays the specified event. | IAutomationManager | ||
Resolves an id to automation objects. | IAutomationManager | ||
Resolves an id part to an Array of automation objects. | IAutomationManager | ||
Resolves an id part to an automation object within the parent. | IAutomationManager | ||
Resolves an id to an automation object. | IAutomationManager | ||
Indicates whether an automation object should be visible within
the hierarchy. | IAutomationManager | ||
Marshalling Support(for delegates): Stores the drag proxy to enable
inter-application drag-drop.DragProxy created in one application should be
accessible by another application if required. | IAutomationManager2 | ||
이 EventDispatcher 객체 또는 조상 객체에 지정한 이벤트 유형에 대한 이벤트 리스너가 등록되어 있는지 여부를 확인합니다. | IEventDispatcher |
automationEnvironmentHandlingClassName | 속성 |
automationEnvironmentHandlingClassName:String
[쓰기 전용] 언어 버전: | ActionScript 3.0 |
제품 버전: | Flex 4 |
런타임 버전: | Flash Player 9, AIR 1.1 |
Marshalling Support(for tool): The tool class which is responsible for handling the automation environment.
구현
public function set automationEnvironmentHandlingClassName(value:String):void
automationEnvironmentString | 속성 |
automationEnvironmentString:String
[쓰기 전용] 언어 버전: | ActionScript 3.0 |
제품 버전: | Flex 4 |
런타임 버전: | Flash Player 9, AIR 1.1 |
The automation environment for this automation manager. The automation environment provides information about the objects and properties of testable components needed for communicating with agent tools. The value of this property must implement the IAutomationEnvironment interface.
구현
public function set automationEnvironmentString(value:String):void
관련 API 요소
addEventListenersToAllChildApplications | () | 메서드 |
public function addEventListenersToAllChildApplications(eventDetailsArray:Array):void
언어 버전: | ActionScript 3.0 |
제품 버전: | Flex 4 |
런타임 버전: | Flash Player 9, AIR 1.1 |
Marshalling Support(for tool): Adds the passed EventDetails objects to the probable child applications in the current ApplicationDomain. AutomationManager identifies the child applications in the current ApplicationDomain as and when the application is loaded, and adds appropriate listeners obtained from the passed objects.
매개 변수
eventDetailsArray:Array — Array of EventDetails objects.
|
addEventListenersToAllParentApplications | () | 메서드 |
public function addEventListenersToAllParentApplications(eventDetailsArray:Array):void
언어 버전: | ActionScript 3.0 |
제품 버전: | Flex 4 |
런타임 버전: | Flash Player 9, AIR 1.1 |
Marshalling Support(for tool): Adds the passed EventDetails objects to the probable parent applications in the current ApplicationDomain. AutomationManager identifies the parent applications in the current ApplicationDomain which are responsible to listen to the events from children and adds appropriate listeners obtained from the passed objects.
매개 변수
eventDetailsArray:Array — Array of EventDetails objects.
|
dispatchToAllChildren | () | 메서드 |
dispatchToParent | () | 메서드 |
getAIRWindow | () | 메서드 |
public function getAIRWindow(windowId:String):DisplayObject
언어 버전: | ActionScript 3.0 |
제품 버전: | Flex 4 |
런타임 버전: | Flash Player 9, AIR 1.1 |
AIR support(for tool): Returns the window with the passed id.
매개 변수
windowId:String — id of the window
|
DisplayObject — Window with passed id.
|
getAIRWindowUniqueID | () | 메서드 |
public function getAIRWindowUniqueID(newWindow:DisplayObject):String
언어 버전: | ActionScript 3.0 |
제품 버전: | Flex 4 |
런타임 버전: | Flash Player 9, AIR 1.1 |
AIR support(for tool): Returns the unique id of the window object.
매개 변수
newWindow:DisplayObject — window whose id is to required.
|
String — String
|
getAIRWindowUniqueIDFromAutomationIDPart | () | 메서드 |
public function getAIRWindowUniqueIDFromAutomationIDPart(objectIdPart:AutomationIDPart):String
언어 버전: | ActionScript 3.0 |
제품 버전: | Flex 4 |
런타임 버전: | Flash Player 9, AIR 1.1 |
AIR support(for tool): Returns the unique ID of window from the automation ID part. Automation ID part has application ID and window ID.
매개 변수
objectIdPart:AutomationIDPart — The AutomationIDPart from which unique ID of the window is to be obtained.
|
String |
getAIRWindowUniqueIDFromObjectIDString | () | 메서드 |
public function getAIRWindowUniqueIDFromObjectIDString(objectId:String):String
언어 버전: | ActionScript 3.0 |
제품 버전: | Flex 4 |
런타임 버전: | Flash Player 9, AIR 1.1 |
AIR support(for tool): Returns the unique ID of window from the object ID. Object ID has application ID and window ID.
매개 변수
objectId:String — The object ID from which unique ID of the window is to be obtained.
|
String |
getApplicationNameFromAutomationIDPart | () | 메서드 |
public function getApplicationNameFromAutomationIDPart(objectID:AutomationIDPart):String
언어 버전: | ActionScript 3.0 |
제품 버전: | Flex 4 |
런타임 버전: | Flash Player 9, AIR 1.1 |
Marshalling Support(for tool): Returns name of the application from the part id.
매개 변수
objectID:AutomationIDPart — AutomationIDPart from which the application name is obtained.
|
String |
getElementFromPoint2 | () | 메서드 |
public function getElementFromPoint2(x:int, y:int, windowId:String):IAutomationObject
언어 버전: | ActionScript 3.0 |
제품 버전: | Flex 4 |
런타임 버전: | Flash Player 9, AIR 1.1 |
AIR support(for tool): Returns the automation object under the given coordinate in a window.
매개 변수
x:int — The x coordinate.
| |
y:int — The y coordinate.
| |
windowId:String — The window on which the object is to be identified.
|
IAutomationObject — Automation object at that point.
|
getPopUpChildObject | () | 메서드 |
public function getPopUpChildObject(index:int):IAutomationObject
언어 버전: | ActionScript 3.0 |
제품 버전: | Flex 4 |
런타임 버전: | Flash Player 9, AIR 1.1 |
Marshalling Support(for delegates):Returns array of pop up objects of the root application. All pop up objects created in an application are added as pop up children to the top level application of its ApplicationDomain.
매개 변수
index:int — at which the object is to be retrieved
|
IAutomationObject — IAutomationObject at the given index
|
getPopUpChildren | () | 메서드 |
public function getPopUpChildren():Array
언어 버전: | ActionScript 3.0 |
제품 버전: | Flex 4 |
런타임 버전: | Flash Player 9, AIR 1.1 |
Marshalling Support(for delegates):Returns array of pop up objects of the top level application. All pop up objects created in an application are added as pop up children to the top level application of its ApplicationDomain.
반환값Array — Array of pop up children
|
getPopUpChildrenCount | () | 메서드 |
public function getPopUpChildrenCount():Number
언어 버전: | ActionScript 3.0 |
제품 버전: | Flex 4 |
런타임 버전: | Flash Player 9, AIR 1.1 |
Marshalling Support(for delegates):Returns the number of pop up children of the top level application. All pop up objects created in an application are added as pop up children to the top level application of its ApplicationDomain.
반환값Number — Number of pop up children
|
getStartPointInScreenCoordinates | () | 메서드 |
public function getStartPointInScreenCoordinates(windowId:String):Point
언어 버전: | ActionScript 3.0 |
제품 버전: | Flex 4 |
런타임 버전: | Flash Player 9, AIR 1.1 |
AIR support(for tool): Used by Flex application loaded from AIR application, to get the start point of main AIR application in screen coordinates
매개 변수
windowId:String |
Point |
getTopApplicationIndex | () | 메서드 |
public function getTopApplicationIndex(objectList:Array):int
언어 버전: | ActionScript 3.0 |
제품 버전: | Flex 4 |
런타임 버전: | Flash Player 9, AIR 1.1 |
Marshalling Support(for tool): Returns the index of top visible object among the passed array of objects. This can be used by tools to identify the topmost Application object when there are multiple objects from different applications, which belong to different ApplicationDomain or different SecurityDomain, under the mouse.
매개 변수
objectList:Array — Array of objects
|
int |
getUniqueApplicationID | () | 메서드 |
isObjectPopUp | () | 메서드 |
public function isObjectPopUp(obj:IAutomationObject):Boolean
언어 버전: | ActionScript 3.0 |
제품 버전: | Flex 4 |
런타임 버전: | Flash Player 9, AIR 1.1 |
Marshalling Support(for tool): Returns true if the passed object is a pop up.
매개 변수
obj:IAutomationObject — IAutomationObject
|
Boolean |
registerNewApplication | () | 메서드 |
public function registerNewApplication(application:DisplayObject):void
언어 버전: | ActionScript 3.0 |
제품 버전: | Flex 4 |
런타임 버전: | Flash Player 9, AIR 1.1 |
Marshalling Support(for delegates): When a new application is added, application delegate registers itself so that appropriate listeners are added to that in order to support Marshalling.
매개 변수
application:DisplayObject — Application object to be registered.
|
registerNewFlexNativeMenu | () | 메서드 |
public function registerNewFlexNativeMenu(menu:Object, sm:DisplayObject):void
언어 버전: | ActionScript 3.0 |
제품 버전: | Flex 4 |
런타임 버전: | Flash Player 9, AIR 1.1 |
AIR Support(for delegates): When a FlexNativeMenu is added to a component, its delegate registers the new FlexNativeMenu object and creates a delegate.
매개 변수
menu:Object — FlexNativeMenu object to be registered.
| |
sm:DisplayObject — SystemManager of the component in which FlexNativeMenu is added.
|
registerNewWindow | () | 메서드 |
public function registerNewWindow(newWindow:DisplayObject):void
언어 버전: | ActionScript 3.0 |
제품 버전: | Flex 4 |
런타임 버전: | Flash Player 9, AIR 1.1 |
AIR Support(for delegates): When a new window is added, WindowedApplication delegate registers the new window object so that a unique id is created for that window.
매개 변수
newWindow:DisplayObject — Window object to be registered.
|
storeDragProxy | () | 메서드 |
public function storeDragProxy(dragProxy:Object):void
언어 버전: | ActionScript 3.0 |
제품 버전: | Flex 4 |
런타임 버전: | Flash Player 9, AIR 1.1 |
Marshalling Support(for delegates): Stores the drag proxy to enable inter-application drag-drop.DragProxy created in one application should be accessible by another application if required.
매개 변수
dragProxy:Object — object
|
Tue Jun 12 2018, 03:17 PM Z