Uses of Interface
com.biglybt.ui.common.table.TableViewFilterCheck
-
-
Uses of TableViewFilterCheck in com.biglybt.plugin.net.buddy.swt
Classes in com.biglybt.plugin.net.buddy.swt that implement TableViewFilterCheck Modifier and Type Class Description class
SBC_ChatOverview
-
Uses of TableViewFilterCheck in com.biglybt.ui.common.table
Subinterfaces of TableViewFilterCheck in com.biglybt.ui.common.table Modifier and Type Interface Description static interface
TableViewFilterCheck.TableViewFilterCheckEx<DATASOURCETYPE>
-
Uses of TableViewFilterCheck in com.biglybt.ui.common.table.impl
Fields in com.biglybt.ui.common.table.impl declared as TableViewFilterCheck Modifier and Type Field Description TableViewFilterCheck<DATASOURCETYPE>
TableViewImpl.filter. checker
-
Uses of TableViewFilterCheck in com.biglybt.ui.swt.search
Classes in com.biglybt.ui.swt.search that implement TableViewFilterCheck Modifier and Type Class Description class
SBC_SearchResultsView
-
Uses of TableViewFilterCheck in com.biglybt.ui.swt.shells.opentorrent
Classes in com.biglybt.ui.swt.shells.opentorrent that implement TableViewFilterCheck Modifier and Type Class Description protected class
OpenTorrentOptionsWindow.OpenTorrentInstance
-
Uses of TableViewFilterCheck in com.biglybt.ui.swt.subscriptions
Classes in com.biglybt.ui.swt.subscriptions that implement TableViewFilterCheck Modifier and Type Class Description class
SBC_SubscriptionResultsView
-
Uses of TableViewFilterCheck in com.biglybt.ui.swt.views
Classes in com.biglybt.ui.swt.views that implement TableViewFilterCheck Modifier and Type Class Description class
FilesView
class
MyTorrentsSubView
class
MyTorrentsView
Displays a list of torrents in a table view.class
PiecesSuperView
class
PiecesView
Pieces List Viewclass
PiecesViewBase
Pieces List View -
Uses of TableViewFilterCheck in com.biglybt.ui.swt.views.clientstats
Classes in com.biglybt.ui.swt.views.clientstats that implement TableViewFilterCheck Modifier and Type Class Description class
ClientStatsView
This view needs to be reworked so that the data collection is separate from UI -
Uses of TableViewFilterCheck in com.biglybt.ui.swt.views.skin
Classes in com.biglybt.ui.swt.views.skin that implement TableViewFilterCheck Modifier and Type Class Description class
MyTorrentsView_Big
class
MyTorrentsView_Small
class
SBC_AllTrackersView
class
SBC_ArchivedDownloadsView
class
SBC_DownloadHistoryView
class
SBC_TagDiscovery
class
SBC_TagsOverview
-
Uses of TableViewFilterCheck in com.biglybt.ui.swt.views.table
Methods in com.biglybt.ui.swt.views.table with parameters of type TableViewFilterCheck Modifier and Type Method Description void
TableViewSWT. enableFilterCheck(BubbleTextBox txtFilter, TableViewFilterCheck<DATASOURCETYPE> filterCheck)
void
TableViewSWT. enableFilterCheck(BubbleTextBox txtFilter, TableViewFilterCheck<DATASOURCETYPE> filterCheck, boolean filterSubRows)
void
TableViewSWT. enableFilterCheck(org.eclipse.swt.widgets.Text txtFilter, TableViewFilterCheck<DATASOURCETYPE> filterCheck)
Deprecated.Remove after 2.6.0.1 (RCM uses it) -
Uses of TableViewFilterCheck in com.biglybt.ui.swt.views.table.painted
Methods in com.biglybt.ui.swt.views.table.painted with parameters of type TableViewFilterCheck Modifier and Type Method Description void
TableViewPainted. enableFilterCheck(BubbleTextBox txtFilter, TableViewFilterCheck<java.lang.Object> filterCheck)
void
TableViewPainted. enableFilterCheck(BubbleTextBox filterBox, TableViewFilterCheck<java.lang.Object> filterCheck, boolean filterSubRows)
void
TableViewPainted. enableFilterCheck(org.eclipse.swt.widgets.Text txtFilter, TableViewFilterCheck<java.lang.Object> filterCheck)
-