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