public class EmptyLinkFilter extends Object implements CommandListener
| Constructor and Description |
|---|
EmptyLinkFilter(RichTextArea rta)
Creates an empty link filter to handle links on the passed rich text area.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
onBeforeCommand(CommandManager sender,
Command command,
String param) |
void |
onCommand(CommandManager sender,
Command command,
String param) |
public EmptyLinkFilter(RichTextArea rta)
rta - the RichTextArea to handle empty links forpublic boolean onBeforeCommand(CommandManager sender, Command command, String param)
onBeforeCommand in interface CommandListenerpublic void onCommand(CommandManager sender, Command command, String param)
onCommand in interface CommandListenerCopyright © 2004–2016 XWiki. All rights reserved.