|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES All Classes |
See:
Description
Interface Summary | |
---|---|
IAction | This interface defines an action. |
ILineVisitor | This interface defines a means to visit lines of text. |
ISelection | This interface defines the operations available on a text selection. |
ISelectionView | This interface defines a means to receive events concerning selection modifications. |
Class Summary | |
---|---|
AbstractAction | This class factorizes behaviours common to all actions. |
CharacterDeletion | This class implements an action to delete the previous character from the current insertion point. |
CharacterInsertion | This class implements an action to insert a character at a given position. |
Cut | This class implements an action to cut the selected text. |
NewLineInsertion | This class implements an action to replace the selection (if any) with a new line. |
Paste | This class implements an action to paste text replacing the current selection. |
Selection | This class manages the text selection. |
SelectionDeletion | This class implements an action to delete the selected text. |
SelectionReplacement | This class implements an action to replace the selection with a character. |
UndoManager | This class implements an undo manager. |
Provides high-level text operations.
|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES All Classes |