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
| | Interface | Description |
|---|
| | IEditManager | Interface for handling editing of a TextFlow. |
| | ISelectionManager | Interface for handling text selection in TextLayout. |
| | IUndoManager | The undoManager keeps track of the text editing operations that have been
done or undone so that they may be undone or redone. |
Classes
| | Class | Description |
|---|
| | EditingMode | EditingMode values used with EditManager class. |
| | EditManager | Manages editing changes to a TextFlow. |
| | ElementRange | Represents the range of objects selected within a TextFlow. |
| | SelectionFormat | A SelectionFormat is used to determine the appearnace of the selection highlight. |
| | SelectionManager | Manages the selection for a TextFlow. |
| | SelectionState | A read only class that describes a selection in a TextFlow. |
| | TextRange | A read only class that describes a range of contiguous text. |
| | TextScrap | A TextScrap is a holding place for all or part of a TextFlow. |
| | UndoManager | Manages the ability to undo editing operations. |
© 2004-2008 Adobe Systems Incorporated. All rights reserved.
Thu Nov 20 2008, 04:04 AM -08:00