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: TablePluginFactory.java 26786 2010-02-07 16:46:17Z mflorea $

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()

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


Copyright © 2004-2011 XWiki. All Rights Reserved.