Package com.illumon.iris.gui.table
Interface ToolTipGeneratingTableModel
- All Superinterfaces:
TableModel
- All Known Implementing Classes:
DBTableModel
,FilteredTableModel
,InputOverlayTableModel
,IrisTreeTableModel
public interface ToolTipGeneratingTableModel extends TableModel
Interface defining a model that provides ToolTips
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
ToolTipGeneratingTableModel.GeneratedToolTip
-
Method Summary
Modifier and Type Method Description ToolTipGeneratingTableModel.GeneratedToolTip
generateToolTip(int col, GuiColumn column)
boolean
hasShowStatistics()
void
setToolTipDialog(int col, GuiColumn column, JDialog dialog, JLabel label)
void
showStatistics(JTable table, int col, GuiColumn column)
Methods inherited from interface javax.swing.table.TableModel
addTableModelListener, getColumnClass, getColumnCount, getColumnName, getRowCount, getValueAt, isCellEditable, removeTableModelListener, setValueAt
-
Method Details
-
generateToolTip
-
hasShowStatistics
boolean hasShowStatistics() -
showStatistics
-
setToolTipDialog
-