Class TableGroupRowRunner
java.lang.Object
com.biglybt.ui.common.table.TableGroupRowRunner
- Direct Known Subclasses:
TableSelectedRowsListener
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidrun(TableRowCore row) Code to runbooleanrun(TableRowCore[] rows) Code to run against multiple rows.
-
Constructor Details
-
TableGroupRowRunner
public TableGroupRowRunner()
-
-
Method Details
-
run
-
run
Code to run against multiple rows. Return true if this object supports it, false otherwise.- Parameters:
rows-- Returns:
-