Class HexDefaultGColumnRenderer<T extends Number>

All Implemented Interfaces:
GComponent, FontChangeListener, GColumnRenderer<T>, ImageObserver, MenuContainer, PropertyChangeListener, Serializable, EventListener, Accessible, SwingConstants, TableCellRenderer

public class HexDefaultGColumnRenderer<T extends Number> extends AbstractGColumnRenderer<T>
See Also:
  • Constructor Details

    • HexDefaultGColumnRenderer

      public HexDefaultGColumnRenderer()
  • Method Details

    • getRadix

      protected int getRadix(Settings settings)
      Overrides:
      getRadix in class GTableCellRenderer
    • getFilterString

      public String getFilterString(Number t, Settings settings)
      Description copied from interface: GColumnRenderer
      Returns a string that is suitable for use when filtering. The returned String should be an unformatted (e.g., no HTML markup, icons, etc) version of what is on the screen. If the String returned here does not match what the user sees (that which is rendered), then the filtering action may confuse the user.
      Parameters:
      t - the column type instance
      settings - any settings the converter may need to convert the type
      Returns:
      the unformatted String version of what is rendered in the table cell on screen