Package com.illumon.iris.gui.table
Class ToolTipGeneratingTableModel.GeneratedToolTip
java.lang.Object
com.illumon.iris.gui.table.ToolTipGeneratingTableModel.GeneratedToolTip
- Enclosing interface:
- ToolTipGeneratingTableModel
public static class ToolTipGeneratingTableModel.GeneratedToolTip extends Object
-
Field Summary
Fields Modifier and Type Field Description boolean
calculated
String
text
-
Constructor Summary
Constructors Constructor Description GeneratedToolTip(String text, boolean calculated)
helper-class for tooltip-generation. -
Method Summary
-
Field Details
-
text
-
calculated
public final boolean calculated
-
-
Constructor Details
-
GeneratedToolTip
helper-class for tooltip-generation. in some cases, the statistics-generation is short-circuited because the viewport does not contain all required data for the calculation. in this case, the "calculated" bool should be set to `false` so that a downstream call toToolTipGeneratingTableModel.setToolTipDialog(int, GuiColumn, JDialog, JLabel)
may fetch and calculate if able- Parameters:
text
- the text that shall be displayed in the tooltipcalculated
- indicates if the statistics
-