org.xwiki.gwt.wysiwyg.client.plugin.indent
Class IndentPluginFactory

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

public final class IndentPluginFactory
extends AbstractPluginFactory

Factory for IndentPlugin.


Method Summary
static IndentPluginFactory getInstance()
           
 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 IndentPluginFactory getInstance()
Returns:
the singleton factory instance

newInstance

public Plugin newInstance()

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