Packageflashx.textLayout.container
Interfacepublic interface ISandboxSupport
Implementors ContainerController, TextContainerManager

Language Version: ActionScript 3.0
Runtime Versions: Flash Player 10, AIR 1.5

Interface to support TLF managed containers in a security sandbox.



Public Methods
 MethodDefined By
  
Called to request mouseUpSomewhere and mouseMoveSomewhere events
ISandboxSupport
  
Called when mouseUpSomewhere and mouseMoveSomewhere events no longer needed
ISandboxSupport
  
Client calls to forward a MouseMoveSomewhere event
ISandboxSupport
  
Client calls to forward a MouseUpSomewhere
ISandboxSupport
Method Detail
beginMouseCapture()method
public function beginMouseCapture():void

Called to request mouseUpSomewhere and mouseMoveSomewhere events

endMouseCapture()method 
public function endMouseCapture():void

Called when mouseUpSomewhere and mouseMoveSomewhere events no longer needed

mouseMoveSomewhere()method 
public function mouseMoveSomewhere(event:Event):void

Client calls to forward a MouseMoveSomewhere event

Parameters

event:Event

mouseUpSomewhere()method 
public function mouseUpSomewhere(event:Event):void

Client calls to forward a MouseUpSomewhere

Parameters

event:Event