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 TypeMethodDescriptionvoid
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 TableGroupRowRunnerModifier and TypeMethodDescriptionvoid
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.tableModifier and TypeClassDescriptionclass
Listener primarily for Menu Selection.