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 TypeMethodDescriptionintTableView.runForAllRows(TableGroupRowRunner runner) For every row source, run the code provided by the specified parameter.intTableView.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 TypeMethodDescriptionintTableViewImpl.runForAllRows(TableGroupRowRunner runner) private intTableViewImpl.runForAllRows(TableGroupRowRunner runner, boolean doSubRows) intTableViewImpl.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 TypeClassDescriptionclassListener primarily for Menu Selection.