Index
All Classes and Interfaces|All Packages
E
- Engine - Interface in fr.istic.aco.editor.core
-
Main API for the text editing engine
- EngineImpl - Class in fr.istic.aco.editor.core
-
This class represents an implementation of the Engine interface, which controls the main editing operations of a text editor such as insert, delete, cut, copy, and paste.
- EngineImpl() - Constructor for class fr.istic.aco.editor.core.EngineImpl
- EngineMemento - Class in fr.istic.aco.editor.memento
-
Memento to save the states of the engine.
- EngineMemento(String, int, int, String) - Constructor for class fr.istic.aco.editor.memento.EngineMemento
- execute() - Method in interface fr.istic.aco.editor.commands.Command
-
Executes the encapsulated action defined by the command.
- execute() - Method in class fr.istic.aco.editor.commands.CopyTextCommand
-
Executes the command by copying the selected text into the clipboard.
- execute() - Method in class fr.istic.aco.editor.commands.CutSelectedCommand
-
Executes the command by cutting the selected text into the clipboard.
- execute() - Method in class fr.istic.aco.editor.commands.DeleteTextCommand
-
Executes the command by deleting the selected text.
- execute() - Method in class fr.istic.aco.editor.commands.InsertTextCommand
-
Executes the command by inserting a string in the buffer
- execute() - Method in class fr.istic.aco.editor.commands.MoveSelection
-
Executes the command to update the text selection range.
- execute() - Method in class fr.istic.aco.editor.commands.PasteTextCommand
-
Executes the command by replacing the selected text with the contents of the clipboard.
- execute() - Method in class fr.istic.aco.editor.commands.RedoCommand
-
Executes the redo operation.
- execute() - Method in class fr.istic.aco.editor.commands.ReplayCommand
-
Executes the replay operation.
- execute() - Method in class fr.istic.aco.editor.commands.StartCommand
-
Executes the start recording operation.
- execute() - Method in class fr.istic.aco.editor.commands.StopCommand
-
Executes the stop recording operation.
- execute() - Method in class fr.istic.aco.editor.commands.UndoCommand
-
Executes the undo operation.
All Classes and Interfaces|All Packages