Uses of Class
org.xwiki.gwt.wysiwyg.client.plugin.table.feature.AbstractTableFeature

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

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

Subclasses of AbstractTableFeature in org.xwiki.gwt.wysiwyg.client.plugin.table.feature
 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-2012 XWiki. All Rights Reserved.