| Package | flashx.textLayout.container |
| Interface | public interface ISandboxSupport |
| Implementors | ContainerController, TextContainerManager |
| Language Version: | ActionScript 3.0 |
| Runtime Versions: | Flash Player 10, AIR 1.5 |
| Method | Defined 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 | ||
| beginMouseCapture | () | method |
public function beginMouseCapture():voidCalled to request mouseUpSomewhere and mouseMoveSomewhere events
| endMouseCapture | () | method |
public function endMouseCapture():voidCalled when mouseUpSomewhere and mouseMoveSomewhere events no longer needed
| mouseMoveSomewhere | () | method |
public function mouseMoveSomewhere(event:Event):voidClient calls to forward a MouseMoveSomewhere event
Parameters
event:Event |
| mouseUpSomewhere | () | method |
public function mouseUpSomewhere(event:Event):voidClient calls to forward a MouseUpSomewhere
Parameters
event:Event |