|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.xpn.xwiki.wysiwyg.client.ui.XWysiwygEditor
public class XWysiwygEditor
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface com.xpn.xwiki.wysiwyg.client.util.DeferredUpdate |
|---|
DeferredUpdate.UpdateCommand |
| 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 | |
|---|---|
XWysiwygEditor(Wysiwyg wysiwyg,
Config config,
SyntaxValidatorManager svm,
PluginFactoryManager pfm)
|
|
| Method Summary | |
|---|---|
java.lang.String |
getSyntax()
|
XRichTextEditor |
getUI()
|
long |
getUpdateIndex()
|
long |
incUpdateIndex()
|
void |
onChange(com.google.gwt.user.client.ui.Widget sender)
|
void |
onClick(com.google.gwt.user.client.ui.Widget sender)
|
void |
onCommand(CommandManager sender,
Command command,
java.lang.String param)
|
void |
onError(com.google.gwt.user.client.ui.Widget sender)
|
void |
onKeyDown(com.google.gwt.user.client.ui.Widget sender,
char keyCode,
int modifier)
|
void |
onKeyPress(com.google.gwt.user.client.ui.Widget sender,
char keyCode,
int modifier)
|
void |
onKeyUp(com.google.gwt.user.client.ui.Widget sender,
char keyCode,
int modifier)
|
void |
onLoad(com.google.gwt.user.client.ui.Widget sender)
|
void |
onUpdate()
Executes the most recent update. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public XWysiwygEditor(Wysiwyg wysiwyg,
Config config,
SyntaxValidatorManager svm,
PluginFactoryManager pfm)
| Method Detail |
|---|
public void onClick(com.google.gwt.user.client.ui.Widget sender)
onClick in interface com.google.gwt.user.client.ui.ClickListenerClickListener.onClick(Widget)
public void onKeyDown(com.google.gwt.user.client.ui.Widget sender,
char keyCode,
int modifier)
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 modifier)
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 modifier)
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)public void onChange(com.google.gwt.user.client.ui.Widget sender)
onChange in interface com.google.gwt.user.client.ui.ChangeListenerChangeListener.onChange(Widget)public void onError(com.google.gwt.user.client.ui.Widget sender)
onError in interface com.google.gwt.user.client.ui.LoadListenerLoadListener.onError(Widget)public void onLoad(com.google.gwt.user.client.ui.Widget sender)
onLoad in interface com.google.gwt.user.client.ui.LoadListenerLoadListener.onLoad(Widget)public long getUpdateIndex()
getUpdateIndex in interface DeferredUpdateDeferredUpdate.getUpdateIndex()public long incUpdateIndex()
incUpdateIndex in interface DeferredUpdateDeferredUpdate.incUpdateIndex()public void onUpdate()
onUpdate in interface DeferredUpdateDeferredUpdate.onUpdate()public XRichTextEditor getUI()
public java.lang.String getSyntax()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||