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

IInteractionEventHandler  - AS3

パッケージflashx.textLayout.edit
インターフェイスpublic interface IInteractionEventHandler
実装者 ContainerController, TextContainerManager

言語バージョン: ActionScript 3.0
ランタイムバージョン: Flash Player 10, AIR 1.5

IInteractionEventHandler インターフェイスは、Text Layout Framework の選択または編集マネージャーによって処理されるイベントハンドラー関数を定義します。



パブリックメソッド
 メソッド定義元
  
アクティブ化イベントを処理します。
IInteractionEventHandler
  
非アクティブ化イベントを処理します。
IInteractionEventHandler
  
編集イベントを処理します。
IInteractionEventHandler
  
focusChange イベントを処理します。
IInteractionEventHandler
  
focusIn イベントを処理します。
IInteractionEventHandler
  
focusOut イベントを処理します。
IInteractionEventHandler
  
imeStartComposition イベントを処理します
IInteractionEventHandler
  
keyDown イベントを処理します。
IInteractionEventHandler
  
keyFocusChange イベントを処理します。
IInteractionEventHandler
  
keyUp イベントを処理します。
IInteractionEventHandler
  
menuSelect イベントを処理します。
IInteractionEventHandler
  
mouseDoubleClick イベントを処理します。
IInteractionEventHandler
  
mouseDown イベントを処理します。
IInteractionEventHandler
  
mouseMove イベントを処理します。
IInteractionEventHandler
  
mouseOut イベントを処理します。
IInteractionEventHandler
  
mouseOver イベントを処理します。
IInteractionEventHandler
  
mouseUp イベントを処理します。
IInteractionEventHandler
  
mouseWheel イベントを処理します。
IInteractionEventHandler
  
softKeyboardActivating イベントを処理します。
IInteractionEventHandler
  
TextEvent を処理します。
IInteractionEventHandler
メソッドの詳細

activateHandler

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

言語バージョン: ActionScript 3.0
ランタイムバージョン: Flash Player 10, AIR 1.5

アクティブ化イベントを処理します。

パラメーター

event:Event

deactivateHandler

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

言語バージョン: ActionScript 3.0
ランタイムバージョン: Flash Player 10, AIR 1.5

非アクティブ化イベントを処理します。

パラメーター

event:Event

editHandler

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

言語バージョン: ActionScript 3.0
ランタイムバージョン: Flash Player 10, AIR 1.5

編集イベントを処理します。

編集イベントは cut、copy、paste、および selectAll コマンドに対して送出されます。

パラメーター

event:Event

focusChangeHandler

()メソッド 
public function focusChangeHandler(event:FocusEvent):void

言語バージョン: ActionScript 3.0
ランタイムバージョン: Flash Player 10, AIR 1.5

focusChange イベントを処理します。

パラメーター

event:FocusEvent

focusInHandler

()メソッド 
public function focusInHandler(event:FocusEvent):void

言語バージョン: ActionScript 3.0
ランタイムバージョン: Flash Player 10, AIR 1.5

focusIn イベントを処理します。

パラメーター

event:FocusEvent

focusOutHandler

()メソッド 
public function focusOutHandler(event:FocusEvent):void

言語バージョン: ActionScript 3.0
ランタイムバージョン: Flash Player 10, AIR 1.5

focusOut イベントを処理します。

パラメーター

event:FocusEvent

imeStartCompositionHandler

()メソッド 
public function imeStartCompositionHandler(event:IMEEvent):void

言語バージョン: ActionScript 3.0
ランタイムバージョン: Flash Player 10, AIR 1.5

imeStartComposition イベントを処理します

パラメーター

event:IMEEvent

keyDownHandler

()メソッド 
public function keyDownHandler(event:KeyboardEvent):void

言語バージョン: ActionScript 3.0
ランタイムバージョン: Flash Player 10, AIR 1.5

keyDown イベントを処理します。

パラメーター

event:KeyboardEvent

keyFocusChangeHandler

()メソッド 
public function keyFocusChangeHandler(event:FocusEvent):void

言語バージョン: ActionScript 3.0
ランタイムバージョン: Flash Player 10, AIR 1.5

keyFocusChange イベントを処理します。

パラメーター

event:FocusEvent

keyUpHandler

()メソッド 
public function keyUpHandler(event:KeyboardEvent):void

言語バージョン: ActionScript 3.0
ランタイムバージョン: Flash Player 10, AIR 1.5

keyUp イベントを処理します。

パラメーター

event:KeyboardEvent

menuSelectHandler

()メソッド 
public function menuSelectHandler(event:ContextMenuEvent):void

言語バージョン: ActionScript 3.0
ランタイムバージョン: Flash Player 10, AIR 1.5

menuSelect イベントを処理します。

パラメーター

event:ContextMenuEvent

mouseDoubleClickHandler

()メソッド 
public function mouseDoubleClickHandler(event:MouseEvent):void

言語バージョン: ActionScript 3.0
ランタイムバージョン: Flash Player 10, AIR 1.5

mouseDoubleClick イベントを処理します。

パラメーター

event:MouseEvent

mouseDownHandler

()メソッド 
public function mouseDownHandler(event:MouseEvent):void

言語バージョン: ActionScript 3.0
ランタイムバージョン: Flash Player 10, AIR 1.5

mouseDown イベントを処理します。

パラメーター

event:MouseEvent

mouseMoveHandler

()メソッド 
public function mouseMoveHandler(event:MouseEvent):void

言語バージョン: ActionScript 3.0
ランタイムバージョン: Flash Player 10, AIR 1.5

mouseMove イベントを処理します。

パラメーター

event:MouseEvent

mouseOutHandler

()メソッド 
public function mouseOutHandler(event:MouseEvent):void

言語バージョン: ActionScript 3.0
ランタイムバージョン: Flash Player 10, AIR 1.5

mouseOut イベントを処理します。

パラメーター

event:MouseEvent

mouseOverHandler

()メソッド 
public function mouseOverHandler(event:MouseEvent):void

言語バージョン: ActionScript 3.0
ランタイムバージョン: Flash Player 10, AIR 1.5

mouseOver イベントを処理します。

パラメーター

event:MouseEvent

mouseUpHandler

()メソッド 
public function mouseUpHandler(event:MouseEvent):void

言語バージョン: ActionScript 3.0
ランタイムバージョン: Flash Player 10, AIR 1.5

mouseUp イベントを処理します。

パラメーター

event:MouseEvent

mouseWheelHandler

()メソッド 
public function mouseWheelHandler(event:MouseEvent):void

言語バージョン: ActionScript 3.0
ランタイムバージョン: Flash Player 10, AIR 1.5

mouseWheel イベントを処理します。

パラメーター

event:MouseEvent

softKeyboardActivatingHandler

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

言語バージョン: ActionScript 3.0
ランタイムバージョン: Flash Player 10.2, AIR 1.5

softKeyboardActivating イベントを処理します。

パラメーター

event:Event

textInputHandler

()メソッド 
public function textInputHandler(event:flash.events:TextEvent):void

言語バージョン: ActionScript 3.0
ランタイムバージョン: Flash Player 10, AIR 1.5

TextEvent を処理します。

パラメーター

event:flash.events:TextEvent





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

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