com.xpn.xwiki.wysiwyg.client.plugin.table
Class TablePluginFactory

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

public final class TablePluginFactory
extends com.xpn.xwiki.wysiwyg.client.plugin.internal.AbstractPluginFactory

Factory for the WYSIWYG table plug-in.

Version:
$Id: TablePluginFactory.java 20040 2009-05-16 12:06:29Z sdumitriu $

Method Summary
static TablePluginFactory getInstance()
          Return the factory instance, create one if none exist.
 Plugin newInstance()
          
 
Methods inherited from class com.xpn.xwiki.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()

Returns:
A new instance of the plug-in.
See Also:
PluginFactory#newInstance()


Copyright © 2004-2010 XWiki. All Rights Reserved.