Index
All Classes and Interfaces|All Packages
C
- Command - Interface in fr.istic.aco.editor.commands
-
Represents a generic command in the text editor application.
- CommandOriginator - Interface in fr.istic.aco.editor.core
-
interface CommandOriginator
- CommandTest - Class in fr.istic.aco.editor.test
- CommandTest() - Constructor for class fr.istic.aco.editor.test.CommandTest
- copySelectedText() - Method in interface fr.istic.aco.editor.core.Engine
-
Copies the text within the interval specified by the selection control object into the clipboard.
- copySelectedText() - Method in class fr.istic.aco.editor.core.EngineImpl
-
Copies the text within the interval specified by the selection control object into the clipboard.
- CopyTextCommand - Class in fr.istic.aco.editor.commands
-
The
CopyTextCommand
class implements the functionality for copying the currently selected text into the clipboard. - CopyTextCommand(Engine, Recorder, UndoManager) - Constructor for class fr.istic.aco.editor.commands.CopyTextCommand
-
Constructs a
CopyTextCommand
with the specified dependencies. - CutSelectedCommand - Class in fr.istic.aco.editor.commands
-
The
CutSelectedCommand
class implements the functionality for cutting the currently selected text into the clipboard. - CutSelectedCommand(Engine, Recorder, UndoManager) - Constructor for class fr.istic.aco.editor.commands.CutSelectedCommand
-
Constructs a
CutSelectedCommand
with the specified dependencies. - cutSelectedText() - Method in interface fr.istic.aco.editor.core.Engine
-
Removes the text within the interval specified by the selection control object, from the buffer.
- cutSelectedText() - Method in class fr.istic.aco.editor.core.EngineImpl
-
Removes the text within the interval specified by the selection control object, from the buffer.
All Classes and Interfaces|All Packages