public interface ExtendedHyperlinkListener extends EventListener
FocusableTip
s. In addition to
the link event, the text area that the tip is for is also received, which
allows the listener to modify the displayed content, if desired.Modifier and Type | Method and Description |
---|---|
void |
linkClicked(RSyntaxTextArea textArea,
HyperlinkEvent e)
Called when a link in a
FocusableTip is clicked. |
void linkClicked(RSyntaxTextArea textArea, HyperlinkEvent e)
FocusableTip
is clicked.textArea
- The text area displaying the tip.e
- The event.Copyright © 2003–2015. All rights reserved.