org.xwiki.gwt.wysiwyg.client.plugin.table
Class TablePluginFactory

java.lang.Object
  extended by org.xwiki.gwt.wysiwyg.client.plugin.internal.AbstractPluginFactory
      extended by org.xwiki.gwt.wysiwyg.client.plugin.table.TablePluginFactory
All Implemented Interfaces:
PluginFactory

public final class TablePluginFactory
extends org.xwiki.gwt.wysiwyg.client.plugin.internal.AbstractPluginFactory

Factory for the WYSIWYG table plug-in.

Version:
$Id: 8145ab68a5d8b75f3cd63d0d5f982eb54447abd1 $

Method Summary
static TablePluginFactory getInstance()
          Return the factory instance, create one if none exist.
 Plugin newInstance()
          
 
Methods inherited from class org.xwiki.gwt.wysiwyg.client.plugin.internal.AbstractPluginFactory
getPluginName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static TablePluginFactory getInstance()
Return the factory instance, create one if none exist.

Returns:
factory instance.

newInstance

public Plugin newInstance()

See Also:
PluginFactory#newInstance()


Copyright © 2004-2012 XWiki. All Rights Reserved.