Package com.illumon.iris.gui.table
Class ToolTipGeneratingTableModel.GeneratedToolTip
java.lang.Object
com.illumon.iris.gui.table.ToolTipGeneratingTableModel.GeneratedToolTip
- Enclosing interface:
- ToolTipGeneratingTableModel
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionGeneratedToolTip
(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
-