com.aelitis.azureus.ui.common.table
Class TableGroupRowRunner
java.lang.Object
com.aelitis.azureus.ui.common.table.TableGroupRowRunner
- Direct Known Subclasses:
- TableSelectedRowsListener
public abstract class TableGroupRowRunner
- extends Object
Used with TableView.runForSelectedRows(com.aelitis.azureus.ui.common.table.TableGroupRowRunner)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TableGroupRowRunner
public TableGroupRowRunner()
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: