Interface ExtendedHyperlinkListener
-
- All Superinterfaces:
EventListener
public interface ExtendedHyperlinkListener extends EventListener
Listens for hyperlink events fromFocusableTips. 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.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidlinkClicked(RSyntaxTextArea textArea, HyperlinkEvent e)Called when a link in aFocusableTipis clicked.
-
-
-
Method Detail
-
linkClicked
void linkClicked(RSyntaxTextArea textArea, HyperlinkEvent e)
Called when a link in aFocusableTipis clicked.- Parameters:
textArea- The text area displaying the tip.e- The event.
-
-