Uses of Class
org.xwiki.gwt.wysiwyg.client.plugin.table.TablePlugin

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

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

Methods in org.xwiki.gwt.wysiwyg.client.plugin.table that return TablePlugin
 TablePlugin TableFeature.getPlugin()
          Get table plugin.
 

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

Methods in org.xwiki.gwt.wysiwyg.client.plugin.table.feature that return TablePlugin
 TablePlugin AbstractTableFeature.getPlugin()
          Get table plugin.
 

Constructors in org.xwiki.gwt.wysiwyg.client.plugin.table.feature with parameters of type TablePlugin
AbstractTableFeature(String name, Command command, String title, TablePlugin plugin)
          Default constructor.
DeleteCol(TablePlugin plugin)
          Initialize the feature.
DeleteRow(TablePlugin plugin)
          Initialize the feature.
DeleteTable(TablePlugin plugin)
          Initialize the feature.
InsertColAfter(TablePlugin plugin)
          Initialize the feature.
InsertColBefore(TablePlugin plugin)
          Initialize the feature.
InsertRowAfter(TablePlugin plugin)
          Initialize the feature.
InsertRowBefore(TablePlugin plugin)
          Initialize the feature.
InsertTable(TablePlugin plugin)
          Initialize the feature.
 

Uses of TablePlugin in org.xwiki.gwt.wysiwyg.client.plugin.table.ui
 

Constructors in org.xwiki.gwt.wysiwyg.client.plugin.table.ui with parameters of type TablePlugin
TableMenuExtension(TablePlugin plugin)
          Builds the menu extension using the passed plugin.
 



Copyright © 2004-2012 XWiki. All Rights Reserved.