Class ToolTipGeneratingTableModel.GeneratedToolTip

java.lang.Object
com.illumon.iris.gui.table.ToolTipGeneratingTableModel.GeneratedToolTip
Enclosing interface:
ToolTipGeneratingTableModel

public static class ToolTipGeneratingTableModel.GeneratedToolTip
extends Object
  • Field Details

  • Constructor Details

    • GeneratedToolTip

      public GeneratedToolTip​(String text, boolean calculated)
      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 to ToolTipGeneratingTableModel.setToolTipDialog(int, GuiColumn, JDialog, JLabel) may fetch and calculate if able
      Parameters:
      text - the text that shall be displayed in the tooltip
      calculated - indicates if the statistics