パッケージ | flashx.textLayout.edit |
インターフェイス | public interface IInteractionEventHandler |
実装者 | ContainerController, TextContainerManager |
言語バージョン: | ActionScript 3.0 |
ランタイムバージョン: | Flash Player 10, AIR 1.5 |
パブリックメソッド
メソッド | 定義元 | ||
---|---|---|---|
アクティブ化イベントを処理します。 | 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 | () | メソッド |
deactivateHandler | () | メソッド |
editHandler | () | メソッド |
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 | () | メソッド |
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 | () | メソッド |
textInputHandler | () | メソッド |
public function textInputHandler(event:flash.events:TextEvent):void
言語バージョン: | ActionScript 3.0 |
ランタイムバージョン: | Flash Player 10, AIR 1.5 |
TextEvent を処理します。
パラメーター
event:flash.events:TextEvent |
Tue Jun 12 2018, 10:34 AM Z