套件 | flashx.textLayout.edit |
介面 | public interface IInteractionEventHandler |
實作者 | ContainerController, TextContainerManager |
語言版本: | ActionScript 3.0 |
執行階段版本: | Flash Player 10, AIR 1.5 |
公用方法
方法 | 定義自 | ||
---|---|---|---|
處理 activate 事件。 | IInteractionEventHandler | ||
處理 deactivate 事件。 | IInteractionEventHandler | ||
處理 edit 事件。 | 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, 03:47 PM Z