com.xpn.xwiki.wysiwyg.client.plugin.table
Class TablePlugin
java.lang.Object
com.xpn.xwiki.wysiwyg.client.plugin.internal.AbstractPlugin
com.xpn.xwiki.wysiwyg.client.plugin.table.TablePlugin
- All Implemented Interfaces:
- com.google.gwt.user.client.ui.ClickListener, Plugin, java.util.EventListener
public class TablePlugin
- extends AbstractPlugin
- implements com.google.gwt.user.client.ui.ClickListener
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TablePlugin
public TablePlugin()
init
public void init(Wysiwyg wysiwyg,
XRichTextArea textArea,
Config config)
- Initialize the plug-in. Plug-ins need to know the text area in order to provide only those feature that are
supported.
- Specified by:
init in interface Plugin- Overrides:
init in class AbstractPlugin
- Parameters:
wysiwyg - The WYSIWYG application context.textArea - The text area of the editor.config - The configuration.- See Also:
AbstractPlugin.init(Wysiwyg, XRichTextArea, Config)
destroy
public void destroy()
- Notifies the plug-in to release its resources before being unloaded from the WYSIWYG editor.
- Specified by:
destroy in interface Plugin- Overrides:
destroy in class AbstractPlugin
- See Also:
AbstractPlugin.destroy()
onClick
public void onClick(com.google.gwt.user.client.ui.Widget sender)
-
- Specified by:
onClick in interface com.google.gwt.user.client.ui.ClickListener
- See Also:
ClickListener.onClick(Widget)
onInsertTable
public void onInsertTable()
onInsertRowBefore
public void onInsertRowBefore()
onInsertRowAfter
public void onInsertRowAfter()
onDeleteRow
public void onDeleteRow()
onInsertColBefore
public void onInsertColBefore()
onInsertColAfter
public void onInsertColAfter()
onDeleteCol
public void onDeleteCol()
Copyright © 2004-2008 XWiki. All Rights Reserved.