パッケージmx.containers
public class ApplicationControlBar
継承ApplicationControlBar Inheritance ControlBar Inheritance Box Inheritance Container Inheritance UIComponent Inheritance FlexSprite Inheritance Sprite Inheritance DisplayObjectContainer Inheritance InteractiveObject Inheritance DisplayObject Inheritance EventDispatcher Inheritance Object

ApplicationControlBar コンテナは、グローバルなナビゲーションおよびアプリケーションコマンドを提供するコンポーネントを保持します。エディタの ApplicationControlBar にはたとえば、フォントの太さを設定するための Button コントロール、フォントを選択するための ComboBox コントロール、および編集モードを選択するための MenuBar コントロールを含めることができます。一般的に、アプリケーションの一番上に ApplicationControlBar コンテナを配置します。

ApplicationControlBar コンテナは、次のいずれかのモードに設定できます。

MXML シンタックスexpandedMXML シンタックスの非表示

<mx:ApplicationControlBar> タグは、スーパークラスのすべてのタグ属性を継承し、次のタグ属性を追加します。ControlBar コンテナとは異なり、ApplicationControlBar コンテナでは backgroundColor スタイルを設定できます。

 <mx:ApplicationControlBar プロパティ dock="false|true"
  
スタイル fillAlphas="[0, 0]" fillColors="[0xFFFFFF, 0xFFFFFF]" > ... 子タグ ... </mx:ApplicationControlBar> 

例の表示

関連項目

ApplicationControlBar レイアウトコンテナ


パブリックプロパティ
 プロパティ定義
 InheritedaccessibilityProperties : AccessibilityProperties
この表示オブジェクトの現在のアクセシビリティオプションです。
DisplayObject
 Inheritedalpha : Number
指定されたオブジェクトのアルファ透明度値を示します。
DisplayObject
 InheritedautoLayout : Boolean
true の場合、子の位置またはサイズが変更されたときに測定とレイアウトが実行されます。
Container
 InheritedbaselinePosition : Number
コンテナの上端と、テキスト 1 行目のベースラインとの間の垂直距離 (ピクセル単位) を表します。
Container
 InheritedblendMode : String
使用するブレンドモードを指定する BlendMode クラスの値です。
DisplayObject
 InheritedborderMetrics : EdgeMetrics
4 つのプロパティを持つ EdgeMetrics オブジェクトを返します。このプロパティとは、lefttopright、および bottom です。
Container
 InheritedbuttonMode : Boolean
このスプライトのボタンモードを指定します。
Sprite
 InheritedcacheAsBitmap : Boolean
true に設定されている場合、表示オブジェクトの内部ビットマップ表現が Flash Player にキャッシュされます。
DisplayObject
 InheritedcacheHeuristic : Boolean
オブジェクトのビットマップキャッシュを提案するために Flex によって使用されます。
UIComponent
 InheritedcachePolicy : String
このオブジェクトのビットマップキャッシュポリシーを指定します。
UIComponent
 InheritedchildDescriptors : Array
MXML コンパイラによって生成される UIComponentDescriptor オブジェクトの配列です。
Container
 InheritedclassName : String
このインスタンスのクラス名です。たとえば、"Button" などがあります。
UIComponent
 InheritedclipContent : Boolean
このコンテナの子の位置やサイズが、このコンテナの境界線を超えるように変更された場合に、クリップマスクを適用するかどうかを指定します。
Container
 Inheritedconstructor : Object
特定のオブジェクトインスタンスのクラスオブジェクトまたはコンストラクタ関数への参照です。
Object
 InheritedcontentMouseX : Number
コンテンツ座標系におけるマウスの x 位置を返します。
Container
 InheritedcontentMouseY : Number
コンテンツ座標系におけるマウスの y 位置を返します。
Container
 InheritedcontextMenu : ContextMenu
このオブジェクトに関連付けられたコンテキストメニューを指定します。
InteractiveObject
 InheritedcreationIndex : int
コンテナの子をインスタンス化して描画する順序を指定します。
Container
 InheritedcreationPolicy : String
このコンテナの子作成ポリシーです。
Container
 InheritedcurrentState : String
コンポーネントの現在のビューステートです。
UIComponent
 Inheriteddata : Object
アイテムレンダラーまたはアイテムエディタで data プロパティを使用すると、コンポーネントに値を渡すことができます。
Container
 InheriteddefaultButton : IFlexDisplayObject
コンテナのデフォルトボタンとして指定された Button コントロールです。
Container
 Inheriteddescriptor : UIComponentDescriptor
この UIComponent インスタンスの作成のために createComponentFromDescriptor() メソッドで使用した UIComponentDescriptor への参照です (存在する場合)。
UIComponent
  dock : Boolean
true の場合は、アプリケーションの一番上に ApplicationControlBar をドッキングするように指定します。
ApplicationControlBar
 Inheriteddocument : Object
この UIComponent に関連付けられたドキュメントオブジェクトへの参照です。
UIComponent
 InheriteddoubleClickEnabled : Boolean
UIComponent オブジェクトが doubleClick イベントを受け取るかどうかを指定します。
UIComponent
 InheriteddropTarget : DisplayObject
スプライトのドラッグ先またはスプライトがドロップされた先の表示オブジェクトを指定します。
Sprite
 Inheritedenabled : Boolean
コンポーネントがユーザーの操作を受け入れることができるかどうかを指定します。
UIComponent
 InheritederrorString : String
バリデータによってコンポーネントを監視しているとき、検証が失敗した場合に、そのコンポーネントのエラーヒントに表示されるテキストです。
UIComponent
 InheritedexplicitHeight : Number
コンポーネントの座標内におけるコンポーネントの明示的な高さ (ピクセル単位) を指定する数値です。
UIComponent
 InheritedexplicitMaxHeight : Number
コンポーネントの座標内におけるコンポーネントの最大の高さ (ピクセル単位) を指定する数値です。
UIComponent
 InheritedexplicitMaxWidth : Number
コンポーネントの座標内におけるコンポーネントの最大の幅 (ピクセル単位) を指定する数値です。
UIComponent
 InheritedexplicitMinHeight : Number
コンポーネントの座標内におけるコンポーネントの最小の高さ (ピクセル単位) を指定する数値です。
UIComponent
 InheritedexplicitMinWidth : Number
コンポーネントの座標内におけるコンポーネントの最小の幅 (ピクセル単位) を指定する数値です。
UIComponent
 InheritedexplicitWidth : Number
コンポーネントの座標内におけるコンポーネントの明示的な幅 (ピクセル単位) を指定する数値です。
UIComponent
 Inheritedfilters : Array
表示オブジェクトに現在関連付けられている各フィルタオブジェクトが格納されているインデックス付きの配列です。
DisplayObject
 InheritedfocusEnabled : Boolean
コンポーネントが、クリックされたときにフォーカスを受け付けられるかどうかを示します。
UIComponent
 InheritedfocusManager : IFocusManager
このコンポーネントとそのピアーに対するフォーカスを制御する FocusManager を取得します。
UIComponent
 InheritedfocusPane : Sprite
このオブジェクトに関連付けられたフォーカスペインです。
UIComponent
 InheritedfocusRect : Object
このオブジェクトがフォーカス矩形を表示するかどうかを指定します。
InteractiveObject
 Inheritedgraphics : Graphics
ベクターの描画コマンドが発生する、このスプライトに属する Graphics オブジェクトを指定します。
Sprite
 Inheritedheight : Number
親の座標内におけるコンポーネントの高さ (ピクセル単位) を指定する数値です。
UIComponent
 InheritedhitArea : Sprite
スプライトのヒット領域となる別のスプライトを指定します。
Sprite
 InheritedhorizontalLineScrollSize : Number
水平スクロールバーの左または右矢印ボタンが押されたときに移動するピクセル数です。
Container
 InheritedhorizontalPageScrollSize : Number
水平スクロールバーのトラックが押されたときに移動するピクセル数です。
Container
 InheritedhorizontalScrollBar : ScrollBar
このコンテナで使用する水平スクロールバーです。
Container
 InheritedhorizontalScrollPosition : Number
水平スクロールバーの現在の位置です。
Container
 Inheritedicon : Class
このコンテナを表すために、一部のナビゲータコンテナによって表示されるアイコンのクラスです。
Container
 Inheritedid : String
コンポーネントの ID です。
UIComponent
 InheritedincludeInLayout : Boolean
このコンポーネントを親コンテナのレイアウトに含めるかどうかを指定します。
UIComponent
 InheritedinheritingStyles : Object
このコンポーネントの継承スタイルのチェーンの始まりです。
UIComponent
 Inheritedinitialized : Boolean
オブジェクトがレイアウトの以下の 3 つの段階をすべて完了したものであるかどうかを示すフラグです。処理、測定、およびレイアウト (いずれかの段階が必須であった場合)。
UIComponent
 InheritedinstanceIndex : int
繰り返されるコンポーネントのインデックスです。
UIComponent
 InheritedinstanceIndices : Array
この UIComponent オブジェクトを親ドキュメントから参照するために必要なインデックスを含む配列です。
UIComponent
 InheritedisDocument : Boolean
この UIComponent インスタンスがドキュメントオブジェクトであるか、つまり Flex アプリケーション、MXML コンポーネント、または ActionScript コンポーネントの階層の最上位に位置するかどうかを指定します。
UIComponent
 InheritedisPopUp : Boolean
コンポーネントがポップアップされたことを示すため、PopUpManager によって true に設定されます。
UIComponent
 Inheritedlabel : String
このコンテナを表すために、一部のナビゲータコンテナによって表示されるテキストです。
Container
 InheritedloaderInfo : LoaderInfo
この表示オブジェクトが属するファイルのロード情報を含む LoaderInfo オブジェクトを返します。
DisplayObject
 Inheritedmask : DisplayObject
呼び出し元の表示オブジェクトは、指定された mask オブジェクトによってマスクされます。
DisplayObject
 InheritedmaxHeight : Number
コンポーネントの座標内におけるコンポーネントの最大の高さ (ピクセル単位) を指定する数値です。
UIComponent
 InheritedmaxHorizontalScrollPosition : Number
horizontalScrollPosition プロパティの有効な最大値です。
Container
 InheritedmaxVerticalScrollPosition : Number
verticalScrollPosition プロパティの有効な最大値です。
Container
 InheritedmaxWidth : Number
コンポーネントの座標内におけるコンポーネントの最大の幅 (ピクセル単位) を指定する数値です。
UIComponent
 InheritedmeasuredHeight : Number
コンポーネントのデフォルトの高さです (ピクセル単位)。
UIComponent
 InheritedmeasuredMinHeight : Number
コンポーネントのデフォルトの最小高さです (ピクセル単位)。
UIComponent
 InheritedmeasuredMinWidth : Number
コンポーネントのデフォルトの最小幅です (ピクセル単位)。
UIComponent
 InheritedmeasuredWidth : Number
コンポーネントのデフォルトの幅です (ピクセル単位)。
UIComponent
 InheritedminHeight : Number
コンポーネントの座標内におけるコンポーネントの最小の高さ (ピクセル単位) を指定する数値です。
UIComponent
 InheritedminWidth : Number
コンポーネントの座標内におけるコンポーネントの最小の幅 (ピクセル単位) を指定する数値です。
UIComponent
 InheritedmouseChildren : Boolean
オブジェクトの子に対してマウスが有効かどうかを調べます。
DisplayObjectContainer
 InheritedmouseEnabled : Boolean
このオブジェクトがマウスメッセージを受け取るかどうかを指定します。
InteractiveObject
 InheritedmouseFocusEnabled : Boolean
クリックしたとき、フォーカスを受け付けられるかどうかを示します。
UIComponent
 InheritedmouseX : Number
マウス位置の x 座標を示します (ピクセル単位)。
DisplayObject
 InheritedmouseY : Number
マウス位置の y 座標を示します (ピクセル単位)。
DisplayObject
 Inheritedname : String
DisplayObject のインスタンス名を示します。
DisplayObject
 InheritednestLevel : int
オブジェクト階層におけるこのオブジェクトの深度を表します。
UIComponent
 InheritednonInheritingStyles : Object
このコンポーネントの非継承スタイルのチェーンの始まりです。
UIComponent
 InheritednumChildren : int
このコンテナの子コンポーネントの数です。
Container
 InheritedopaqueBackground : Object
表示オブジェクトが特定の背景色で不透明であるかどうかを指定します。
DisplayObject
 Inheritedowner : DisplayObjectContainer
この UIComponent のオーナー。
UIComponent
 Inheritedparent : DisplayObjectContainer
このコンポーネントの親コンテナまたは親コンポーネントです。
UIComponent
 InheritedparentApplication : Object
この UIComponent インスタンスを含む Application オブジェクトへの参照です。
UIComponent
 InheritedparentDocument : Object
この UIComponent に対する親ドキュメントオブジェクトへの参照です。
UIComponent
 InheritedpercentHeight : Number
コンポーネントの高さを親のサイズに対する比率 (パーセンテージ) で指定する数値です。
UIComponent
 InheritedpercentWidth : Number
コンポーネントの幅を親のサイズに対する比率 (パーセンテージ) で指定する数値です。
UIComponent
 InheritedprocessedDescriptors : Boolean
子をすぐに生成するか、遅延生成した後、このいずれかの発生に応じて、true に設定されます。
UIComponent
 Inheritedprototype : Object
[static] クラスまたは関数オブジェクトのプロトタイプオブジェクトへの参照です。
Object
 InheritedrawChildren : IChildList
通常、コンテナには、Container.getChildAt() メソッドおよび Container.numChildren プロパティを使用して列挙できる子コンポーネントが含まれます。
Container
 Inheritedrepeater : IRepeater
この UIComponent を作成した Repeater オブジェクト (親ドキュメント内にある) への参照です。
UIComponent
 InheritedrepeaterIndex : int
この UIComponent を作成した Repeater のデータプロバイダ内にあるアイテムのインデックスです。
UIComponent
 InheritedrepeaterIndices : Array
この UIComponent を生成した、親ドキュメント内にある Repeater のデータプロバイダに含まれるアイテムのインデックスを含む配列です。
UIComponent
 Inheritedrepeaters : Array
この UIComponent を作成した Repeater オブジェクト (親ドキュメント内にある) への参照を含む配列です。
UIComponent
 Inheritedroot : DisplayObject
ロードされた SWF ファイル内の表示オブジェクトの場合、root プロパティはその SWF ファイルが表す表示リストのツリー構造部分の一番上にある表示オブジェクトとなります。
DisplayObject
 Inheritedrotation : Number
DisplayObject インスタンスの元の位置からの回転角を度単位で示します。
DisplayObject
 Inheritedscale9Grid : Rectangle
現在有効な拡大 / 縮小グリッドです。
DisplayObject
 InheritedscaleX : Number
水平方向の拡大 / 縮小の比率を指定する数値です。
UIComponent
 InheritedscaleY : Number
垂直方向の伸縮率を指定する数値です。
UIComponent
 Inheritedscreen : Rectangle
このオブジェクトの基本的な描画面のサイズと位置を含むオブジェクトを返します。
UIComponent
 InheritedscrollRect : Rectangle
表示オブジェクトのスクロール矩形の境界。
DisplayObject
 InheritedsoundTransform : SoundTransform
このスプライト内のサウンドを制御します。
Sprite
 Inheritedstage : Stage
表示オブジェクトのステージ。
DisplayObject
 Inheritedstates : Array
このコンポーネントに対して定義されたビューステート。
UIComponent
 InheritedstyleDeclaration : CSSStyleDeclaration
このオブジェクトのインラインの継承スタイルの記憶域です。
UIComponent
 InheritedstyleName : Object
このコンポーネントで使用するクラススタイル。
UIComponent
 InheritedsystemManager : ISystemManager
このコンポーネントで使用する SystemManager オブジェクトを返します。
UIComponent
 InheritedtabChildren : Boolean
オブジェクトの子に対してタブが有効かどうかを調べます。
DisplayObjectContainer
 InheritedtabEnabled : Boolean
このオブジェクトがタブ順序に含まれるかどうかを指定します。
InteractiveObject
 InheritedtabIndex : int
SWF ファイル内のオブジェクトのタブ順序を指定します。
InteractiveObject
 InheritedtextSnapshot : TextSnapshot
この DisplayObjectContainer インスタンスの TextSnapshot オブジェクトを返します。
DisplayObjectContainer
 InheritedtoolTip : String
ツールヒントに表示するテキストです。
UIComponent
 Inheritedtransform : Transform
表示オブジェクトのマトリックス、カラー変換、ピクセル境界に関係するプロパティを持つオブジェクトです。
DisplayObject
 Inheritedtransitions : Array
Transition オブジェクトの配列です。各 Transition オブジェクトには、ビューステートが変化したときに再生されるエフェクトのセットが定義されます。
UIComponent
 InheritedtweeningProperties : Array
このオブジェクトに対して現在トゥイーンされているプロパティの配列。
UIComponent
 Inheriteduid : String
オブジェクトの一意の識別子です。
UIComponent
 InheritedupdateCompletePendingFlag : Boolean
オブジェクトが 3 段階のレイアウト検証を完了したものであるかどうかを示すフラグです (いずれかの検証が必須であった場合)。
UIComponent
 InheriteduseHandCursor : Boolean
buttonMode プロパティが true に設定されたスプライト上にマウスが移動したときに、指差しハンドポインタ (ハンドカーソル) を表示するかどうかを示すブール値です。
Sprite
 InheritedvalidationSubField : String
このコンポーネントにサブフィールドを関連付けるためにバリデータによって使用されます。
UIComponent
 InheritedverticalLineScrollSize : Number
垂直スクロールバーの上または下矢印ボタンが押されたときにスクロールするピクセル数です。
Container
 InheritedverticalPageScrollSize : Number
垂直スクロールバーのトラックが押されたときにスクロールするピクセル数です。
Container
 InheritedverticalScrollBar : ScrollBar
このコンテナで使用する垂直スクロールバーです。
Container
 InheritedverticalScrollPosition : Number
垂直スクロールバーの現在の位置です。
Container
 InheritedviewMetrics : EdgeMetrics
4 つのプロパティを持つオブジェクトを返します。このプロパティとは、lefttopright、および bottom です。
Container
 InheritedviewMetricsAndPadding : EdgeMetrics
4 つのプロパティを持つオブジェクトを返します。このプロパティとは、lefttopright、および bottom です。
Container
 Inheritedvisible : Boolean
この UIComponent の可視性を制御します。
UIComponent
 Inheritedwidth : Number
親の座標内におけるコンポーネントの幅 (ピクセル単位) を指定する数値です。
UIComponent
 Inheritedx : Number
親コンテナ内におけるコンポーネントの水平位置 (ピクセル単位) を指定する数値です。
UIComponent
 Inheritedy : Number
親コンテナ内におけるコンポーネントの垂直位置 (ピクセル単位) を指定する数値です。
UIComponent
Protectedプロパティ
 プロパティ定義
 InheritedactualCreationPolicy : String
このコンテナの作成ポリシーです。
Container
 InheritedunscaledHeight : Number
拡大 / 縮小なしのコンポーネントの高さを求める便利なメソッドです。コンポーネントの描画および子のレイアウトはすべて、この高さの四角い枠内で行う必要があります。また、この値は updateDisplayList() に引数として渡されます。
UIComponent
 InheritedunscaledWidth : Number
拡大 / 縮小なしのコンポーネントの幅を求める便利なメソッドです。コンポーネントの描画および子のレイアウトはすべて、この幅の四角い枠内で行う必要があります。また、この値は updateDisplayList() に引数として渡されます。
UIComponent
パブリックメソッド
 メソッド定義
  ApplicationControlBar()
コンストラクタ。
ApplicationControlBar
 InheritedaddChild(child:DisplayObject):DisplayObject
このコンテナに子 DisplayObject を追加します。
Container
 InheritedaddChildAt(child:DisplayObject, index:int):DisplayObject
このコンテナに子 DisplayObject を追加します。
Container
 InheritedaddEventListener(type:String, listener:Function, useCapture:Boolean = false, priority:int = 0, useWeakReference:Boolean = false):void
イベントリスナーオブジェクトを EventDispatcher オブジェクトに登録し、リスナーがイベントの通知を受け取るようにします。
EventDispatcher
 InheritedareInaccessibleObjectsUnderPoint(point:Point):Boolean
特定の point ポイントを指定して呼び出した DisplayObjectContainer.getObjectsUnderPoint() メソッドから返されたリストに、セキュリティ上の制約のために省略される表示オブジェクトがあるかどうかを示します。
DisplayObjectContainer
 InheritedcallLater(method:Function, args:Array = null):void
後で呼び出す関数をキューに格納します。
UIComponent
 InheritedclearStyle(styleProp:String):void
このコンポーネントインスタンスからスタイルプロパティを削除します。
UIComponent
 Inheritedcontains(child:DisplayObject):Boolean
指定された表示オブジェクトが、DisplayObjectContainer インスタンスの子であるか、インスタンス自体であるかを指定します。
DisplayObjectContainer
 InheritedcontentToGlobal(point:Point):Point
Point オブジェクトをコンテンツ座標からグローバル座標に変換します。
Container
 InheritedcontentToLocal(point:Point):Point
Point オブジェクトをコンテンツ座標からローカル座標に変換します。
Container
 InheritedcreateComponentFromDescriptor(descriptor:ComponentDescriptor, recurse:Boolean):IFlexDisplayObject
単一の UIComponentDescriptor を指定すると、対応するコンポーネントを作成し、このコンテナの子としてコンポーネントを追加します。
Container
 InheritedcreateComponentsFromDescriptors(recurse:Boolean = true):void
childDescriptors の配列を繰り返し処理し、配列の各要素に対して createComponentFromDescriptor() を呼び出します。
Container
 InheritedcreateReferenceOnParentDocument(parentDocument:IFlexDisplayObject):void
この IUIComponent オブジェクトへの id 参照を親ドキュメントオブジェクト上に作成します。
UIComponent
 InheriteddeleteReferenceOnParentDocument(parentDocument:IFlexDisplayObject):void
この IUIComponent オブジェクトへの id 参照を親ドキュメントオブジェクトから削除します。
UIComponent
 InheriteddetermineTextFormatFromStyles():UITextFormat
この UIComponent のテキストスタイルに対応する UITextFormat オブジェクトを返します。
UIComponent
 InheriteddispatchEvent(event:Event):Boolean
イベントをイベントフローに送出します。
EventDispatcher
 InheriteddrawFocus(focused:Boolean):void
このコンポーネントを囲むフォーカスインジケータを表示または非表示にします。
UIComponent
 InheriteddrawRoundRect(x:Number, y:Number, w:Number, h:Number, r:Object = null, c:Object = null, alpha:Object = null, rot:Object = null, gradient:String = null, ratios:Array = null, hole:Object = null):void
このスキンの Graphics オブジェクトに、プログラムで矩形を描画します。
UIComponent
 InheritedeffectFinished(effectInst:EffectInstance):void
コンポーネントでの再生の停止時にエフェクトインスタンスによって呼び出されます。
UIComponent
 InheritedeffectStarted(effectInst:EffectInstance):void
コンポーネントでの再生の開始時にエフェクトインスタンスによって呼び出されます。
UIComponent
 InheritedendEffectsStarted():void
現在コンポーネントで再生中のすべてのエフェクトを終了します。
UIComponent
 InheritedexecuteBindings(recurse:Boolean = false):void
このコンテナのすべてのデータバインディングを実行します。
Container
 InheritedexecuteChildBindings(recurse:Boolean):void
このコンテナの子 UIComponent オブジェクトへのバインディングを実行します。
Container
 InheritedfinishPrint(obj:Object, target:IFlexDisplayObject):void
印刷の完了後に呼び出されます。
UIComponent
 InheritedgetBounds(targetCoordinateSpace:DisplayObject):Rectangle
targetCoordinateSpace オブジェクトの座標系を基準にして、表示オブジェクトの領域を定義する矩形を返します。
DisplayObject
 InheritedgetChildAt(index:int):DisplayObject
n 番目の子コンポーネントオブジェクトを取得します。
Container
 InheritedgetChildByName(name:String):DisplayObject
指定したストリングの name プロパティを持つ子を返します。
Container
 InheritedgetChildIndex(child:DisplayObject):int
特定の子の 0 から始まるインデックスを取得します。
Container
 InheritedgetChildren():Array
コンテナのコンテンツの子で構成された DisplayObjects オブジェクトの配列を返します。
Container
 InheritedgetClassStyleDeclarations():Array
この UIComponent インスタンスのタイプセレクタを探します。
UIComponent
 InheritedgetExplicitOrMeasuredHeight():Number
明示された高さを使用するのか、それとも測定した高さを使用するのかを決定する便利なメソッドです。
UIComponent
 InheritedgetExplicitOrMeasuredWidth():Number
明示的な幅または測定幅を使用するかどうかを決定するための便利なメソッドです。
UIComponent
 InheritedgetFocus():InteractiveObject
現在フォーカスを持っているオブジェクトを取得します。
UIComponent
 InheritedgetObjectsUnderPoint(point:Point):Array
指定されたポイントの下にあり、この DisplayObjectContainer インスタンスの子または孫などであるオブジェクトの配列を返します。
DisplayObjectContainer
 InheritedgetRect(targetCoordinateSpace:DisplayObject):Rectangle
シェイプ上の線を除き、targetCoordinateSpace パラメータによって定義された座標系に基づいて、表示オブジェクトの境界を定義する矩形を返します。
DisplayObject
 InheritedgetRepeaterItem(whichRepeater:int = -1):Object
指定された Repeater がこの Repeater を生成するために使用した dataProvider 内のアイテムを返します。この Repeater が繰り返されていない場合は、null を返します。
UIComponent
 InheritedgetStyle(styleProp:String):*
このコンポーネントのスタイル参照チェーンのいずれかの場所に設定されたスタイルプロパティを取得します。
UIComponent
 InheritedglobalToContent(point:Point):Point
Point オブジェクトをグローバル座標からコンテンツ座標に変換します。
Container
 InheritedglobalToLocal(point:Point):Point
point オブジェクトをステージ (グローバル) 座標から表示オブジェクトの (ローカル) 座標に変換します。
DisplayObject
 InheritedhasEventListener(type:String):Boolean
EventDispatcher オブジェクトに、特定のイベントタイプに対して登録されたリスナーがあるかどうかを確認します。
EventDispatcher
 InheritedhasOwnProperty(name:String):Boolean
オブジェクトに指定されたプロパ