Class RedoCommand
java.lang.Object
fr.istic.aco.editor.commands.RedoCommand
-
Constructor Summary
ConstructorsConstructorDescriptionRedoCommand(UndoManager undoManager) Constructs aRedoCommandwith the specified dependencies. -
Method Summary
-
Constructor Details
-
RedoCommand
Constructs aRedoCommandwith 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.
-