public class FocusableTip
extends java.lang.Object
构造器和说明 |
---|
FocusableTip(javax.swing.JTextArea textArea,
javax.swing.event.HyperlinkListener listener) |
限定符和类型 | 方法和说明 |
---|---|
java.net.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(java.net.URL url)
Sets the base URL to use when loading images in this focusable tip.
|
void |
toolTipRequested(java.awt.event.MouseEvent e,
java.lang.String text) |
public FocusableTip(javax.swing.JTextArea textArea, javax.swing.event.HyperlinkListener listener)
public java.net.URL getImageBase()
setImageBase(URL)
public void possiblyDisposeOfTipWindow()
public void setImageBase(java.net.URL url)
url
- The base URL to use.getImageBase()
public void toolTipRequested(java.awt.event.MouseEvent e, java.lang.String text)