blob: 36ce208e2d4b0252d4c5019f0ca9fad1f695662b [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<!--
Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements. See the NOTICE file distributed with
this work for additional information regarding copyright ownership.
The ASF licenses this file to You under the Apache License, Version 2.0
(the "License"); you may not use this file except in compliance with
the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<apiPackage id="mx.events"><apiName>mx.events</apiName><apiDetail/><apiClassifier id="mx.events:AIREvent"><apiName>AIREvent</apiName><shortdesc>
AIREvent クラスは、Window および WindowedApplication コンポーネントによって送出された複数の AIR 固有のイベントのイベントリスナーに渡されたイベントオブジェクトを表します。</shortdesc><prolog><asMetadata><apiVersion><apiLanguage version="3.0"/><apiPlatform description="" name="AIR" version="1.1"/><apiTool description="" name="Flex" version="3"/></apiVersion></asMetadata></prolog><apiClassifierDetail><apiClassifierDef><apiAccess value="public"/><apiStatic/><apiBaseClassifier>flash.events:Event</apiBaseClassifier></apiClassifierDef><apiDesc>
AIREvent クラスは、Window および WindowedApplication コンポーネントによって送出された複数の AIR 固有のイベントのイベントリスナーに渡されたイベントオブジェクトを表します。
</apiDesc></apiClassifierDetail><related-links><link href="mx.core.xml#Window"><linktext>mx.core.Window</linktext></link><link href="mx.core.xml#WindowedApplication"><linktext>mx.core.WindowedApplication</linktext></link></related-links><adobeApiEvent id="mx.events:AIREvent:APPLICATION_ACTIVATE_applicationActivate"><apiName>applicationActivate</apiName><prolog/><adobeApiEventDetail><adobeApiEventDef><apiEventType>mx.events:AIREvent:APPLICATION_ACTIVATE</apiEventType><adobeApiEventClassifier>mx.events:AIREvent</adobeApiEventClassifier><apiDefinedEvent/></adobeApiEventDef></adobeApiEventDetail></adobeApiEvent><adobeApiEvent id="mx.events:AIREvent:APPLICATION_DEACTIVATE_applicationDeactivate"><apiName>applicationDeactivate</apiName><prolog/><adobeApiEventDetail><adobeApiEventDef><apiEventType>mx.events:AIREvent:APPLICATION_DEACTIVATE</apiEventType><adobeApiEventClassifier>mx.events:AIREvent</adobeApiEventClassifier><apiDefinedEvent/></adobeApiEventDef></adobeApiEventDetail></adobeApiEvent><adobeApiEvent id="mx.events:AIREvent:WINDOW_ACTIVATE_windowActivate"><apiName>windowActivate</apiName><prolog/><adobeApiEventDetail><adobeApiEventDef><apiEventType>mx.events:AIREvent:WINDOW_ACTIVATE</apiEventType><adobeApiEventClassifier>mx.events:AIREvent</adobeApiEventClassifier><apiDefinedEvent/></adobeApiEventDef></adobeApiEventDetail></adobeApiEvent><adobeApiEvent id="mx.events:AIREvent:WINDOW_COMPLETE_windowComplete"><apiName>windowComplete</apiName><prolog/><adobeApiEventDetail><adobeApiEventDef><apiEventType>mx.events:AIREvent:WINDOW_COMPLETE</apiEventType><adobeApiEventClassifier>mx.events:AIREvent</adobeApiEventClassifier><apiDefinedEvent/></adobeApiEventDef></adobeApiEventDetail></adobeApiEvent><adobeApiEvent id="mx.events:AIREvent:WINDOW_DEACTIVATE_windowDeactivate"><apiName>windowDeactivate</apiName><prolog/><adobeApiEventDetail><adobeApiEventDef><apiEventType>mx.events:AIREvent:WINDOW_DEACTIVATE</apiEventType><adobeApiEventClassifier>mx.events:AIREvent</adobeApiEventClassifier><apiDefinedEvent/></adobeApiEventDef></adobeApiEventDetail></adobeApiEvent><apiConstructor id="mx.events:AIREvent:AIREvent"><apiName>AIREvent</apiName><shortdesc>
コンストラクターです。</shortdesc><prolog><asMetadata><apiVersion><apiLanguage version="3.0"/><apiPlatform description="" name="AIR" version="1.1"/><apiTool description="" name="Flex" version="3"/></apiVersion></asMetadata></prolog><apiConstructorDetail><apiConstructorDef><apiAccess value="public"/><apiParam><apiItemName>type</apiItemName><apiType value="String"/><apiDesc>イベントタイプ。イベントの基となるアクションを示します。
</apiDesc></apiParam><apiParam><apiItemName>bubbles</apiItemName><apiType value="Boolean"/><apiData>false</apiData><apiDesc>イベントが表示リスト階層を上方にバブルできるかどうかを指定します。
</apiDesc></apiParam><apiParam><apiItemName>cancelable</apiItemName><apiType value="Boolean"/><apiData>false</apiData><apiDesc>イベントに関連付けられた動作をキャンセルできるかどうかを指定します。
</apiDesc></apiParam></apiConstructorDef><apiDesc>
コンストラクターです。
</apiDesc></apiConstructorDetail></apiConstructor><apiValue id="mx.events:AIREvent:APPLICATION_ACTIVATE"><apiName>APPLICATION_ACTIVATE</apiName><shortdesc>
AIREvent.APPLICATION_ACTIVATE 定数により、applicationActivate イベントのイベントオブジェクトの type プロパティ値が定義されます。</shortdesc><prolog><asMetadata><apiVersion><apiLanguage version="3.0"/><apiPlatform description="" name="AIR" version="1.1"/><apiTool description="" name="Flex" version="3"/></apiVersion></asMetadata></prolog><apiValueDetail><apiValueDef><apiAccess value="public"/><apiStatic/><apiData>applicationActivate</apiData><apiType value="String"/></apiValueDef><apiDesc>
AIREvent.APPLICATION_ACTIVATE 定数により、イベントオブジェクトの <codeph>type</codeph> プロパティ値が <codeph>applicationActivate</codeph> イベント用に定義されます。
<p>イベントオブジェクトの各プロパティには次の値が設定されています。</p>
<adobetable class="innertable">
<tgroup cols="2"><thead><row><entry>プロパティ</entry><entry></entry></row></thead><tbody><row><entry><codeph>bubbles</codeph></entry><entry>false</entry></row><row><entry><codeph>cancelable</codeph></entry><entry>false</entry></row><row><entry><codeph>currentTarget</codeph></entry><entry>イベント処理を行うイベントリスナーの定義用オブジェクトを表します。 例えば、イベントリスナーの登録に <codeph>myButton.addEventListener()</codeph> を使用すると、myButton の値は <codeph>currentTarget</codeph> となります。 </entry></row><row><entry><codeph>file</codeph></entry><entry>このイベントに関連付けられた File オブジェクトです。</entry></row><row><entry><codeph>target</codeph></entry><entry>イベントを送出したオブジェクトを表します。このオブジェクトは必ずしもイベントを受け取るオブジェクトとは限りません。 イベントを受け取るオブジェクトに常にアクセスするには、<codeph>currentTarget</codeph> プロパティを使用してください。</entry></row><row><entry><codeph>type</codeph></entry><entry>AIREvent.APPLICATION_ACTIVATE</entry></row></tbody></tgroup></adobetable>
</apiDesc></apiValueDetail></apiValue><apiValue id="mx.events:AIREvent:APPLICATION_DEACTIVATE"><apiName>APPLICATION_DEACTIVATE</apiName><shortdesc>
AIREvent.APPLICATION_DEACTIVATE 定数により、applicationDeactivate イベントのイベントオブジェクトの type プロパティ値が定義されます。</shortdesc><prolog><asMetadata><apiVersion><apiLanguage version="3.0"/><apiPlatform description="" name="AIR" version="1.1"/><apiTool description="" name="Flex" version="3"/></apiVersion></asMetadata></prolog><apiValueDetail><apiValueDef><apiAccess value="public"/><apiStatic/><apiData>applicationDeactivate</apiData><apiType value="String"/></apiValueDef><apiDesc>
AIREvent.APPLICATION_DEACTIVATE 定数により、イベントオブジェクトの <codeph>type</codeph> プロパティ値が <codeph>applicationDeactivate</codeph> イベント用に定義されます。
<p>イベントオブジェクトの各プロパティには次の値が設定されています。</p>
<adobetable class="innertable">
<tgroup cols="2"><thead><row><entry>プロパティ</entry><entry></entry></row></thead><tbody><row><entry><codeph>bubbles</codeph></entry><entry>false</entry></row><row><entry><codeph>cancelable</codeph></entry><entry>false</entry></row><row><entry><codeph>currentTarget</codeph></entry><entry>イベント処理を行うイベントリスナーの定義用オブジェクトを表します。 例えば、イベントリスナーの登録に <codeph>myButton.addEventListener()</codeph> を使用すると、myButton の値は <codeph>currentTarget</codeph> となります。 </entry></row><row><entry><codeph>file</codeph></entry><entry>このイベントに関連付けられた File オブジェクトです。</entry></row><row><entry><codeph>target</codeph></entry><entry>イベントを送出したオブジェクトを表します。このオブジェクトは必ずしもイベントを受け取るオブジェクトとは限りません。 イベントを受け取るオブジェクトに常にアクセスするには、<codeph>currentTarget</codeph> プロパティを使用してください。</entry></row><row><entry><codeph>type</codeph></entry><entry>AIREvent.APPLICATION_DEACTIVATE</entry></row></tbody></tgroup></adobetable>
</apiDesc></apiValueDetail></apiValue><apiValue id="mx.events:AIREvent:WINDOW_ACTIVATE"><apiName>WINDOW_ACTIVATE</apiName><shortdesc>
AIREvent.WINDOW_ACTIVATE 定数により、イベントオブジェクトの type プロパティ値が windowActivate イベント用に定義されます。</shortdesc><prolog><asMetadata><apiVersion><apiLanguage version="3.0"/><apiPlatform description="" name="AIR" version="1.1"/><apiTool description="" name="Flex" version="3"/></apiVersion></asMetadata></prolog><apiValueDetail><apiValueDef><apiAccess value="public"/><apiStatic/><apiData>windowActivate</apiData><apiType value="String"/></apiValueDef><apiDesc>
AIREvent.WINDOW_ACTIVATE 定数により、イベントオブジェクトの <codeph>type</codeph> プロパティ値が <codeph>windowActivate</codeph> イベント用に定義されます。
<p>イベントオブジェクトの各プロパティには次の値が設定されています。</p>
<adobetable class="innertable">
<tgroup cols="2"><thead><row><entry>プロパティ</entry><entry></entry></row></thead><tbody><row><entry><codeph>bubbles</codeph></entry><entry>false</entry></row><row><entry><codeph>cancelable</codeph></entry><entry>false</entry></row><row><entry><codeph>currentTarget</codeph></entry><entry>イベント処理を行うイベントリスナーの定義用オブジェクトを表します。 例えば、イベントリスナーの登録に <codeph>myButton.addEventListener()</codeph> を使用すると、myButton の値は <codeph>currentTarget</codeph> となります。 </entry></row><row><entry><codeph>file</codeph></entry><entry>このイベントに関連付けられた File オブジェクトです。</entry></row><row><entry><codeph>target</codeph></entry><entry>イベントを送出したオブジェクトを表します。このオブジェクトは必ずしもイベントを受け取るオブジェクトとは限りません。 イベントを受け取るオブジェクトに常にアクセスするには、<codeph>currentTarget</codeph> プロパティを使用してください。</entry></row><row><entry><codeph>type</codeph></entry><entry>AIREvent.WINDOW_ACTIVATE</entry></row></tbody></tgroup></adobetable>
</apiDesc></apiValueDetail></apiValue><apiValue id="mx.events:AIREvent:WINDOW_COMPLETE"><apiName>WINDOW_COMPLETE</apiName><shortdesc>
AIREvent.WINDOW_COMPLETE 定数により、windowComplete イベントのイベントオブジェクトの type プロパティ値が定義されます。</shortdesc><prolog><asMetadata><apiVersion><apiLanguage version="3.0"/><apiPlatform description="" name="AIR" version="1.1"/><apiTool description="" name="Flex" version="3"/></apiVersion></asMetadata></prolog><apiValueDetail><apiValueDef><apiAccess value="public"/><apiStatic/><apiData>windowComplete</apiData><apiType value="String"/></apiValueDef><apiDesc>
AIREvent.WINDOW_COMPLETE 定数により、イベントオブジェクトの <codeph>type</codeph> プロパティ値が <codeph>windowComplete</codeph> イベント用に定義されます。
<p>イベントオブジェクトの各プロパティには次の値が設定されています。</p>
<adobetable class="innertable">
<tgroup cols="2"><thead><row><entry>プロパティ</entry><entry></entry></row></thead><tbody><row><entry><codeph>bubbles</codeph></entry><entry>false</entry></row><row><entry><codeph>cancelable</codeph></entry><entry>false</entry></row><row><entry><codeph>currentTarget</codeph></entry><entry>イベント処理を行うイベントリスナーの定義用オブジェクトを表します。 例えば、イベントリスナーの登録に <codeph>myButton.addEventListener()</codeph> を使用すると、myButton の値は <codeph>currentTarget</codeph> となります。 </entry></row><row><entry><codeph>file</codeph></entry><entry>このイベントに関連付けられた File オブジェクトです。</entry></row><row><entry><codeph>target</codeph></entry><entry>イベントを送出したオブジェクトを表します。このオブジェクトは必ずしもイベントを受け取るオブジェクトとは限りません。 イベントを受け取るオブジェクトに常にアクセスするには、<codeph>currentTarget</codeph> プロパティを使用してください。</entry></row><row><entry><codeph>type</codeph></entry><entry>AIREvent.WINDOW_COMPLETE</entry></row></tbody></tgroup></adobetable>
</apiDesc></apiValueDetail></apiValue><apiValue id="mx.events:AIREvent:WINDOW_DEACTIVATE"><apiName>WINDOW_DEACTIVATE</apiName><shortdesc>
AIREvent.WINDOW_DEACTIVATE 定数により、イベントオブジェクトの type プロパティ値が windowDeactivate イベント用に定義されます。</shortdesc><prolog><asMetadata><apiVersion><apiLanguage version="3.0"/><apiPlatform description="" name="AIR" version="1.1"/><apiTool description="" name="Flex" version="3"/></apiVersion></asMetadata></prolog><apiValueDetail><apiValueDef><apiAccess value="public"/><apiStatic/><apiData>windowDeactivate</apiData><apiType value="String"/></apiValueDef><apiDesc>
AIREvent.WINDOW_DEACTIVATE 定数により、イベントオブジェクトの <codeph>type</codeph> プロパティ値が <codeph>windowDeactivate</codeph> イベント用に定義されます。
<p>イベントオブジェクトの各プロパティには次の値が設定されています。</p>
<adobetable class="innertable">
<tgroup cols="2"><thead><row><entry>プロパティ</entry><entry></entry></row></thead><tbody><row><entry><codeph>bubbles</codeph></entry><entry>false</entry></row><row><entry><codeph>cancelable</codeph></entry><entry>false</entry></row><row><entry><codeph>currentTarget</codeph></entry><entry>イベント処理を行うイベントリスナーの定義用オブジェクトを表します。 例えば、イベントリスナーの登録に <codeph>myButton.addEventListener()</codeph> を使用すると、myButton の値は <codeph>currentTarget</codeph> となります。 </entry></row><row><entry><codeph>file</codeph></entry><entry>このイベントに関連付けられた File オブジェクトです。</entry></row><row><entry><codeph>target</codeph></entry><entry>イベントを送出したオブジェクトを表します。このオブジェクトは必ずしもイベントを受け取るオブジェクトとは限りません。 イベントを受け取るオブジェクトに常にアクセスするには、<codeph>currentTarget</codeph> プロパティを使用してください。</entry></row><row><entry><codeph>type</codeph></entry><entry>AIREvent.WINDOW_DEACTIVATE</entry></row></tbody></tgroup></adobetable>
</apiDesc></apiValueDetail></apiValue></apiClassifier><apiClassifier id="mx.events:FlexNativeWindowBoundsEvent"><apiName>FlexNativeWindowBoundsEvent</apiName><shortdesc>
FlexNativeWindowBoundsEvent は、Window または WindowedApplication コンポーネントの基となる NativeWindow のサイズまたは位置が変更されたときに送出されます。</shortdesc><prolog><asMetadata><apiVersion><apiLanguage version="3.0"/><apiPlatform description="" name="AIR" version="1.1"/><apiTool description="" name="Flex" version="3"/></apiVersion></asMetadata></prolog><apiClassifierDetail><apiClassifierDef><apiAccess value="public"/><apiStatic/><apiBaseClassifier>flash.events:NativeWindowBoundsEvent</apiBaseClassifier></apiClassifierDef><apiDesc>
FlexNativeWindowBoundsEvent は、Window または WindowedApplication コンポーネントの基となる NativeWindow のサイズまたは位置が変更されたときに送出されます。
</apiDesc></apiClassifierDetail><related-links><link href="mx.core.xml#Window"><linktext>mx.core.Window</linktext></link><link href="mx.core.xml#WindowedApplication"><linktext>mx.core.WindowedApplication</linktext></link></related-links><adobeApiEvent id="mx.events:FlexNativeWindowBoundsEvent:WINDOW_MOVE_windowMove"><apiName>windowMove</apiName><prolog/><adobeApiEventDetail><adobeApiEventDef><apiEventType>mx.events:FlexNativeWindowBoundsEvent:WINDOW_MOVE</apiEventType><adobeApiEventClassifier>mx.events:FlexNativeWindowBoundsEvent</adobeApiEventClassifier><apiDefinedEvent/></adobeApiEventDef></adobeApiEventDetail></adobeApiEvent><adobeApiEvent id="mx.events:FlexNativeWindowBoundsEvent:WINDOW_RESIZE_windowResize"><apiName>windowResize</apiName><prolog/><adobeApiEventDetail><adobeApiEventDef><apiEventType>mx.events:FlexNativeWindowBoundsEvent:WINDOW_RESIZE</apiEventType><adobeApiEventClassifier>mx.events:FlexNativeWindowBoundsEvent</adobeApiEventClassifier><apiDefinedEvent/></adobeApiEventDef></adobeApiEventDetail></adobeApiEvent><apiConstructor id="mx.events:FlexNativeWindowBoundsEvent:FlexNativeWindowBoundsEvent"><apiName>FlexNativeWindowBoundsEvent</apiName><shortdesc>
コンストラクターです。</shortdesc><prolog><asMetadata><apiVersion><apiLanguage version="3.0"/><apiPlatform description="" name="AIR" version="1.1"/><apiTool description="" name="Flex" version="3"/></apiVersion></asMetadata></prolog><apiConstructorDetail><apiConstructorDef><apiAccess value="public"/><apiParam><apiItemName>type</apiItemName><apiType value="String"/><apiDesc>イベントタイプ。イベントの基となるアクションを示します。
</apiDesc></apiParam><apiParam><apiItemName>bubbles</apiItemName><apiType value="Boolean"/><apiData>false</apiData><apiDesc>イベントが表示リスト階層を上方にバブルできるかどうかを指定します。
</apiDesc></apiParam><apiParam><apiItemName>cancelable</apiItemName><apiType value="Boolean"/><apiData>false</apiData><apiDesc>イベントに関連付けられた動作をキャンセルできるかどうかを指定します。
</apiDesc></apiParam><apiParam><apiItemName>beforeBounds</apiItemName><apiType value="flash.geom:Rectangle"/><apiData>null</apiData><apiDesc>サイズ変更前のウィンドウの境界です。
</apiDesc></apiParam><apiParam><apiItemName>afterBounds</apiItemName><apiType value="flash.geom:Rectangle"/><apiData>null</apiData><apiDesc>サイズ変更前のウィンドウの境界です。
</apiDesc></apiParam></apiConstructorDef><apiDesc>
コンストラクターです。
</apiDesc></apiConstructorDetail></apiConstructor><apiValue id="mx.events:FlexNativeWindowBoundsEvent:WINDOW_MOVE"><apiName>WINDOW_MOVE</apiName><shortdesc>
FlexNativeWindowBoundsEvent.WINDOW_MOVE 定数は、windowMove イベントのイベントオブジェクトの type プロパティ値を定義します。</shortdesc><prolog><asMetadata><apiVersion><apiLanguage version="3.0"/><apiPlatform description="" name="AIR" version="1.1"/><apiTool description="" name="Flex" version="3"/></apiVersion></asMetadata></prolog><apiValueDetail><apiValueDef><apiAccess value="public"/><apiStatic/><apiData>windowMove</apiData><apiType value="String"/></apiValueDef><apiDesc>
FlexNativeWindowBoundsEvent.WINDOW_MOVE 定数により、イベントオブジェクトの <codeph>type</codeph> プロパティが <codeph>windowMove</codeph> イベント用に定義されます。
<p>イベントオブジェクトの各プロパティには次の値が設定されています。</p>
<adobetable class="innertable">
<tgroup cols="2"><thead><row><entry>プロパティ</entry><entry></entry></row></thead><tbody><row><entry><codeph>afterBounds</codeph></entry><entry>境界が変更された後のウィンドウの境界です。</entry></row><row><entry><codeph>beforeBounds</codeph></entry><entry>境界が変更される前のウィンドウの境界です。</entry></row><row><entry><codeph>bubbles</codeph></entry><entry>false</entry></row><row><entry><codeph>cancelable</codeph></entry><entry>false</entry></row><row><entry><codeph>currentTarget</codeph></entry><entry>イベント処理を行うイベントリスナーの定義用オブジェクトを表します。 例えば、イベントリスナーの登録に <codeph>myButton.addEventListener()</codeph> を使用すると、myButton の値は <codeph>currentTarget</codeph> となります。 </entry></row><row><entry><codeph>file</codeph></entry><entry>このイベントに関連付けられた File オブジェクトです。</entry></row><row><entry><codeph>target</codeph></entry><entry>イベントを送出したオブジェクトを表します。このオブジェクトは必ずしもイベントを受け取るオブジェクトとは限りません。 イベントを受け取るオブジェクトに常にアクセスするには、<codeph>currentTarget</codeph> プロパティを使用してください。</entry></row><row><entry><codeph>type</codeph></entry><entry>FlexNativeWindowBoundsEvent.WINDOW_MOVE</entry></row></tbody></tgroup></adobetable>
</apiDesc></apiValueDetail></apiValue><apiValue id="mx.events:FlexNativeWindowBoundsEvent:WINDOW_RESIZE"><apiName>WINDOW_RESIZE</apiName><shortdesc>
FlexNativeWindowBoundsEvent.WINDOW_RESIZE 定数は、windowResize イベントのイベントオブジェクトの type プロパティ値を定義します。</shortdesc><prolog><asMetadata><apiVersion><apiLanguage version="3.0"/><apiPlatform description="" name="AIR" version="1.1"/><apiTool description="" name="Flex" version="3"/></apiVersion></asMetadata></prolog><apiValueDetail><apiValueDef><apiAccess value="public"/><apiStatic/><apiData>windowResize</apiData><apiType value="String"/></apiValueDef><apiDesc>
FlexNativeWindowBoundsEvent.WINDOW_RESIZE 定数により、イベントオブジェクトの <codeph>type</codeph> プロパティ値が <codeph>windowResize</codeph> イベント用に定義されます。
<p>イベントオブジェクトの各プロパティには次の値が設定されています。</p>
<adobetable class="innertable">
<tgroup cols="2"><thead><row><entry>プロパティ</entry><entry></entry></row></thead><tbody><row><entry><codeph>afterBounds</codeph></entry><entry>境界が変更された後のウィンドウの境界です。</entry></row><row><entry><codeph>beforeBounds</codeph></entry><entry>境界が変更される前のウィンドウの境界です。</entry></row><row><entry><codeph>bubbles</codeph></entry><entry>false</entry></row><row><entry><codeph>cancelable</codeph></entry><entry>false</entry></row><row><entry><codeph>currentTarget</codeph></entry><entry>イベント処理を行うイベントリスナーの定義用オブジェクトを表します。 例えば、イベントリスナーの登録に <codeph>myButton.addEventListener()</codeph> を使用すると、myButton の値は <codeph>currentTarget</codeph> となります。 </entry></row><row><entry><codeph>file</codeph></entry><entry>このイベントに関連付けられた File オブジェクトです。</entry></row><row><entry><codeph>target</codeph></entry><entry>イベントを送出したオブジェクトを表します。このオブジェクトは必ずしもイベントを受け取るオブジェクトとは限りません。 イベントを受け取るオブジェクトに常にアクセスするには、<codeph>currentTarget</codeph> プロパティを使用してください。</entry></row><row><entry><codeph>type</codeph></entry><entry>FlexNativeWindowBoundsEvent.WINDOW_RESIZE</entry></row></tbody></tgroup></adobetable>
</apiDesc></apiValueDetail></apiValue></apiClassifier><apiClassifier id="mx.events:FileEvent"><apiName>FileEvent</apiName><shortdesc>
FileEvent クラスは、FileSystemList、FileSystemDataGrid、FileSystemTree および FileSystemComboBox の各コントロールに固有のイベントオブジェクトを表します。</shortdesc><prolog><asMetadata><apiVersion><apiLanguage version="3.0"/><apiPlatform description="" name="AIR" version="1.1"/><apiTool description="" name="Flex" version="3"/></apiVersion></asMetadata></prolog><apiClassifierDetail><apiClassifierDef><apiAccess value="public"/><apiStatic/><apiBaseClassifier>flash.events:Event</apiBaseClassifier></apiClassifierDef><apiDesc>
FileEvent クラスは、FileSystemList、FileSystemDataGrid、FileSystemTree および FileSystemComboBox の各コントロールに固有のイベントオブジェクトを表します。
</apiDesc></apiClassifierDetail><related-links><link href="mx.controls.xml#FileSystemComboBox"><linktext>mx.controls.FileSystemComboBox</linktext></link><link href="mx.controls.xml#FileSystemDataGrid"><linktext>mx.controls.FileSystemDataGrid</linktext></link><link href="mx.controls.xml#FileSystemList"><linktext>mx.controls.FileSystemList</linktext></link><link href="mx.controls.xml#FileSystemTree"><linktext>mx.controls.FileSystemTree</linktext></link></related-links><adobeApiEvent id="mx.events:FileEvent:DIRECTORY_CHANGE_directoryChange"><apiName>directoryChange</apiName><prolog/><adobeApiEventDetail><adobeApiEventDef><apiEventType>mx.events:FileEvent:DIRECTORY_CHANGE</apiEventType><adobeApiEventClassifier>mx.events:FileEvent</adobeApiEventClassifier><apiDefinedEvent/></adobeApiEventDef></adobeApiEventDetail></adobeApiEvent><adobeApiEvent id="mx.events:FileEvent:DIRECTORY_CHANGING_directoryChanging"><apiName>directoryChanging</apiName><prolog/><adobeApiEventDetail><adobeApiEventDef><apiEventType>mx.events:FileEvent:DIRECTORY_CHANGING</apiEventType><adobeApiEventClassifier>mx.events:FileEvent</adobeApiEventClassifier><apiDefinedEvent/></adobeApiEventDef></adobeApiEventDetail></adobeApiEvent><adobeApiEvent id="mx.events:FileEvent:DIRECTORY_CLOSING_directoryClosing"><apiName>directoryClosing</apiName><prolog/><adobeApiEventDetail><adobeApiEventDef><apiEventType>mx.events:FileEvent:DIRECTORY_CLOSING</apiEventType><adobeApiEventClassifier>mx.events:FileEvent</adobeApiEventClassifier><apiDefinedEvent/></adobeApiEventDef></adobeApiEventDetail></adobeApiEvent><adobeApiEvent id="mx.events:FileEvent:DIRECTORY_OPENING_directoryOpening"><apiName>directoryOpening</apiName><prolog/><adobeApiEventDetail><adobeApiEventDef><apiEventType>mx.events:FileEvent:DIRECTORY_OPENING</apiEventType><adobeApiEventClassifier>mx.events:FileEvent</adobeApiEventClassifier><apiDefinedEvent/></adobeApiEventDef></adobeApiEventDetail></adobeApiEvent><adobeApiEvent id="mx.events:FileEvent:FILE_CHOOSE_select"><apiName>select</apiName><prolog/><adobeApiEventDetail><adobeApiEventDef><apiEventType>mx.events:FileEvent:FILE_CHOOSE</apiEventType><adobeApiEventClassifier>mx.events:FileEvent</adobeApiEventClassifier><apiDefinedEvent/></adobeApiEventDef></adobeApiEventDetail></adobeApiEvent><apiConstructor id="mx.events:FileEvent:FileEvent"><apiName>FileEvent</apiName><shortdesc>
コンストラクターです。</shortdesc><prolog><asMetadata><apiVersion><apiLanguage version="3.0"/><apiPlatform description="" name="AIR" version="1.1"/><apiTool description="" name="Flex" version="3"/></apiVersion></asMetadata></prolog><apiConstructorDetail><apiConstructorDef><apiAccess value="public"/><apiParam><apiItemName>type</apiItemName><apiType value="String"/><apiDesc>イベントタイプ。イベントの基となるアクションを示します。
</apiDesc></apiParam><apiParam><apiItemName>bubbles</apiItemName><apiType value="Boolean"/><apiData>false</apiData><apiDesc>イベントが表示リスト階層を上方にバブルできるかどうかを指定します。
</apiDesc></apiParam><apiParam><apiItemName>cancelable</apiItemName><apiType value="Boolean"/><apiData>false</apiData><apiDesc>イベントに関連付けられた動作をキャンセルできるかどうかを指定します。
</apiDesc></apiParam><apiParam><apiItemName>file</apiItemName><apiType value="flash.filesystem:File"/><apiData>null</apiData><apiDesc>このイベントに関連付けられた File インスタンスです。
</apiDesc></apiParam></apiConstructorDef><apiDesc>
コンストラクターです。
</apiDesc></apiConstructorDetail></apiConstructor><apiValue id="mx.events:FileEvent:DIRECTORY_CHANGE"><apiName>DIRECTORY_CHANGE</apiName><shortdesc>
FileEvent.DIRECTORY_CHANGE 定数により、directoryChange イベントのイベントオブジェクトの type プロパティ値が定義されます。</shortdesc><prolog><asMetadata><apiVersion><apiLanguage version="3.0"/><apiPlatform description="" name="AIR" version="1.1"/><apiTool description="" name="Flex" version="3"/></apiVersion></asMetadata></prolog><apiValueDetail><apiValueDef><apiAccess value="public"/><apiStatic/><apiData>directoryChange</apiData><apiType value="String"/></apiValueDef><apiDesc>
FileEvent.DIRECTORY_CHANGE 定数により、イベントオブジェクトの <codeph>type</codeph> プロパティ値が <codeph>directoryChange</codeph> イベント用に定義されます。
<p>イベントオブジェクトの各プロパティには次の値が設定されています。</p>
<adobetable class="innertable">
<tgroup cols="2"><thead><row><entry>プロパティ</entry><entry></entry></row></thead><tbody><row><entry><codeph>bubbles</codeph></entry><entry>false</entry></row><row><entry><codeph>cancelable</codeph></entry><entry>false</entry></row><row><entry><codeph>currentTarget</codeph></entry><entry>イベント処理を行うイベントリスナーの定義用オブジェクトを表します。 例えば、イベントリスナーの登録に <codeph>myButton.addEventListener()</codeph> を使用すると、myButton の値は <codeph>currentTarget</codeph> となります。 </entry></row><row><entry><codeph>file</codeph></entry><entry>このイベントに関連付けられた File オブジェクトです。</entry></row><row><entry><codeph>target</codeph></entry><entry>イベントを送出したオブジェクトを表します。このオブジェクトは必ずしもイベントを受け取るオブジェクトとは限りません。 イベントを受け取るオブジェクトに常にアクセスするには、<codeph>currentTarget</codeph> プロパティを使用してください。</entry></row><row><entry><codeph>type</codeph></entry><entry>FileEvent.DIRECTORY_CHANGE</entry></row></tbody></tgroup></adobetable>
</apiDesc></apiValueDetail></apiValue><apiValue id="mx.events:FileEvent:DIRECTORY_CHANGING"><apiName>DIRECTORY_CHANGING</apiName><shortdesc>
FileEvent.DIRECTORY_CHANGING 定数により、directoryChanging イベントのイベントオブジェクトの type プロパティ値が定義されます。</shortdesc><prolog><asMetadata><apiVersion><apiLanguage version="3.0"/><apiPlatform description="" name="AIR" version="1.1"/><apiTool description="" name="Flex" version="3"/></apiVersion></asMetadata></prolog><apiValueDetail><apiValueDef><apiAccess value="public"/><apiStatic/><apiData>directoryChanging</apiData><apiType value="String"/></apiValueDef><apiDesc>
FileEvent.DIRECTORY_CHANGING 定数により、イベントオブジェクトの <codeph>type</codeph> プロパティ値が <codeph>directoryChanging</codeph> イベント用に定義されます。
<p>イベントオブジェクトの各プロパティには次の値が設定されています。</p>
<adobetable class="innertable">
<tgroup cols="2"><thead><row><entry>プロパティ</entry><entry></entry></row></thead><tbody><row><entry><codeph>bubbles</codeph></entry><entry>false</entry></row><row><entry><codeph>cancelable</codeph></entry><entry>true</entry></row><row><entry><codeph>currentTarget</codeph></entry><entry>イベント処理を行うイベントリスナーの定義用オブジェクトを表します。 例えば、イベントリスナーの登録に <codeph>myButton.addEventListener()</codeph> を使用すると、myButton の値は <codeph>currentTarget</codeph> となります。 </entry></row><row><entry><codeph>file</codeph></entry><entry>このイベントに関連付けられた File オブジェクトです。</entry></row><row><entry><codeph>target</codeph></entry><entry>イベントを送出したオブジェクトを表します。このオブジェクトは必ずしもイベントを受け取るオブジェクトとは限りません。 イベントを受け取るオブジェクトに常にアクセスするには、<codeph>currentTarget</codeph> プロパティを使用してください。</entry></row><row><entry><codeph>type</codeph></entry><entry>FileEvent.DIRECTORY_CHANGING</entry></row></tbody></tgroup></adobetable>
</apiDesc></apiValueDetail></apiValue><apiValue id="mx.events:FileEvent:DIRECTORY_CLOSING"><apiName>DIRECTORY_CLOSING</apiName><shortdesc>
FileEvent.DIRECTORY_CLOSING 定数により、directoryClosing イベントのイベントオブジェクトの type プロパティ値が定義されます。</shortdesc><prolog><asMetadata><apiVersion><apiLanguage version="3.0"/><apiPlatform description="" name="AIR" version="1.1"/><apiTool description="" name="Flex" version="3"/></apiVersion></asMetadata></prolog><apiValueDetail><apiValueDef><apiAccess value="public"/><apiStatic/><apiData>directoryClosing</apiData><apiType value="String"/></apiValueDef><apiDesc>
FileEvent.DIRECTORY_CLOSING 定数により、イベントオブジェクトの <codeph>type</codeph> プロパティ値が <codeph>directoryClosing</codeph> イベント用に定義されます。
<p>イベントオブジェクトの各プロパティには次の値が設定されています。</p>
<adobetable class="innertable">
<tgroup cols="2"><thead><row><entry>プロパティ</entry><entry></entry></row></thead><tbody><row><entry><codeph>bubbles</codeph></entry><entry>false</entry></row><row><entry><codeph>cancelable</codeph></entry><entry>true</entry></row><row><entry><codeph>currentTarget</codeph></entry><entry>イベント処理を行うイベントリスナーの定義用オブジェクトを表します。 例えば、イベントリスナーの登録に <codeph>myButton.addEventListener()</codeph> を使用すると、myButton の値は <codeph>currentTarget</codeph> となります。 </entry></row><row><entry><codeph>file</codeph></entry><entry>このイベントに関連付けられた File オブジェクトです。</entry></row><row><entry><codeph>target</codeph></entry><entry>イベントを送出したオブジェクトを表します。このオブジェクトは必ずしもイベントを受け取るオブジェクトとは限りません。 イベントを受け取るオブジェクトに常にアクセスするには、<codeph>currentTarget</codeph> プロパティを使用してください。</entry></row><row><entry><codeph>type</codeph></entry><entry>FileEvent.DIRECTORY_CLOSING</entry></row></tbody></tgroup></adobetable>
</apiDesc></apiValueDetail></apiValue><apiValue id="mx.events:FileEvent:DIRECTORY_OPENING"><apiName>DIRECTORY_OPENING</apiName><shortdesc>
FileEvent.DIRECTORY_OPENING 定数により、directoryOpening イベントのイベントオブジェクトの type プロパティ値が定義されます。</shortdesc><prolog><asMetadata><apiVersion><apiLanguage version="3.0"/><apiPlatform description="" name="AIR" version="1.1"/><apiTool description="" name="Flex" version="3"/></apiVersion></asMetadata></prolog><apiValueDetail><apiValueDef><apiAccess value="public"/><apiStatic/><apiData>directoryOpening</apiData><apiType value="String"/></apiValueDef><apiDesc>
FileEvent.DIRECTORY_OPENING 定数により、イベントオブジェクトの <codeph>type</codeph> プロパティ値が <codeph>directoryOpening</codeph> イベント用に定義されます。
<p>イベントオブジェクトの各プロパティには次の値が設定されています。</p>
<adobetable class="innertable">
<tgroup cols="2"><thead><row><entry>プロパティ</entry><entry></entry></row></thead><tbody><row><entry><codeph>bubbles</codeph></entry><entry>false</entry></row><row><entry><codeph>cancelable</codeph></entry><entry>true</entry></row><row><entry><codeph>currentTarget</codeph></entry><entry>イベント処理を行うイベントリスナーの定義用オブジェクトを表します。 例えば、イベントリスナーの登録に <codeph>myButton.addEventListener()</codeph> を使用すると、myButton の値は <codeph>currentTarget</codeph> となります。 </entry></row><row><entry><codeph>file</codeph></entry><entry>このイベントに関連付けられた File オブジェクトです。</entry></row><row><entry><codeph>target</codeph></entry><entry>イベントを送出したオブジェクトを表します。このオブジェクトは必ずしもイベントを受け取るオブジェクトとは限りません。 イベントを受け取るオブジェクトに常にアクセスするには、<codeph>currentTarget</codeph> プロパティを使用してください。</entry></row><row><entry><codeph>type</codeph></entry><entry>FileEvent.DIRECTORY_OPENING</entry></row></tbody></tgroup></adobetable>
</apiDesc></apiValueDetail></apiValue><apiValue id="mx.events:FileEvent:FILE_CHOOSE"><apiName>FILE_CHOOSE</apiName><shortdesc>
FileEvent.FILE_CHOOSE 定数により、fileChoose イベントのイベントオブジェクトの type プロパティ値が定義されます。</shortdesc><prolog><asMetadata><apiVersion><apiLanguage version="3.0"/><apiPlatform description="" name="AIR" version="1.1"/><apiTool description="" name="Flex" version="3"/></apiVersion></asMetadata></prolog><apiValueDetail><apiValueDef><apiAccess value="public"/><apiStatic/><apiData>fileChoose</apiData><apiType value="String"/></apiValueDef><apiDesc>
FileEvent.FILE_CHOOSE 定数により、イベントオブジェクトの <codeph>type</codeph> プロパティ値が <codeph>fileChoose</codeph> イベント用に定義されます。
<p>イベントオブジェクトの各プロパティには次の値が設定されています。</p>
<adobetable class="innertable">
<tgroup cols="2"><thead><row><entry>プロパティ</entry><entry></entry></row></thead><tbody><row><entry><codeph>bubbles</codeph></entry><entry>false</entry></row><row><entry><codeph>cancelable</codeph></entry><entry>false</entry></row><row><entry><codeph>currentTarget</codeph></entry><entry>イベント処理を行うイベントリスナーの定義用オブジェクトを表します。 例えば、イベントリスナーの登録に <codeph>myButton.addEventListener()</codeph> を使用すると、myButton の値は <codeph>currentTarget</codeph> となります。 </entry></row><row><entry><codeph>file</codeph></entry><entry>このイベントに関連付けられた File オブジェクトです。</entry></row><row><entry><codeph>target</codeph></entry><entry>イベントを送出したオブジェクトを表します。このオブジェクトは必ずしもイベントを受け取るオブジェクトとは限りません。 イベントを受け取るオブジェクトに常にアクセスするには、<codeph>currentTarget</codeph> プロパティを使用してください。</entry></row><row><entry><codeph>type</codeph></entry><entry>FileEvent.FILE_CHOOSE</entry></row></tbody></tgroup></adobetable>
</apiDesc></apiValueDetail></apiValue><apiValue id="mx.events:FileEvent:file"><apiName>file</apiName><shortdesc>
このイベントに関連付けられた File インスタンスです。</shortdesc><prolog><asMetadata><apiVersion><apiLanguage version="3.0"/><apiPlatform description="" name="AIR" version="1.1"/><apiTool description="" name="Flex" version="3"/></apiVersion></asMetadata></prolog><apiValueDetail><apiValueDef><apiProperty/><apiAccess value="public"/><apiDynamic/><apiType value="flash.filesystem:File"/></apiValueDef><apiDesc>
このイベントに関連付けられた File インスタンスです。
</apiDesc></apiValueDetail></apiValue></apiClassifier><apiClassifier id="mx.events:FlexNativeMenuEvent"><apiName>FlexNativeMenuEvent</apiName><shortdesc>
FlexNativeMenuEvent クラスは、FlexNativeMenu のメニューアクティビティに関連付けられているイベントを表します。</shortdesc><prolog><asMetadata><apiVersion><apiLanguage version="3.0"/><apiPlatform description="" name="AIR" version="1.1"/><apiTool description="" name="Flex" version="3"/></apiVersion></asMetadata></prolog><apiClassifierDetail><apiClassifierDef><apiAccess value="public"/><apiStatic/><apiBaseClassifier>flash.events:Event</apiBaseClassifier></apiClassifierDef><apiDesc>
FlexNativeMenuEvent クラスは、FlexNativeMenu のメニューアクティビティに関連付けられているイベントを表します。
</apiDesc></apiClassifierDetail><related-links><link href="mx.controls.xml#FlexNativeMenu"><linktext>mx.controls.FlexNativeMenu</linktext></link></related-links><adobeApiEvent id="mx.events:FlexNativeMenuEvent:ITEM_CLICK_itemClick"><apiName>itemClick</apiName><prolog/><adobeApiEventDetail><adobeApiEventDef><apiEventType>mx.events:FlexNativeMenuEvent:ITEM_CLICK</apiEventType><adobeApiEventClassifier>mx.events:FlexNativeMenuEvent</adobeApiEventClassifier><apiDefinedEvent/></adobeApiEventDef></adobeApiEventDetail></adobeApiEvent><adobeApiEvent id="mx.events:FlexNativeMenuEvent:MENU_SHOW_menuShow"><apiName>menuShow</apiName><prolog/><adobeApiEventDetail><adobeApiEventDef><apiEventType>mx.events:FlexNativeMenuEvent:MENU_SHOW</apiEventType><adobeApiEventClassifier>mx.events:FlexNativeMenuEvent</adobeApiEventClassifier><apiDefinedEvent/></adobeApiEventDef></adobeApiEventDetail></adobeApiEvent><apiConstructor id="mx.events:FlexNativeMenuEvent:FlexNativeMenuEvent"><apiName>FlexNativeMenuEvent</apiName><shortdesc>
コンストラクターです。</shortdesc><prolog><asMetadata><apiVersion><apiLanguage version="3.0"/><apiPlatform description="" name="AIR" version="1.1"/><apiTool description="" name="Flex" version="3"/></apiVersion></asMetadata></prolog><apiConstructorDetail><apiConstructorDef><apiAccess value="public"/><apiParam><apiItemName>type</apiItemName><apiType value="String"/><apiDesc>イベントタイプ。イベントの基となるアクションを示します。
</apiDesc></apiParam><apiParam><apiItemName>bubbles</apiItemName><apiType value="Boolean"/><apiData>false</apiData><apiDesc>イベントが表示リスト階層を上方にバブルできるかどうかを指定します。
</apiDesc></apiParam><apiParam><apiItemName>cancelable</apiItemName><apiType value="Boolean"/><apiData>true</apiData><apiDesc>イベントに関連付けられた動作をキャンセルできるかどうかを指定します。
</apiDesc></apiParam><apiParam><apiItemName>nativeMenu</apiItemName><apiType value="flash.display:NativeMenu"/><apiData>null</apiData><apiDesc>イベントに関連付けられた特定の NativeMenu インスタンスです。
</apiDesc></apiParam><apiParam><apiItemName>nativeMenuItem</apiItemName><apiType value="flash.display:NativeMenuItem"/><apiData>null</apiData><apiDesc>イベントに関連付けられた特定の NativeMenuItem インスタンスです。
</apiDesc></apiParam><apiParam><apiItemName>item</apiItemName><apiType value="Object"/><apiData>null</apiData><apiDesc>関連付けられたメニューアイテムの dataProvider に含まれるアイテムです。
</apiDesc></apiParam><apiParam><apiItemName>label</apiItemName><apiType value="String"/><apiData>null</apiData><apiDesc>関連付けられたメニューアイテムのラベルテキストです。
</apiDesc></apiParam><apiParam><apiItemName>index</apiItemName><apiType value="int"/><apiData>-1</apiData><apiDesc>メニュー内で関連付けられたメニューアイテムのインデックスです。
</apiDesc></apiParam></apiConstructorDef><apiDesc>
コンストラクターです。通常は FlexNativeMenu オブジェクトによって呼び出されます。
</apiDesc></apiConstructorDetail></apiConstructor><apiValue id="mx.events:FlexNativeMenuEvent:ITEM_CLICK"><apiName>ITEM_CLICK</apiName><shortdesc>
FlexNativeMenuEvent.ITEM_CLICK イベント型定数は、ユーザーがメニューアイテムを選択したことを示します。</shortdesc><prolog><asMetadata><apiVersion><apiLanguage version="3.0"/><apiPlatform description="" name="AIR" version="1.1"/><apiTool description="" name="Flex" version="3"/></apiVersion></asMetadata></prolog><apiValueDetail><apiValueDef><apiAccess value="public"/><apiStatic/><apiData>itemClick</apiData><apiType value="String"/></apiValueDef><apiDesc>
FlexNativeMenuEvent.ITEM_CLICK イベント型定数は、ユーザーがメニューアイテムを選択したことを示します。
<p>このイベントタイプのイベントオブジェクトの各プロパティには次の値が設定されています。イベントの種類によっては無効なプロパティもあります。詳細については、各プロパティの説明を参照してください。</p>
<adobetable class="innertable">
<tgroup cols="2"><thead><row><entry>プロパティ</entry><entry></entry></row></thead><tbody><row><entry><codeph>bubbles</codeph></entry><entry>false</entry></row><row><entry><codeph>cancelable</codeph></entry><entry>true</entry></row><row><entry><codeph>currentTarget</codeph></entry><entry>イベント処理を行うイベントリスナーの定義用オブジェクトを表します。 例えば、イベントリスナーの登録に <codeph>myButton.addEventListener()</codeph> を使用すると、myButton の値は <codeph>currentTarget</codeph> となります。 </entry></row><row><entry><codeph>index</codeph></entry>
<entry>選択されたメニューアイテムのメニュー内におけるインデックスです。</entry></row><row><entry><codeph>item</codeph></entry>
<entry>選択された dataProvider 内のアイテムです。</entry></row><row><entry><codeph>label</codeph></entry>
<entry>選択されたメニューアイテムのラベルテキストです。</entry></row><row><entry><codeph>nativeMenu</codeph></entry>
<entry>イベントに関連付けられた特定の NativeMenu インスタンスです。</entry></row><row><entry><codeph>nativeMenuItem</codeph></entry>
<entry>イベントに関連付けられた特定の NativeMenuItem インスタンスです。</entry></row><row><entry><codeph>target</codeph></entry><entry>イベントを送出したオブジェクトを表します。このオブジェクトは必ずしもイベントを受け取るオブジェクトとは限りません。 イベントを受け取るオブジェクトに常にアクセスするには、<codeph>currentTarget</codeph> プロパティを使用してください。</entry></row><row><entry><codeph>type</codeph></entry><entry>FlexNativeMenuEvent.ITEM_CLICK</entry></row></tbody></tgroup></adobetable>
</apiDesc></apiValueDetail></apiValue><apiValue id="mx.events:FlexNativeMenuEvent:MENU_SHOW"><apiName>MENU_SHOW</apiName><shortdesc>
FlexNativeMenuEvent.MENU_SHOW 型定数は、マウスポインターがメニュー上に置かれたか、サブメニューが開かれたことを示します。</shortdesc><prolog><asMetadata><apiVersion><apiLanguage version="3.0"/><apiPlatform description="" name="AIR" version="1.1"/><apiTool description="" name="Flex" version="3"/></apiVersion></asMetadata></prolog><apiValueDetail><apiValueDef><apiAccess value="public"/><apiStatic/><apiData>menuShow</apiData><apiType value="String"/></apiValueDef><apiDesc>
FlexNativeMenuEvent.MENU_SHOW 型定数は、マウスポインターがメニュー上に置かれたか、サブメニューが開かれたことを示します。
<p>このイベントタイプのイベントオブジェクトの各プロパティには次の値が設定されています。イベントの種類によっては無効なプロパティもあります。詳細については、各プロパティの説明を参照してください。</p>
<adobetable class="innertable">
<tgroup cols="2"><thead><row><entry>プロパティ</entry><entry></entry></row></thead><tbody><row><entry><codeph>bubbles</codeph></entry><entry>false</entry></row><row><entry><codeph>cancelable</codeph></entry><entry>true</entry></row><row><entry><codeph>currentTarget</codeph></entry><entry>イベント処理を行うイベントリスナーの定義用オブジェクトを表します。 例えば、イベントリスナーの登録に <codeph>myButton.addEventListener()</codeph> を使用すると、myButton の値は <codeph>currentTarget</codeph> となります。 </entry></row><row><entry><codeph>index</codeph></entry>
<entry>-1. このプロパティは、このタイプのイベントの場合は設定されません。</entry></row><row><entry><codeph>item</codeph></entry>
<entry>null。このプロパティは、このタイプのイベントの場合は設定されません。</entry></row><row><entry><codeph>label</codeph></entry>
<entry>null。このプロパティは、このタイプのイベントの場合は設定されません。</entry></row><row><entry><codeph>nativeMenu</codeph></entry>
<entry>イベントに関連付けられた特定の NativeMenu インスタンスです。</entry></row><row><entry><codeph>nativeMenuItem</codeph></entry>
<entry>null。このプロパティは、このタイプのイベントの場合は設定されません。</entry></row><row><entry><codeph>target</codeph></entry><entry>イベントを送出したオブジェクトを表します。このオブジェクトは必ずしもイベントを受け取るオブジェクトとは限りません。 イベントを受け取るオブジェクトに常にアクセスするには、<codeph>currentTarget</codeph> プロパティを使用してください。</entry></row><row><entry><codeph>type</codeph></entry><entry>FlexNativeMenuEvent.MENU_SHOW</entry></row></tbody></tgroup></adobetable>
</apiDesc></apiValueDetail></apiValue><apiValue id="mx.events:FlexNativeMenuEvent:index"><apiName>index</apiName><shortdesc>
関連付けられたメニューアイテムの、その親メニューまたはサブメニュー内のインデックスです。</shortdesc><prolog><asMetadata><apiVersion><apiLanguage version="3.0"/><apiPlatform description="" name="AIR" version="1.1"/><apiTool description="" name="Flex" version="3"/></apiVersion></asMetadata></prolog><apiValueDetail><apiValueDef><apiProperty/><apiAccess value="public"/><apiDynamic/><apiType value="int"/></apiValueDef><apiDesc>
関連付けられたメニューアイテムの、その親メニューまたはサブメニュー内のインデックスです。個別のアイテムに関連付けられていないイベントの場合は -1 です。
</apiDesc></apiValueDetail></apiValue><apiValue id="mx.events:FlexNativeMenuEvent:item"><apiName>item</apiName><shortdesc>
dataProvider 内の特定のアイテムです。</shortdesc><prolog><asMetadata><apiVersion><apiLanguage version="3.0"/><apiPlatform description="" name="AIR" version="1.1"/><apiTool description="" name="Flex" version="3"/></apiVersion></asMetadata></prolog><apiValueDetail><apiValueDef><apiProperty/><apiAccess value="public"/><apiDynamic/><apiType value="Object"/></apiValueDef><apiDesc>
dataProvider 内の特定のアイテムです。個別のアイテムに関連付けられていないイベントの場合は null です。
</apiDesc></apiValueDetail></apiValue><apiValue id="mx.events:FlexNativeMenuEvent:label"><apiName>label</apiName><shortdesc>
関連付けられたメニューアイテムのラベルテキストです。</shortdesc><prolog><asMetadata><apiVersion><apiLanguage version="3.0"/><apiPlatform description="" name="AIR" version="1.1"/><apiTool description="" name="Flex" version="3"/></apiVersion></asMetadata></prolog><apiValueDetail><apiValueDef><apiProperty/><apiAccess value="public"/><apiDynamic/><apiType value="String"/></apiValueDef><apiDesc>
関連付けられたメニューアイテムのラベルテキストです。個別のアイテムに関連付けられていないイベントの場合は null です。
</apiDesc></apiValueDetail></apiValue><apiValue id="mx.events:FlexNativeMenuEvent:nativeMenuItem"><apiName>nativeMenuItem</apiName><shortdesc>
アイテムのクリックなどのイベントに関連付けられた特定の NativeMenuItem インスタンスです。</shortdesc><prolog><asMetadata><apiVersion><apiLanguage version="3.0"/><apiPlatform description="" name="AIR" version="1.1"/><apiTool description="" name="Flex" version="3"/></apiVersion></asMetadata></prolog><apiValueDetail><apiValueDef><apiProperty/><apiAccess value="public"/><apiDynamic/><apiType value="flash.display:NativeMenuItem"/></apiValueDef><apiDesc>
アイテムのクリックなどのイベントに関連付けられた特定の NativeMenuItem インスタンスです。個別のアイテムに関連付けられていないイベントの場合は null です。
</apiDesc></apiValueDetail></apiValue><apiValue id="mx.events:FlexNativeMenuEvent:nativeMenu"><apiName>nativeMenu</apiName><shortdesc>
メニューの表示などのイベントに関連付けられた特定の NativeMenu インスタンスです。</shortdesc><prolog><asMetadata><apiVersion><apiLanguage version="3.0"/><apiPlatform description="" name="AIR" version="1.1"/><apiTool description="" name="Flex" version="3"/></apiVersion></asMetadata></prolog><apiValueDetail><apiValueDef><apiProperty/><apiAccess value="public"/><apiDynamic/><apiType value="flash.display:NativeMenu"/></apiValueDef><apiDesc>
メニューの表示などのイベントに関連付けられた特定の NativeMenu インスタンスです。
</apiDesc></apiValueDetail></apiValue></apiClassifier></apiPackage>