Class DBArrayRenderer

All Implemented Interfaces:
AutoResizableTableCellRenderer, ImageObserver, MenuContainer, Serializable, Accessible, SwingConstants, TableCellRenderer

public class DBArrayRenderer
extends DBColumnRenderer
See Also:
Serialized Form
  • Constructor Details

  • Method Details

    • getText

      public String getText​(JTable table, Object value, boolean isSelected, boolean hasFocus, int row, int column)
      Description copied from class: ColumnRenderer
      Get the text for this cell. This uses the Format from the GuiColumn. Arrays will formatted using ArrayFormatter
      Overrides:
      getText in class DBColumnRenderer
      Parameters:
      table - The table being rendered.
      value - The value being rendered.
      isSelected - If the cell is selected.
      hasFocus - If the cell has focus.
      row - The current row number.
      column - The current column index.
      Returns:
      The String to render