Uses of Class
com.biglybt.ui.common.table.TableGroupRowRunner
-
Packages that use TableGroupRowRunner Package Description com.biglybt.ui.common.table com.biglybt.ui.common.table.impl com.biglybt.ui.swt.views.table -
-
Uses of TableGroupRowRunner in com.biglybt.ui.common.table
Methods in com.biglybt.ui.common.table with parameters of type TableGroupRowRunner Modifier and Type Method Description void
TableView. runForAllRows(TableGroupRowRunner runner)
For every row source, run the code provided by the specified parameter.void
TableView. runForSelectedRows(TableGroupRowRunner runner)
-
Uses of TableGroupRowRunner in com.biglybt.ui.common.table.impl
Methods in com.biglybt.ui.common.table.impl with parameters of type TableGroupRowRunner Modifier and Type Method Description void
TableViewImpl. runForAllRows(TableGroupRowRunner runner)
private void
TableViewImpl. runForAllRows(TableGroupRowRunner runner, boolean doSubRows)
void
TableViewImpl. runForSelectedRows(TableGroupRowRunner runner)
For each row source that the user has selected, run the code provided by the specified parameter. -
Uses of TableGroupRowRunner in com.biglybt.ui.swt.views.table
Subclasses of TableGroupRowRunner in com.biglybt.ui.swt.views.table Modifier and Type Class Description class
TableSelectedRowsListener
Listener primarily for Menu Selection.
-