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

Packages that use TableFeature
org.xwiki.gwt.wysiwyg.client.plugin.table   
org.xwiki.gwt.wysiwyg.client.plugin.table.feature   
 

Uses of TableFeature in org.xwiki.gwt.wysiwyg.client.plugin.table
 

Methods in org.xwiki.gwt.wysiwyg.client.plugin.table that return types with arguments of type TableFeature
 java.util.List<TableFeature> TablePlugin.getFeatures()
           
 

Uses of TableFeature in org.xwiki.gwt.wysiwyg.client.plugin.table.feature
 

Classes in org.xwiki.gwt.wysiwyg.client.plugin.table.feature that implement TableFeature
 class AbstractTableFeature
          This class partly implements the Executable and TableFeature interfaces.
 class DeleteCol
          Feature allowing to remove a column from a table.
 class DeleteRow
          Feature allowing to remove a row from a table.
 class DeleteTable
          Feature allowing to remove a table from the editor.
 class InsertColAfter
          Feature allowing to insert a column at the right of an existing column.
 class InsertColBefore
          Feature allowing to insert a column at the left of an existing column.
 class InsertRowAfter
          Feature allowing to insert a row bellow the currently edited row.
 class InsertRowBefore
          Feature allowing to insert a row above the currently edited row.
 class InsertTable
          Feature allowing to insert a table in the editor.
 



Copyright © 2004-2011 XWiki. All Rights Reserved.