用于 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 或编辑管理器处理的事件处理函数。



公共方法
 方法由以下参数定义
  
处理 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

()方法
public function activateHandler(event:Event):void

语言版本: ActionScript 3.0
运行时版本: Flash Player 10, AIR 1.5

处理 activate 事件。

参数

event:Event

deactivateHandler

()方法 
public function deactivateHandler(event:Event):void

语言版本: ActionScript 3.0
运行时版本: Flash Player 10, AIR 1.5

处理 deactivate 事件。

参数

event:Event

editHandler

()方法 
public function editHandler(event:Event):void

语言版本: ActionScript 3.0
运行时版本: Flash Player 10, AIR 1.5

处理 edit 事件。

对于剪切、复制、粘贴和全选命令会调度编辑事件。

参数

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 类显示为英语。