Class PreviewDataTableCellRenderer

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

public class PreviewDataTableCellRenderer extends AbstractGColumnRenderer<PreviewTableCellData>
A custom renderer used to display what is at the ProgramLocation similarly to how it is displayed in the Listing window.. This class is meant to be used directly with PreviewTableCellData column data.
See Also:
  • Constructor Details

    • PreviewDataTableCellRenderer

      public PreviewDataTableCellRenderer()
  • Method Details

    • getTableCellRendererComponent

      public Component getTableCellRendererComponent(GTableCellRenderingData data)
      Description copied from class: GTableCellRenderer
      Provide basic cell rendering -- setting foreground and background colors, font, text, alignment, drop color, and border. Additional data that may be of use to the renderer is passed through the GTableCellRenderingData object.
      Overrides:
      getTableCellRendererComponent in class GTableCellRenderer
      Parameters:
      data - Context data used in the rendering of a data cell.
      Returns:
      The component used for drawing the table cell.
    • getFilterString

      public String getFilterString(PreviewTableCellData 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