public class FocusableTip extends Object
| Constructor and Description |
|---|
FocusableTip(JTextArea textArea,
HyperlinkListener listener) |
| Modifier and Type | Method and Description |
|---|---|
URL |
getImageBase()
Returns the base URL to use when loading images in this focusable tip.
|
void |
possiblyDisposeOfTipWindow()
Disposes of the focusable tip currently displayed, if any.
|
void |
setImageBase(URL url)
Sets the base URL to use when loading images in this focusable tip.
|
void |
toolTipRequested(MouseEvent e,
String text) |
public FocusableTip(JTextArea textArea, HyperlinkListener listener)
public URL getImageBase()
setImageBase(URL)public void possiblyDisposeOfTipWindow()
public void setImageBase(URL url)
url - The base URL to use.getImageBase()public void toolTipRequested(MouseEvent e, String text)