適用於 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 事件。

已針對剪下、複製、貼上及全選指令發送 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 類別就會以英文顯示。