org.xwiki.gwt.wysiwyg.client.plugin.link
Class LinkConfigFactory
java.lang.Object
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 $
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
createLinkConfig
public LinkConfig createLinkConfig()
- Returns:
- a new link configuration object based on the current selection in the underlying rich text area
Copyright © 2004–2015 XWiki. All rights reserved.