|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.nuiton.widget.datatips.DataTipManager
public class DataTipManager
DataTipManager provides data tips for tree, table and list components. Whenever the mouse cursor is
over a cell whose content is partially hidden a popup with the complete cell content is shown.
The cell content can be hidden because it is clipped at either the parent component bounds (e.g. scrollpane) or at
the cell bounds (e.g. table row height is too small).
| Method Summary | |
|---|---|
static DataTipManager |
get()
|
void |
handleEventFromDataTipComponent(MouseEvent mouseEvent)
|
boolean |
handleEventFromParentComponent(MouseEvent mouseEvent)
|
void |
register(JList list)
Enable data tips for a list component. |
void |
register(JTable table)
Enable data tips for a list component. |
void |
register(JTree tree)
Enable data tips for a tree component. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static DataTipManager get()
public void register(JList list)
list - the list which should be enhanced with data tips.public void register(JTree tree)
tree - the tree which should be enhanced with data tips.public void register(JTable table)
table - the table which should be enhanced with data tips.public boolean handleEventFromParentComponent(MouseEvent mouseEvent)
public void handleEventFromDataTipComponent(MouseEvent mouseEvent)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||