| パッケージ | mx.automation |
| インターフェイス | public interface IAutomationManager2 extends IAutomationManager , IEventDispatcher |
| プロパティ | 定義元 | ||
|---|---|---|---|
![]() | automationEnvironment : Object
この Automation Manager のオートメーション環境です。 | IAutomationManager | |
| automationEnvironmentHandlingClassName : String [書き込み専用] | IAutomationManager2 | ||
| automationEnvironmentString : String
この Automation Manager のオートメーション環境です。 | IAutomationManager2 | ||
![]() | recording : Boolean [読み取り専用]
記録が実行中の場合は true、そうでない場合は false です。 | IAutomationManager | |
![]() | replaying : Boolean [読み取り専用]
再生が実行中の場合は true、そうでない場合は false です。 | IAutomationManager | |
| メソッド | 定義元 | ||
|---|---|---|---|
![]() | addEventListener(type:String, listener:Function, useCapture:Boolean = false, priority:int = 0, useWeakReference:Boolean = false):void
イベントリスナーオブジェクトを EventDispatcher オブジェクトに登録し、リスナーがイベントの通知を受け取るようにします。 | IEventDispatcher | |
| IAutomationManager2 | |||
| IAutomationManager2 | |||
![]() |
Automation Manager を記録モードに設定します。 | IAutomationManager | |
![]() |
resolveID() メソッドで使用できる、指定されたオブジェクトの ID を返します。 | IAutomationManager | |
![]() |
resolveIDPart で使用できる、指定されたオブジェクトの ID パートを返します。 | IAutomationManager | |
![]() |
キャッシュカウンタをデクリメントします。 | IAutomationManager | |
![]() |
イベントをイベントフローに送出します。 | IEventDispatcher | |
| IAutomationManager2 | |||
| IAutomationManager2 | |||
![]() |
Automation Manager の記録モードを解除します。 | IAutomationManager | |
![]() |
オブジェクト型として表示されるテキストを返します。 | IAutomationManager | |
![]() |
オブジェクトの説明として表示されるテキストを返します。 | IAutomationManager | |
![]() |
このオブジェクトの子のうち、テスト階層に表示されているすべての子を返します。 | IAutomationManager | |
![]() | getChildrenFromIDPart(obj:IAutomationObject, part:AutomationIDPart = null, ignoreShowInHierarchy:Boolean = false):Array
このオブジェクトの子のうち、テスト階層に表示されており、オートメーションパートの条件を満たすすべての子を返します。 | IAutomationManager | |
![]() |
指定された座標のオートメーションオブジェクトを返します。 | IAutomationManager | |
![]() | getParent(obj:IAutomationObject, parentToStopAt:IAutomationObject = null, ignoreShowInHierarchy:Boolean = false):IAutomationObject
オートメーション階層に表示されている次の親を返します。 | IAutomationManager | |
| IAutomationManager2 | |||
| IAutomationManager2 | |||
![]() | getProperties(obj:IAutomationObject, names:Array = null, forVerification:Boolean = true, forDescription:Boolean = true):Array
プロパティのセットの値を返します。 | IAutomationManager | |
![]() |
DisplayObject を囲む矩形を表示します。 | IAutomationManager | |
![]() |
IAutomationTabularData インターフェイスを実装するオブジェクトを返します。このインターフェイスによって表形式のデータを取得できます。 | IAutomationManager | |
| IAutomationManager2 | |||
![]() |
EventDispatcher オブジェクトに、特定のイベントタイプに対して登録されたリスナーがあるかどうかを確認します。 | IEventDispatcher | |
![]() |
キャッシュカウンタをインクリメントします。 | IAutomationManager | |
| IAutomationManager2 | |||
![]() |
指定されたターゲットが前の処理が完了するのを待つ必要があるかどうかをテストします。 | IAutomationManager | |
![]() |
オブジェクトとその親がすべて表示されている場合は、true を返します。 | IAutomationManager | |
![]() |
イベントを記録します。 | IAutomationManager | |
| IAutomationManager2 | |||
![]() |
EventDispatcher オブジェクトからリスナーを削除します。 | IEventDispatcher | |
![]() |
指定されたイベントを再生します。 | IAutomationManager | |
![]() |
ID を解決してオートメーションオブジェクトにします。 | IAutomationManager | |
![]() |
ID パートを解決して、オートメーションオブジェクトにします。 | IAutomationManager | |
![]() |
ID パートを解決して、親の中にあるオートメーションオブジェクトにします。 | IAutomationManager | |
![]() |
ID を解決してオートメーションオブジェクトにします。 | IAutomationManager | |
![]() |
オートメーションオブジェクトを階層に表示するかどうかを示します。 | IAutomationManager | |
![]() |
指定されたイベントタイプについて、この EventDispatcher オブジェクトまたはその祖先にイベントリスナーが登録されているかどうかを確認します。 | IEventDispatcher | |
| automationEnvironmentHandlingClassName | プロパティ |
automationEnvironmentHandlingClassName:String [書き込み専用] public function set automationEnvironmentHandlingClassName(value:String):void| automationEnvironmentString | プロパティ |
public var automationEnvironmentString:Stringこの Automation Manager のオートメーション環境です。 オートメーション環境は、エージェントツールとの通信に必要なテスト可能コンポーネントのオブジェクトとプロパティに関する情報を提供します。 このプロパティの値では、IAutomationEnvironment インターフェイスを実装する必要があります。
関連項目
| addEventListenersToAllChildApplications | () | メソッド |
public function addEventListenersToAllChildApplications(eventDetailsArray:Array):voidパラメータ
eventDetailsArray:Array |
| addEventListenersToAllParentApplications | () | メソッド |
public function addEventListenersToAllParentApplications(eventDetailsArray:Array):voidパラメータ
eventDetailsArray:Array |
| dispatchToAllChildren | () | メソッド |
| dispatchToParent | () | メソッド |
| getPopoupChildObject | () | メソッド |
public function getPopoupChildObject(index:int):IAutomationObjectパラメータ
index:int |
IAutomationObject |
| getPopoupChildrenCount | () | メソッド |
| getUniqueApplicationId | () | メソッド |
| isObjectPopup | () | メソッド |
| registerNewApplication | () | メソッド |
public function registerNewApplication(application:DisplayObject):voidパラメータ
application:DisplayObject |
このページに新しいコメントが追加された場合に、電子メールでの通知を希望する。 | コメントレポート
現在のページ: http://livedocs.adobe.com/flex/3_jp/langref/mx/automation/IAutomationManager2.html