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 classToolTipGeneratingTableModel.GeneratedToolTip -
Method Summary
Modifier and Type Method Description ToolTipGeneratingTableModel.GeneratedToolTipgenerateToolTip(int col, GuiColumn column)booleanhasShowStatistics()voidsetToolTipDialog(int col, GuiColumn column, JDialog dialog, JLabel label)voidshowStatistics(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
-