Interface ExtendedHyperlinkListener
- All Superinterfaces:
EventListener
Listens for hyperlink events from
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.- Version:
- 1.0
-
Method Summary
Modifier and TypeMethodDescriptionvoid
linkClicked
(RSyntaxTextArea textArea, HyperlinkEvent e) Called when a link in aFocusableTip
is clicked.
-
Method Details
-
linkClicked
Called when a link in aFocusableTip
is clicked.- Parameters:
textArea
- The text area displaying the tip.e
- The event.
-