Package fr.istic.aco.editor.commands
package fr.istic.aco.editor.commands
-
ClassDescriptionRepresents a generic command in the text editor application.The
CopyTextCommand
class implements the functionality for copying the currently selected text into the clipboard.TheCutSelectedCommand
class implements the functionality for cutting the currently selected text into the clipboard.TheDeleteTextCommand
class implements the functionality for deleting the currently selected text.TheInsertTextCommand
class implements the functionality for inserting a string in the buffer, which replaces the contents of the selectionTheMoveSelection
class implements the functionality for selecting the text within the intervalThePasteTextCommand
class implements the functionality for replacing the currently selected text with the contents of the clipboard.TheRedoCommand
class implements the functionality for redoing the last undone action in the text editor.TheReplayCommand
class implements the functionality for replaying a sequence of previously recorded commands.TheStartCommand
class implements the functionality for starting the recording of commands.TheStopCommand
class implements the functionality for stopping the recording of commands.TheRedoCommand
class implements the functionality for undoing the last performed action in the text editor.