Class GhidraTableFilterPanel<ROW_OBJECT>

Type Parameters:
ROW_OBJECT - the row type
All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible

public class GhidraTableFilterPanel<ROW_OBJECT> extends GTableFilterPanel<ROW_OBJECT>
This is a "program aware" version of GTableFilterPanel
See Also:
  • Constructor Details

    • GhidraTableFilterPanel

      public GhidraTableFilterPanel(JTable table, RowObjectTableModel<ROW_OBJECT> tableModel)
      Creates a table filter panel that filters the contents of the given table.
      Parameters:
      table - The table whose contents will be filtered.
      tableModel - The table model used by the table--passed in by the type that we require
    • GhidraTableFilterPanel

      public GhidraTableFilterPanel(JTable table, RowObjectTableModel<ROW_OBJECT> tableModel, String filterLabel)