The flashx.textLayout.edit package contains classes for editing text in the Text Layout Framework. A SelectionManager can be assigned to a TextFlow, which allows text to be selected, cut, pasted, and formatted. Alternatively, an EditManager can be attached to the TextFlow, which provides all of the selection functions along with the ability to insert, delete, and edit text.



Interfaces
 InterfaceDescription
 IEditManagerInterface for handling editing of a TextFlow.
 ISelectionManagerInterface for handling text selection in TextLayout.
 IUndoManagerThe undoManager keeps track of the text editing operations that have been done or undone so that they may be undone or redone.
Classes
 ClassDescription
 EditingModeEditingMode values used with EditManager class.
 EditManagerManages editing changes to a TextFlow.
 ElementRangeRepresents the range of objects selected within a TextFlow.
 SelectionFormatA SelectionFormat is used to determine the appearnace of the selection highlight.
 SelectionManagerManages the selection for a TextFlow.
 SelectionStateA read only class that describes a selection in a TextFlow.
 TextRangeA read only class that describes a range of contiguous text.
 TextScrapA TextScrap is a holding place for all or part of a TextFlow.
 UndoManagerManages the ability to undo editing operations.