Uses of Class
com.biglybt.ui.swt.views.clientstats.ClientStatsDataSource
-
Packages that use ClientStatsDataSource Package Description com.biglybt.ui.swt.views.clientstats -
-
Uses of ClientStatsDataSource in com.biglybt.ui.swt.views.clientstats
Fields in com.biglybt.ui.swt.views.clientstats with type parameters of type ClientStatsDataSource Modifier and Type Field Description private java.util.Map<java.lang.String,ClientStatsDataSource>
ClientStatsView. mapData
private TableViewSWT<ClientStatsDataSource>
ClientStatsView. tv
Methods in com.biglybt.ui.swt.views.clientstats that return types with arguments of type ClientStatsDataSource Modifier and Type Method Description TableViewSWT<ClientStatsDataSource>
ClientStatsView. initYourTableView()
Methods in com.biglybt.ui.swt.views.clientstats with parameters of type ClientStatsDataSource Modifier and Type Method Description boolean
ClientStatsView. filterCheck(ClientStatsDataSource ds, java.lang.String filter, boolean regex)
-