|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.xpn.xwiki.wysiwyg.client.history.internal.DefaultHistory
public class DefaultHistory
| Nested Class Summary | |
|---|---|
static class |
DefaultHistory.Entry
|
static class |
DefaultHistory.KeyboardAction
|
| Field Summary |
|---|
| Fields inherited from interface com.google.gwt.user.client.ui.KeyboardListener |
|---|
KEY_ALT, KEY_BACKSPACE, KEY_CTRL, KEY_DELETE, KEY_DOWN, KEY_END, KEY_ENTER, KEY_ESCAPE, KEY_HOME, KEY_LEFT, KEY_PAGEDOWN, KEY_PAGEUP, KEY_RIGHT, KEY_SHIFT, KEY_TAB, KEY_UP, MODIFIER_ALT, MODIFIER_CTRL, MODIFIER_META, MODIFIER_SHIFT |
| Constructor Summary | |
|---|---|
DefaultHistory(XRichTextArea textArea,
int capacity)
|
|
| Method Summary | |
|---|---|
boolean |
canRedo()
|
boolean |
canUndo()
|
void |
onCommand(CommandManager sender,
Command command,
java.lang.String param)
|
void |
onKeyDown(com.google.gwt.user.client.ui.Widget sender,
char keyCode,
int modifiers)
|
void |
onKeyPress(com.google.gwt.user.client.ui.Widget sender,
char keyCode,
int modifiers)
|
void |
onKeyUp(com.google.gwt.user.client.ui.Widget sender,
char keyCode,
int modifiers)
|
void |
redo()
|
void |
undo()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DefaultHistory(XRichTextArea textArea,
int capacity)
| Method Detail |
|---|
public boolean canRedo()
canRedo in interface HistoryHistory.canRedo()public boolean canUndo()
canUndo in interface HistoryHistory.canUndo()public void redo()
redo in interface HistoryHistory.redo()public void undo()
undo in interface HistoryHistory.undo()
public void onKeyDown(com.google.gwt.user.client.ui.Widget sender,
char keyCode,
int modifiers)
onKeyDown in interface com.google.gwt.user.client.ui.KeyboardListenerKeyboardListener.onKeyDown(Widget, char, int)
public void onKeyPress(com.google.gwt.user.client.ui.Widget sender,
char keyCode,
int modifiers)
onKeyPress in interface com.google.gwt.user.client.ui.KeyboardListenerKeyboardListener.onKeyPress(Widget, char, int)
public void onKeyUp(com.google.gwt.user.client.ui.Widget sender,
char keyCode,
int modifiers)
onKeyUp in interface com.google.gwt.user.client.ui.KeyboardListenerKeyboardListener.onKeyUp(Widget, char, int)
public void onCommand(CommandManager sender,
Command command,
java.lang.String param)
onCommand in interface CommandListenerCommandListener.onCommand(CommandManager, Command, String)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||