com.aelitis.azureus.ui.common.table
Class TableGroupRowRunner

java.lang.Object
  extended by 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)


Constructor Summary
TableGroupRowRunner()
           
 
Method Summary
 void run(TableRowCore row)
          Code to run
 boolean run(TableRowCore[] rows)
          Code to run against multiple rows.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TableGroupRowRunner

public TableGroupRowRunner()
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: