|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.fife.ui.rsyntaxtextarea.focusabletip.FocusableTip
public class FocusableTip
A focusable tool tip, similar to those found in Eclipse. The user can click in the tip and it becomes a "real," resizable window.
Constructor Summary | |
---|---|
FocusableTip(JTextArea textArea,
HyperlinkListener listener)
|
Method Summary | |
---|---|
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)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FocusableTip(JTextArea textArea, HyperlinkListener listener)
Method Detail |
---|
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)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |