Paquete | mx.automation |
Clase | public class AutomationManager |
Herencia | AutomationManager EventDispatcher Object |
Implementa | IAutomationManager2, IAutomationObjectHelper, IAutomationMouseSimulator, IAutomationDebugTracer |
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Flex 3 |
Versiones de motor de ejecución: | Flash Player 9, AIR 1.1 |
Más ejemplos
Propiedades públicas
Métodos públicos
Método | Definido por | ||
---|---|---|---|
addEventListener(type:String, listener:Function, useCapture:Boolean = false, priority:int = 0, useWeakReference:Boolean = false):void
Registra un objeto de detector de eventos con un objeto EventDispatcher, de modo que el detector reciba la notificación de un evento. | EventDispatcher | ||
AutomationManager | |||
AutomationManager | |||
Distribuye un evento en el flujo del evento. | 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 | |||
Comprueba si el objeto EventDispatcher tiene detectores registrados para un tipo concreto de evento. | EventDispatcher | ||
Indica si un objeto tiene definida una propiedad especificada. | Object | ||
Indica si hay una instancia de la clase Object en la cadena de prototipo del objeto especificado como parámetro. | Object | ||
AutomationManager | |||
AutomationManager | |||
Indica si existe la propiedad especificada y si es enumerable. | Object | ||
Dispatch the event as a replayable event. | AutomationManager | ||
AutomationManager | |||
AutomationManager | |||
AutomationManager | |||
AutomationManager | |||
Elimina un detector del objeto EventDispatcher. | EventDispatcher | ||
Establece la disponibilidad de una propiedad dinámica para operaciones de bucle. | Object | ||
AutomationManager | |||
Devuelve la representación de cadena de este objeto, con formato según las convenciones específicas de configuración regional. | Object | ||
Devuelve la representación de cadena del objeto especificado. | Object | ||
AutomationManager | |||
Devuelve el valor simple del objeto especificado. | Object | ||
Comprueba si hay registrado un detector de eventos con este objeto EventDispatcher o con cualquiera de sus ascendientes para el tipo de evento concreto. | EventDispatcher |
Eventos
Constantes públicas
Constante | Definido por | ||
---|---|---|---|
airWindowIndicatorPropertyName : String = "isAIRWindow" [estática] | AutomationManager |
Información sobre métodos
addEventListenersToAllChildApplications | () | método |
addEventListenersToAllParentApplications | () | método |
dispatchToAllChildren | () | método |
dispatchToParent | () | método |
getAIRWindow | () | método |
public function getAIRWindow(windowId:String):DisplayObject
Parámetros
windowId:String |
DisplayObject |
getAIRWindowUniqueID | () | método |
public function getAIRWindowUniqueID(newWindow:DisplayObject):String
Parámetros
newWindow:DisplayObject |
String |
getAIRWindowUniqueIDFromAutomationIDPart | () | método |
public function getAIRWindowUniqueIDFromAutomationIDPart(objectIdPart:AutomationIDPart):String
Parámetros
objectIdPart:AutomationIDPart |
String |
getAIRWindowUniqueIDFromObjectIDString | () | método |
getApplicationNameFromAutomationIDPart | () | método |
public function getApplicationNameFromAutomationIDPart(objectIdPart:AutomationIDPart):String
Parámetros
objectIdPart:AutomationIDPart |
String |
getAutomationChildrenArray | () | método |
getElementFromPoint2 | () | método |
public function getElementFromPoint2(x:int, y:int, windowId:String):IAutomationObject
Parámetros
x:int | |
y:int | |
windowId:String |
IAutomationObject |
getMemberFromPartOrObject | () | método |
getPopUpChildObject | () | método |
public function getPopUpChildObject(index:int):IAutomationObject
Parámetros
index:int |
IAutomationObject |
getPopUpChildren | () | método |
getPopUpChildrenCount | () | método |
getPropertyValueFromPart | () | método |
public function getPropertyValueFromPart(part:Object, obj:Object, pd:IAutomationPropertyDescriptor, relativeParent:IAutomationObject = null):Object
Parámetros
part:Object | |
obj:Object | |
pd:IAutomationPropertyDescriptor | |
relativeParent:IAutomationObject (default = null )
|
Object |
getStartPointInScreenCoordinates | () | método |
getTopApplicationIndex | () | método |
getUniqueApplicationID | () | método |
marhsalledBeginRecordHandler | () | método |
marhsalledEndRecordHandler | () | método |
recordAutomatableEvent | () | método |
public function recordAutomatableEvent(recorder:IAutomationObject, event:Event, cacheable:Boolean = false):void
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Flex 3 |
Versiones de motor de ejecución: | 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.
Parámetros
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 | () | método |
public function recordCustomAutomationEvent(event:AutomationRecordEvent):Boolean
Parámetros
event:AutomationRecordEvent |
Boolean |
registerNewApplication | () | método |
public function registerNewApplication(application:DisplayObject):void
Parámetros
application:DisplayObject |
registerNewFlexNativeMenu | () | método |
public function registerNewFlexNativeMenu(menu:Object, sm:DisplayObject):void
Parámetros
menu:Object | |
sm:DisplayObject |
registerNewWindow | () | método |
storeDragProxy | () | método |
traceMessage | () | método |
Información sobre constantes
airWindowIndicatorPropertyName | Constante |
public static const airWindowIndicatorPropertyName:String = "isAIRWindow"
Tue Jun 12 2018, 02:12 PM Z