public class DataTip
extends java.lang.Object
Constructor and Description |
---|
DataTip(java.awt.Window parentWindow,
TreeTableModel model) |
Modifier and Type | Method and Description |
---|---|
protected void |
dispose() |
DataTipWindow |
getBaseTipWindow() |
TableCustomizer |
getTableCustomizer() |
void |
setDismissOnMouseExit(boolean dismiss)
Set the flag that determines if the data tip window should automatically
hide when the mouse is not over the window or any of its children anymore.
|
void |
setGraphicsDevice(java.awt.GraphicsDevice device) |
void |
setLocationRectangle(java.awt.Rectangle rect)
set the location of the base data tip window in screen coordinates.
|
void |
setTableCustomizer(TableCustomizer tableCustomizer) |
void |
setVisible(boolean visible)
Show or hide the data tip window.
|
public DataTip(java.awt.Window parentWindow, TreeTableModel model)
public void setLocationRectangle(java.awt.Rectangle rect)
rect
- The rectangle (in screen co-ordinates) around which the tip could possibly appear.public void setGraphicsDevice(java.awt.GraphicsDevice device)
public void setVisible(boolean visible)
visible
- If true, show the window, otherwise hide itpublic void setDismissOnMouseExit(boolean dismiss)
dismiss
- If true, dismiss the window automatically if the mouse is
not over the window or any of its children anymoreprotected void dispose()
public void setTableCustomizer(TableCustomizer tableCustomizer)
public TableCustomizer getTableCustomizer()
public DataTipWindow getBaseTipWindow()