Package com.biglybt.ui.common.table
Class TableGroupRowRunner
- java.lang.Object
-
- com.biglybt.ui.common.table.TableGroupRowRunner
-
- Direct Known Subclasses:
TableSelectedRowsListener
public abstract class TableGroupRowRunner extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description TableGroupRowRunner()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
run(TableRowCore row)
Code to runboolean
run(TableRowCore[] rows)
Code to run against multiple rows.
-
-
-
Method Detail
-
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:
-
-