|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.xwiki.gwt.wysiwyg.client.plugin.history.exec.AbstractHistoryExecutable
org.xwiki.gwt.wysiwyg.client.plugin.history.exec.UndoExecutable
public class UndoExecutable
Loads the previous entry in the history of a rich text area.
| Constructor Summary | |
|---|---|
UndoExecutable(History history)
Creates a new undo executable that uses the given history. |
|
| Method Summary | |
|---|---|
boolean |
execute(java.lang.String param)
|
java.lang.String |
getParameter()
|
boolean |
isEnabled()
|
boolean |
isExecuted()
|
boolean |
isSupported()
|
| Methods inherited from class org.xwiki.gwt.wysiwyg.client.plugin.history.exec.AbstractHistoryExecutable |
|---|
getHistory |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public UndoExecutable(History history)
history - the history to be used| Method Detail |
|---|
public boolean execute(java.lang.String param)
Executable.execute(String)public java.lang.String getParameter()
Executable.getParameter()public boolean isEnabled()
Executable.isEnabled()public boolean isExecuted()
Executable.isExecuted()public boolean isSupported()
Executable.isSupported()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||