|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.xpn.xwiki.wysiwyg.client.plugin.internal.AbstractPlugin
com.xpn.xwiki.wysiwyg.client.plugin.link.LinkPlugin
public class LinkPlugin
| Constructor Summary | |
|---|---|
LinkPlugin()
|
|
| Method Summary | |
|---|---|
void |
destroy()
Notifies the plug-in to release its resources before being unloaded from the WYSIWYG editor. |
void |
init(Wysiwyg wysiwyg,
XRichTextArea textArea,
Config config)
Initialize the plug-in. |
void |
onClick(com.google.gwt.user.client.ui.Widget sender)
|
void |
onLink()
|
void |
onUnlink()
|
| Methods inherited from class com.xpn.xwiki.wysiwyg.client.plugin.internal.AbstractPlugin |
|---|
getConfig, getTextArea, getUIExtensionList, getUIExtensions, getWysiwyg |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public LinkPlugin()
| Method Detail |
|---|
public void init(Wysiwyg wysiwyg,
XRichTextArea textArea,
Config config)
init in interface Plugininit in class AbstractPluginwysiwyg - The WYSIWYG application context.textArea - The text area of the editor.config - The configuration.AbstractPlugin.init(Wysiwyg, XRichTextArea, Config)public void destroy()
destroy in interface Plugindestroy in class AbstractPluginAbstractPlugin.destroy()public void onClick(com.google.gwt.user.client.ui.Widget sender)
onClick in interface com.google.gwt.user.client.ui.ClickListenerClickListener.onClick(Widget)public void onLink()
public void onUnlink()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||