Class TableGroupRowRunner

java.lang.Object
com.biglybt.ui.common.table.TableGroupRowRunner
Direct Known Subclasses:
TableSelectedRowsListener

public abstract class TableGroupRowRunner extends Object
  • Constructor Details

    • TableGroupRowRunner

      public TableGroupRowRunner()
  • Method Details

    • run

      public void run(TableRowCore row)
      Code to run
      Parameters:
      row - TableRowCore to run code against
    • run

      public boolean run(TableRowCore[] rows)
      Code to run against multiple rows. Return true if this object supports it, false otherwise.
      Parameters:
      rows -
      Returns: