org.xwiki.gwt.wysiwyg.client.plugin.link
Class LinkConfigFactory

java.lang.Object
  extended by org.xwiki.gwt.wysiwyg.client.plugin.link.LinkConfigFactory

public class LinkConfigFactory
extends Object

Creates link configuration objects based on the current selection in the rich text area.

Version:
$Id: 23932b89cbe96b934a4948c507c102528fbc5eb9 $

Constructor Summary
LinkConfigFactory(RichTextArea rta)
          Creates a new factory for LinkConfig objects that can be used to create or edit links inside the given rich text area.
 
Method Summary
 LinkConfig createLinkConfig()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LinkConfigFactory

public LinkConfigFactory(RichTextArea rta)
Creates a new factory for LinkConfig objects that can be used to create or edit links inside the given rich text area.

Parameters:
rta - the target rich text area
Method Detail

createLinkConfig

public LinkConfig createLinkConfig()
Returns:
a new link configuration object based on the current selection in the underlying rich text area


Copyright © 2004-2012 XWiki. All Rights Reserved.