Uses of Class
com.biglybt.ui.common.table.TableGroupRowRunner
Packages that use TableGroupRowRunner
Package
Description
-
Uses of TableGroupRowRunner in com.biglybt.ui.common.table
Methods in com.biglybt.ui.common.table with parameters of type TableGroupRowRunnerModifier and TypeMethodDescriptionint
TableView.runForAllRows
(TableGroupRowRunner runner) For every row source, run the code provided by the specified parameter.int
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 TableGroupRowRunnerModifier and TypeMethodDescriptionint
TableViewImpl.runForAllRows
(TableGroupRowRunner runner) private int
TableViewImpl.runForAllRows
(TableGroupRowRunner runner, boolean doSubRows) int
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.tableModifier and TypeClassDescriptionclass
Listener primarily for Menu Selection.