org.xwiki.gwt.wysiwyg.client.plugin.table
Interface TableFeature

All Superinterfaces:
Executable
All Known Implementing Classes:
AbstractTableFeature, DeleteCol, DeleteRow, DeleteTable, InsertColAfter, InsertColBefore, InsertRowAfter, InsertRowBefore, InsertTable

public interface TableFeature
extends Executable

TableFeature API.

Version:
$Id: TableFeature.java 26786 2010-02-07 16:46:17Z mflorea $

Method Summary
 void destroy()
          Remove feature button from the interface.
 Command getCommand()
          Get feature command.
 java.lang.String getName()
          Get feature name.
 TablePlugin getPlugin()
          Get table plugin.
 
Methods inherited from interface org.xwiki.gwt.user.client.ui.rta.cmd.Executable
execute, getParameter, isEnabled, isExecuted, isSupported
 

Method Detail

getName

java.lang.String getName()
Get feature name.

Returns:
feature name (examples: inserttable, insertrowbefore).

getCommand

Command getCommand()
Get feature command.

Returns:
feature command.

getPlugin

TablePlugin getPlugin()
Get table plugin.

Returns:
table plugin.

destroy

void destroy()
Remove feature button from the interface.



Copyright © 2004-2011 XWiki. All Rights Reserved.