Uses of Class
com.xpn.xwiki.wysiwyg.client.plugin.table.TablePlugin

Packages that use TablePlugin
com.xpn.xwiki.wysiwyg.client.plugin.table   
com.xpn.xwiki.wysiwyg.client.plugin.table.feature   
com.xpn.xwiki.wysiwyg.client.plugin.table.ui   
 

Uses of TablePlugin in com.xpn.xwiki.wysiwyg.client.plugin.table
 

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

Uses of TablePlugin in com.xpn.xwiki.wysiwyg.client.plugin.table.feature
 

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

Constructors in com.xpn.xwiki.wysiwyg.client.plugin.table.feature with parameters of type TablePlugin
AbstractTableFeature(java.lang.String name, Command command, java.lang.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 com.xpn.xwiki.wysiwyg.client.plugin.table.ui
 

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



Copyright © 2004-2010 XWiki. All Rights Reserved.