Pakiet | mx.automation |
Interfejs | public interface IAutomationManager2 extends IAutomationManager , IEventDispatcher |
Implementory | AutomationManager |
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Flex 4 |
Wersje środowiska wykonawczego: | Flash Player 9, AIR 1.1 |
Właściwość | Zdefiniowane przez | ||
---|---|---|---|
automationEnvironment : Object
The automation environment for this automation manager. | IAutomationManager | ||
automationEnvironmentHandlingClassName : String [tylko do zapisu]
Marshalling Support(for tool): The tool class which is responsible for handling
the automation environment. | IAutomationManager2 | ||
automationEnvironmentString : String [tylko do zapisu]
The automation environment for this automation manager. | IAutomationManager2 | ||
recording : Boolean [tylko do odczytu]
Indicates whether recording is taking place. | IAutomationManager | ||
replaying : Boolean [tylko do odczytu]
Indicates whether replay is taking place. | IAutomationManager |
Metoda | Zdefiniowane przez | ||
---|---|---|---|
addEventListener(type:String, listener:Function, useCapture:Boolean = false, priority:int = 0, useWeakReference:Boolean = false):void
Rejestruje obiekt detektora zdarzeń w obiekcie EventDispatcher, dzięki czemu detektor będzie otrzymywał powiadomienia o zdarzeniu. | 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 | ||
Wywołuje zdarzenie, tj. kieruje je do przepływu zdarzeń. | 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 | ||
Sprawdza, czy obiekt EventDispatcher zawiera jakiekolwiek detektory zarejestrowane dla konkretnego typu zdarzeń. | 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 | ||
Usuwa detektor z obiektu 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 | ||
Sprawdza, czy detektor zdarzeń określonego typu jest zarejestrowany w tym obiekcie EventDispatcher lub jego elementach macierzystych. | IEventDispatcher |
automationEnvironmentHandlingClassName | właściwość |
automationEnvironmentHandlingClassName:String
[tylko do zapisu] Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Flex 4 |
Wersje środowiska wykonawczego: | Flash Player 9, AIR 1.1 |
Marshalling Support(for tool): The tool class which is responsible for handling the automation environment.
Implementacja
public function set automationEnvironmentHandlingClassName(value:String):void
automationEnvironmentString | właściwość |
automationEnvironmentString:String
[tylko do zapisu] Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Flex 4 |
Wersje środowiska wykonawczego: | 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.
Implementacja
public function set automationEnvironmentString(value:String):void
Powiązane elementy interfejsu API
addEventListenersToAllChildApplications | () | metoda |
public function addEventListenersToAllChildApplications(eventDetailsArray:Array):void
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Flex 4 |
Wersje środowiska wykonawczego: | 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.
Parametry
eventDetailsArray:Array — Array of EventDetails objects.
|
addEventListenersToAllParentApplications | () | metoda |
public function addEventListenersToAllParentApplications(eventDetailsArray:Array):void
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Flex 4 |
Wersje środowiska wykonawczego: | 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.
Parametry
eventDetailsArray:Array — Array of EventDetails objects.
|
dispatchToAllChildren | () | metoda |
dispatchToParent | () | metoda |
getAIRWindow | () | metoda |
public function getAIRWindow(windowId:String):DisplayObject
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Flex 4 |
Wersje środowiska wykonawczego: | Flash Player 9, AIR 1.1 |
AIR support(for tool): Returns the window with the passed id.
Parametry
windowId:String — id of the window
|
DisplayObject — Window with passed id.
|
getAIRWindowUniqueID | () | metoda |
public function getAIRWindowUniqueID(newWindow:DisplayObject):String
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Flex 4 |
Wersje środowiska wykonawczego: | Flash Player 9, AIR 1.1 |
AIR support(for tool): Returns the unique id of the window object.
Parametry
newWindow:DisplayObject — window whose id is to required.
|
String — String
|
getAIRWindowUniqueIDFromAutomationIDPart | () | metoda |
public function getAIRWindowUniqueIDFromAutomationIDPart(objectIdPart:AutomationIDPart):String
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Flex 4 |
Wersje środowiska wykonawczego: | 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.
Parametry
objectIdPart:AutomationIDPart — The AutomationIDPart from which unique ID of the window is to be obtained.
|
String |
getAIRWindowUniqueIDFromObjectIDString | () | metoda |
public function getAIRWindowUniqueIDFromObjectIDString(objectId:String):String
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Flex 4 |
Wersje środowiska wykonawczego: | 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.
Parametry
objectId:String — The object ID from which unique ID of the window is to be obtained.
|
String |
getApplicationNameFromAutomationIDPart | () | metoda |
public function getApplicationNameFromAutomationIDPart(objectID:AutomationIDPart):String
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Flex 4 |
Wersje środowiska wykonawczego: | Flash Player 9, AIR 1.1 |
Marshalling Support(for tool): Returns name of the application from the part id.
Parametry
objectID:AutomationIDPart — AutomationIDPart from which the application name is obtained.
|
String |
getElementFromPoint2 | () | metoda |
public function getElementFromPoint2(x:int, y:int, windowId:String):IAutomationObject
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Flex 4 |
Wersje środowiska wykonawczego: | Flash Player 9, AIR 1.1 |
AIR support(for tool): Returns the automation object under the given coordinate in a window.
Parametry
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 | () | metoda |
public function getPopUpChildObject(index:int):IAutomationObject
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Flex 4 |
Wersje środowiska wykonawczego: | 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.
Parametry
index:int — at which the object is to be retrieved
|
IAutomationObject — IAutomationObject at the given index
|
getPopUpChildren | () | metoda |
public function getPopUpChildren():Array
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Flex 4 |
Wersje środowiska wykonawczego: | 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.
ZwracaArray — Array of pop up children
|
getPopUpChildrenCount | () | metoda |
public function getPopUpChildrenCount():Number
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Flex 4 |
Wersje środowiska wykonawczego: | 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.
ZwracaNumber — Number of pop up children
|
getStartPointInScreenCoordinates | () | metoda |
public function getStartPointInScreenCoordinates(windowId:String):Point
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Flex 4 |
Wersje środowiska wykonawczego: | 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
Parametry
windowId:String |
Point |
getTopApplicationIndex | () | metoda |
public function getTopApplicationIndex(objectList:Array):int
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Flex 4 |
Wersje środowiska wykonawczego: | 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.
Parametry
objectList:Array — Array of objects
|
int |
getUniqueApplicationID | () | metoda |
public function getUniqueApplicationID():String
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Flex 4 |
Wersje środowiska wykonawczego: | Flash Player 9, AIR 1.1 |
Marshalling Support(for tool): Returns unique ID of the application considering the hierarchy using the SWFLoader information and the application name.
ZwracaString |
isObjectPopUp | () | metoda |
public function isObjectPopUp(obj:IAutomationObject):Boolean
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Flex 4 |
Wersje środowiska wykonawczego: | Flash Player 9, AIR 1.1 |
Marshalling Support(for tool): Returns true if the passed object is a pop up.
Parametry
obj:IAutomationObject — IAutomationObject
|
Boolean |
registerNewApplication | () | metoda |
public function registerNewApplication(application:DisplayObject):void
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Flex 4 |
Wersje środowiska wykonawczego: | 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.
Parametry
application:DisplayObject — Application object to be registered.
|
registerNewFlexNativeMenu | () | metoda |
public function registerNewFlexNativeMenu(menu:Object, sm:DisplayObject):void
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Flex 4 |
Wersje środowiska wykonawczego: | 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.
Parametry
menu:Object — FlexNativeMenu object to be registered.
| |
sm:DisplayObject — SystemManager of the component in which FlexNativeMenu is added.
|
registerNewWindow | () | metoda |
public function registerNewWindow(newWindow:DisplayObject):void
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Flex 4 |
Wersje środowiska wykonawczego: | 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.
Parametry
newWindow:DisplayObject — Window object to be registered.
|
storeDragProxy | () | metoda |
public function storeDragProxy(dragProxy:Object):void
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Flex 4 |
Wersje środowiska wykonawczego: | 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.
Parametry
dragProxy:Object — object
|
Tue Jun 12 2018, 12:06 PM Z