Package fr.istic.aco.editor.commands
package fr.istic.aco.editor.commands
- 
ClassDescriptionRepresents a generic command in the text editor application.The
CopyTextCommandclass implements the functionality for copying the currently selected text into the clipboard.TheCutSelectedCommandclass implements the functionality for cutting the currently selected text into the clipboard.TheDeleteTextCommandclass implements the functionality for deleting the currently selected text.TheInsertTextCommandclass implements the functionality for inserting a string in the buffer, which replaces the contents of the selectionTheMoveSelectionclass implements the functionality for selecting the text within the intervalThePasteTextCommandclass implements the functionality for replacing the currently selected text with the contents of the clipboard.TheRedoCommandclass implements the functionality for redoing the last undone action in the text editor.TheReplayCommandclass implements the functionality for replaying a sequence of previously recorded commands.TheStartCommandclass implements the functionality for starting the recording of commands.TheStopCommandclass implements the functionality for stopping the recording of commands.TheRedoCommandclass implements the functionality for undoing the last performed action in the text editor.