Adobe® Flash® Platform 用 ActionScript® 3.0 リファレンスガイド
ホーム  |  パッケージおよびクラスリストの非表示 |  パッケージ  |  クラス  |  新機能  |  索引  |  付録  |  英語で表示される理由
フィルター: サーバーからデータを取得しています...
サーバーからデータを取得しています...
mx.automation.delegates.controls 

MenuAutomationImpl  - AS3 Flex

パッケージmx.automation.delegates.controls
クラスpublic class MenuAutomationImpl
継承MenuAutomationImpl Inheritance ListAutomationImpl Inheritance ListBaseAutomationImpl Inheritance ScrollControlBaseAutomationImpl Inheritance UIComponentAutomationImpl Inheritance EventDispatcher Inheritance Object

言語バージョン: ActionScript 3.0
製品バージョン: Flex 3
ランタイムバージョン: Flash Player 9, AIR 1.1

Menu コントロールのインスツルメンテーションの実行に必要なメソッドとプロパティを定義します。

関連する API エレメント



パブリックプロパティ
 プロパティ定義元
 InheritedautomationEnabled : Boolean
[読み取り専用]
UIComponentAutomationImpl
 InheritedautomationName : String
このオブジェクトの識別子として使用できる名前です。
UIComponentAutomationImpl
 InheritedautomationOwner : DisplayObjectContainer
[読み取り専用]
UIComponentAutomationImpl
 InheritedautomationParent : DisplayObjectContainer
[読み取り専用]
UIComponentAutomationImpl
 InheritedautomationTabularData : Object
[オーバーライド] [読み取り専用] グリッド内にある各アイテムの automationValue のマトリックスです。
ListAutomationImpl
 InheritedautomationValue : Array
[読み取り専用] この値はオブジェクトのレンダリング表示に対応しています。また、アプリケーションでの視覚表示と同じにするために、識別子とオブジェクトを関連付けるのに使用できます。
UIComponentAutomationImpl
 InheritedautomationVisible : Boolean
[読み取り専用]
UIComponentAutomationImpl
 Inheritedconstructor : Object
指定されたオブジェクトインスタンスのクラスオブジェクトまたはコンストラクター関数への参照です。
Object
  showHideFromKeys : Boolean = false
Show イベントを記録するかどうかを示すフラグです。
MenuAutomationImpl
 InheriteduiComponent : DisplayObject
この委譲インスタンスに関連付けられているコンポーネントインスタンスを返します。
UIComponentAutomationImpl
パブリックメソッド
 メソッド定義元
  
コンストラクターです。
MenuAutomationImpl
 Inherited
addEventListener(type:String, listener:Function, useCapture:Boolean = false, priority:int = 0, useWeakReference:Boolean = false):void
イベントリスナーオブジェクトを EventDispatcher オブジェクトに登録し、リスナーがイベントの通知を受け取るようにします。
EventDispatcher
 Inherited
イベントをイベントフローに送出します。
EventDispatcher
 Inherited
EventDispatcher オブジェクトに、特定のイベントタイプに対して登録されたリスナーがあるかどうかを確認します。
EventDispatcher
 Inherited
オブジェクトに指定されたプロパティが定義されているかどうかを示します。
Object
  
[静的] コンポーネントクラスの委譲クラスを Automation Manager に登録します。
MenuAutomationImpl
 Inherited
Object クラスのインスタンスが、パラメーターとして指定されたオブジェクトのプロトタイプチェーン内にあるかどうかを示します。
Object
 Inherited
指定されたプロパティが存在し、列挙できるかどうかを示します。
Object
 Inherited
removeEventListener(type:String, listener:Function, useCapture:Boolean = false):void
EventDispatcher オブジェクトからリスナーを削除します。
EventDispatcher
 Inherited
[オーバーライド] ScrollEvents を再生します。
ScrollControlBaseAutomationImpl
 Inherited
ループ処理に対するダイナミックプロパティの可用性を設定します。
Object
 Inherited
ロケール固有の規則に従って書式設定された、このオブジェクトのストリング表現を返します。
Object
 Inherited
指定されたオブジェクトのストリング表現を返します。
Object
 Inherited
指定されたオブジェクトのプリミティブな値を返します。
Object
 Inherited
指定されたイベントタイプについて、この EventDispatcher オブジェクトまたはその祖先にイベントリスナーが登録されているかどうかを確認します。
EventDispatcher
プロテクトメソッド
 メソッド定義元
 Inherited
Layout Manager の UPDATE_COMPLETE イベントとの自動同期を設定します。
UIComponentAutomationImpl
 Inherited
addMouseEvent(obj:DisplayObject, event:String, handler:Function, useCapture:Boolean = false, priority:int = 0, useWeekRef:Boolean = false):void
UIComponentAutomationImpl
 Inherited
コンポーネントが初期化された後に呼び出されるメソッドです。
UIComponentAutomationImpl
 Inherited
removeMouseEvent(obj:DisplayObject, event:String, handler:Function, useCapture:Boolean = false):void
UIComponentAutomationImpl
イベント
 イベント 概要 定義元
 Inherited[ブロードキャストイベント] Flash Player または AIR アプリケーションがオペレーティングシステムのフォーカスを取得して、アクティブになったときに送出されます。EventDispatcher
 Inherited[ブロードキャストイベント] Flash Player または AIR アプリケーションがオペレーティングシステムのフォーカスを失って、非アクティブになったときに送出されます。EventDispatcher
プロパティの詳細

showHideFromKeys

プロパティ
public var showHideFromKeys:Boolean = false

言語バージョン: ActionScript 3.0
製品バージョン: Flex 3
ランタイムバージョン: Flash Player 9, AIR 1.1

Show イベントを記録するかどうかを示すフラグです。MenuEvent 上で triggerEvent プロパティを使用します。

コンストラクターの詳細

MenuAutomationImpl

()コンストラクター
public function MenuAutomationImpl(obj:Menu)

言語バージョン: ActionScript 3.0
製品バージョン: Flex 3
ランタイムバージョン: Flash Player 9, AIR 1.1

コンストラクターです。

パラメーター
obj:Menu — 自動化する Menu オブジェクトです。
メソッドの詳細

init

()メソッド
public static function init(root:DisplayObject):void

言語バージョン: ActionScript 3.0
製品バージョン: Flex 3
ランタイムバージョン: Flash Player 9, AIR 1.1

コンポーネントクラスの委譲クラスを Automation Manager に登録します。

パラメーター

root:DisplayObject — アプリケーションの SystemManger です。





[ X ]英語で表示される理由
ActionScript 3.0 リファレンスガイドのコンテンツが英語で表示されます。

ActionScript 3.0 リファレンスガイドのすべての部分がすべての言語に翻訳されているわけではありません。言語エレメントが翻訳されていない場合、そのエレメントは英語で表示されます。例えば、ga.controls.HelpBox クラスはどの言語にも訳されていません。このため、リファレンスガイドの日本語バージョンでは、ga.controls.HelpBox クラスは英語で表示されます。