(Flex データ視覚化のみ)
パッケージmx.automation
インターフェイスpublic interface IAutomationManager2 extends IAutomationManager , IEventDispatcher

IAutomationManager インターフェイスは、オートメーションモジュールが AutomationManager オブジェクトから返すインターフェイスを定義します。



パブリックプロパティ
 プロパティ定義元
 InheritedautomationEnvironment : Object
この Automation Manager のオートメーション環境です。
IAutomationManager
  automationEnvironmentHandlingClassName : String
[書き込み専用]
IAutomationManager2
  automationEnvironmentString : String
この Automation Manager のオートメーション環境です。
IAutomationManager2
 Inheritedrecording : Boolean
[読み取り専用] 記録が実行中の場合は true、そうでない場合は false です。
IAutomationManager
 Inheritedreplaying : Boolean
[読み取り専用] 再生が実行中の場合は true、そうでない場合は false です。
IAutomationManager
パブリックメソッド
 メソッド定義元
 Inherited
addEventListener(type:String, listener:Function, useCapture:Boolean = false, priority:int = 0, useWeakReference:Boolean = false):void
イベントリスナーオブジェクトを EventDispatcher オブジェクトに登録し、リスナーがイベントの通知を受け取るようにします。
IEventDispatcher
  
IAutomationManager2
  
IAutomationManager2
 Inherited
Automation Manager を記録モードに設定します。
IAutomationManager
 Inherited
resolveID() メソッドで使用できる、指定されたオブジェクトの ID を返します。
IAutomationManager
 Inherited
resolveIDPart で使用できる、指定されたオブジェクトの ID パートを返します。
IAutomationManager
 Inherited
キャッシュカウンタをデクリメントします。
IAutomationManager
 Inherited
イベントをイベントフローに送出します。
IEventDispatcher
  
IAutomationManager2
  
IAutomationManager2
 Inherited
Automation Manager の記録モードを解除します。
IAutomationManager
 Inherited
オブジェクト型として表示されるテキストを返します。
IAutomationManager
 Inherited
オブジェクトの説明として表示されるテキストを返します。
IAutomationManager
 Inherited
getChildren(obj:IAutomationObject, ignoreShowInHierarchy:Boolean = false):Array
このオブジェクトの子のうち、テスト階層に表示されているすべての子を返します。
IAutomationManager
 Inherited
getChildrenFromIDPart(obj:IAutomationObject, part:AutomationIDPart = null, ignoreShowInHierarchy:Boolean = false):Array
このオブジェクトの子のうち、テスト階層に表示されており、オートメーションパートの条件を満たすすべての子を返します。
IAutomationManager
 Inherited
指定された座標のオートメーションオブジェクトを返します。
IAutomationManager
 Inherited
getParent(obj:IAutomationObject, parentToStopAt:IAutomationObject = null, ignoreShowInHierarchy:Boolean = false):IAutomationObject
オートメーション階層に表示されている次の親を返します。
IAutomationManager
  
IAutomationManager2
  
IAutomationManager2
 Inherited
getProperties(obj:IAutomationObject, names:Array = null, forVerification:Boolean = true, forDescription:Boolean = true):Array
プロパティのセットの値を返します。
IAutomationManager
 Inherited
DisplayObject を囲む矩形を表示します。
IAutomationManager
 Inherited
IAutomationTabularData インターフェイスを実装するオブジェクトを返します。このインターフェイスによって表形式のデータを取得できます。
IAutomationManager
  
IAutomationManager2
 Inherited
EventDispatcher オブジェクトに、特定のイベントタイプに対して登録されたリスナーがあるかどうかを確認します。
IEventDispatcher
 Inherited
キャッシュカウンタをインクリメントします。
IAutomationManager
  
IAutomationManager2
 Inherited
指定されたターゲットが前の処理が完了するのを待つ必要があるかどうかをテストします。
IAutomationManager
 Inherited
オブジェクトとその親がすべて表示されている場合は、true を返します。
IAutomationManager
 Inherited
recordAutomatableEvent(recorder:IAutomationObject, event:Event, cacheable:Boolean = false):void
イベントを記録します。
IAutomationManager
  
IAutomationManager2
 Inherited
removeEventListener(type:String, listener:Function, useCapture:Boolean = false):void
EventDispatcher オブジェクトからリスナーを削除します。
IEventDispatcher
 Inherited
指定されたイベントを再生します。
IAutomationManager
 Inherited
resolveID(rid:AutomationID, currentParent:IAutomationObject = null):Array
ID を解決してオートメーションオブジェクトにします。
IAutomationManager
 Inherited
ID パートを解決して、オートメーションオブジェクトにします。
IAutomationManager
 Inherited
ID パートを解決して、親の中にあるオートメーションオブジェクトにします。
IAutomationManager
 Inherited
ID を解決してオートメーションオブジェクトにします。
IAutomationManager
 Inherited
オートメーションオブジェクトを階層に表示するかどうかを示します。
IAutomationManager
 Inherited
指定されたイベントタイプについて、この 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()メソッド 
public function dispatchToAllChildren(event:Event):void

パラメータ

event:Event

dispatchToParent()メソッド 
public function dispatchToParent(event:Event):void

パラメータ

event:Event

getPopoupChildObject()メソッド 
public function getPopoupChildObject(index:int):IAutomationObject

パラメータ

index:int

戻り値
IAutomationObject
getPopoupChildrenCount()メソッド 
public function getPopoupChildrenCount():Number

戻り値
Number
getUniqueApplicationId()メソッド 
public function getUniqueApplicationId():String

戻り値
String
isObjectPopup()メソッド 
public function isObjectPopup(obj:IAutomationObject):Boolean

パラメータ

obj:IAutomationObject

戻り値
Boolean
registerNewApplication()メソッド 
public function registerNewApplication(application:DisplayObject):void

パラメータ

application:DisplayObject





 

 

このページに新しいコメントが追加された場合に、電子メールでの通知を希望する。 | コメントレポート

現在のページ: http://livedocs.adobe.com/flex/3_jp/langref/mx/automation/IAutomationManager2.html