包 | 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, 11:04 AM Z