org.fife.ui.rtextarea
public interface ToolTipSupplier
JComponent.getToolTipText()
. This allows
applications to intercept tool tip events and provide the text for a tool
tip without subclassing RTextArea.Modifier and Type | Method and Description |
---|---|
String |
getToolTipText(RTextArea textArea,
MouseEvent e)
Returns the tool tip text to display for a given mouse event.
|
String getToolTipText(RTextArea textArea, MouseEvent e)
textArea
- The text area.e
- The mouse event.null
if none.