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