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$

Method Summary
 void destroy()
          Remove feature button from the interface.
 Command getCommand()
          Get feature command.
 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

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-2012 XWiki. All Rights Reserved.