The flashx.textLayout.events package contains event classes for the Text Layout Framework.
Classes
Class | Description | |
---|---|---|
CompositionCompleteEvent | A TextFlow instance dispatches this event after a compose operation completes. | |
DamageEvent | A TextFlow instance dispatches this each time it is marked as damaged. | |
FlowElementMouseEvent | A LinkElement dispatches this event when it detects mouse activity. | |
FlowOperationEvent | A TextFlow instance dispatches this event just before an operation commences and again just after an operation completes. | |
SelectionEvent | A TextFlow instance dispatches a SelectionEvent object when an EditManager or SelectionManager changes or selects a range of text. | |
StatusChangeEvent | A TextFlow instance dispatches this event when the status of a FlowElement changes. | |
TextLayoutEvent | A TextLayoutEvent instance represents an event, such as the TextLayoutEvent.SCROLL event, that does not require custom properties. | |
UpdateCompleteEvent | A TextFlow instance dispatches this event after any of its containers completes an update. |
Fri Mar 19 2010, 02:57 AM -07:00