public class TablePlugin extends org.xwiki.gwt.wysiwyg.client.plugin.internal.AbstractPlugin implements CommandListener
| Constructor and Description |
|---|
TablePlugin() |
| Modifier and Type | Method and Description |
|---|---|
void |
destroy() |
List<TableFeature> |
getFeatures() |
void |
init(RichTextArea rta,
Config config) |
boolean |
onBeforeCommand(CommandManager sender,
Command command,
String param) |
void |
onCommand(CommandManager sender,
Command command,
String param) |
getConfig, getTextArea, getUIExtensionList, getUIExtensions, saveRegistration, saveRegistrationspublic void init(RichTextArea rta, Config config)
init in interface Plugininit in class org.xwiki.gwt.wysiwyg.client.plugin.internal.AbstractPluginAbstractPlugin#init(XRichTextArea, Config)public void destroy()
destroy in interface Plugindestroy in class org.xwiki.gwt.wysiwyg.client.plugin.internal.AbstractPluginAbstractPlugin.destroy()public List<TableFeature> getFeatures()
public boolean onBeforeCommand(CommandManager sender, Command command, String param)
onBeforeCommand in interface CommandListenerCommandListener.onBeforeCommand(CommandManager, Command, String)public void onCommand(CommandManager sender, Command command, String param)
onCommand in interface CommandListenerCommandListener.onCommand(CommandManager, Command, String)Copyright © 2004–2014 XWiki. All rights reserved.