public class RedoCommand extends Object implements UndoContextAware, Command
| Constructor and Description |
|---|
RedoCommand(ConsoleEditor editor) |
RedoCommand(ConsoleEditor editor,
UndoContext context) |
| Modifier and Type | Method and Description |
|---|---|
void |
execute()
Executes the command.
|
void |
setUndoContext(UndoContext context)
Sets the
UndoContext. |
public RedoCommand(ConsoleEditor editor)
public RedoCommand(ConsoleEditor editor, UndoContext context)
public void setUndoContext(UndoContext context)
UndoContextAwareUndoContext.setUndoContext in interface UndoContextAwareCopyright © 2013. All Rights Reserved.