public class UndoExecutable extends AbstractHistoryExecutable
| Constructor and Description |
|---|
UndoExecutable(History history)
Creates a new undo 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 UndoExecutable(History history)
history - the history to be usedpublic boolean execute(String param)
Executable.execute(String)public String getParameter()
Executable.getParameter()public boolean isEnabled()
Executable.isEnabled()public boolean isExecuted()
Executable.isExecuted()public boolean isSupported()
Executable.isSupported()Copyright © 2004–2015 XWiki. All rights reserved.