|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.aelitis.azureus.ui.common.table.TableGroupRowRunner
public abstract class TableGroupRowRunner
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 |
---|
public TableGroupRowRunner()
Method Detail |
---|
public void run(TableRowCore row)
row
- TableRowCore to run code againstpublic boolean run(TableRowCore[] rows)
rows
-
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |