|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectcom.imagero.gui.swing.TLToolTipManager
TLToolTipManager.java ToolTipManager for both JTree and JList. Usage: new TLToolTipManager(JTree) or new TLToolTipManager(JList); Note - there is no need to keep reference to TLToolTipManager objects.
| Nested Class Summary | |
protected class |
TLToolTipManager.TipMouseHandler
MouseListener for TLToolTipManager |
| Field Summary | |
static int |
UNDEFINED_ROW
|
| Constructor Summary | |
TLToolTipManager(javax.swing.JList list)
create new TLToolTipManager for supplied JList |
|
TLToolTipManager(javax.swing.JList list,
boolean showFullTip)
create new TLToolTipManager for supplied JList |
|
TLToolTipManager(javax.swing.JTree tree)
create new TLToolTipManager for supplied JTree |
|
TLToolTipManager(javax.swing.JTree tree,
boolean showFullTip)
create new TLToolTipManager for supplied JTree |
|
| Method Summary | |
protected java.awt.Rectangle |
computeVisibleRect()
Optimized computing of visible rectangle (without creating new Rectangle Object every time) |
protected javax.swing.JWindow |
getTipWindow()
Get TipWindow. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static final int UNDEFINED_ROW
| Constructor Detail |
public TLToolTipManager(javax.swing.JList list)
list - JList
public TLToolTipManager(javax.swing.JList list,
boolean showFullTip)
list - JListshowFullTip - if true then full tooltip shown,
otherwise only missed part shown (this is preferred way)public TLToolTipManager(javax.swing.JTree tree)
tree - JTree
public TLToolTipManager(javax.swing.JTree tree,
boolean showFullTip)
tree - JTreeshowFullTip - if true then full tooltip shown,
otherwise only missed part shown (this is preferred way)| Method Detail |
protected java.awt.Rectangle computeVisibleRect()
protected javax.swing.JWindow getTipWindow()
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||