Class RedoCommand
java.lang.Object
fr.istic.aco.editor.commands.RedoCommand
-
Constructor Summary
ConstructorsConstructorDescriptionRedoCommand
(UndoManager undoManager) Constructs aRedoCommand
with the specified dependencies. -
Method Summary
-
Constructor Details
-
RedoCommand
Constructs aRedoCommand
with the specified dependencies.- Parameters:
undoManager
- the undo manager for handling undo and redo functionality
-
-
Method Details
-
execute
public void execute()Executes the redo operation.This method invokes the
UndoManager.redo()
method to redoing the last undone action in the text editor.
-