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

IAutomationEnvironment インターフェイスは、エージェントとの通信に必要な自動化可能コンポーネントの、オブジェクトとプロパティに関する情報を提供します。



パブリックメソッド
 メソッド定義元
  
指定されたオブジェクトに対応するオートメーションクラスを返します。
IAutomationEnvironment
  
指定された名前のオートメーションクラスを返します。
IAutomationEnvironment
メソッドの詳細
getAutomationClassByInstance()メソッド
public function getAutomationClassByInstance(obj:IAutomationObject):IAutomationClass

指定されたオブジェクトに対応するオートメーションクラスを返します。

パラメータ

obj:IAutomationObject — テスト可能なオブジェクトの委譲インスタンスです。

戻り値
IAutomationClassobj のオートメーションクラスです。
getAutomationClassByName()メソッド 
public function getAutomationClassByName(automationClass:String):IAutomationClass

指定された名前のオートメーションクラスを返します。

パラメータ

automationClass:StringAutomationClass.name プロパティの値に対応するクラス名です。

戻り値
IAutomationClass — 指定された名前に対応するオートメーションクラスです。存在しない場合は null です。




 

 

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

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