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 CommandListenerCommandListener.onBeforeCommand(CommandManager, Command, String)public void onCommand(CommandManager sender, Command command, String param)
onCommand in interface CommandListenerCommandListener.onCommand(CommandManager, Command, String)Copyright © 2004–2014 XWiki. All rights reserved.