public class RedoExecutable extends AbstractHistoryExecutable
| Constructor and Description |
|---|
RedoExecutable(History history)
Creates a new redo executable that uses the given history.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
execute(String param) |
String |
getParameter() |
boolean |
isEnabled() |
boolean |
isExecuted() |
boolean |
isSupported() |
getHistorypublic RedoExecutable(History history)
history - the history to useCopyright © 2004–2016 XWiki. All rights reserved.