Uses of Interface
com.biglybt.ui.common.table.TableViewFilterCheck
Packages that use TableViewFilterCheck
Package
Description
-
Uses of TableViewFilterCheck in com.biglybt.plugin.net.buddy.swt
Classes in com.biglybt.plugin.net.buddy.swt that implement TableViewFilterCheck -
Uses of TableViewFilterCheck in com.biglybt.ui.common.table
Subinterfaces of TableViewFilterCheck in com.biglybt.ui.common.tableModifier and TypeInterfaceDescriptionstatic 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 -
Uses of TableViewFilterCheck in com.biglybt.ui.swt.search
Classes in com.biglybt.ui.swt.search that implement TableViewFilterCheck -
Uses of TableViewFilterCheck in com.biglybt.ui.swt.shells.opentorrent
Classes in com.biglybt.ui.swt.shells.opentorrent that implement TableViewFilterCheck -
Uses of TableViewFilterCheck in com.biglybt.ui.swt.subscriptions
Classes in com.biglybt.ui.swt.subscriptions that implement TableViewFilterCheck -
Uses of TableViewFilterCheck in com.biglybt.ui.swt.views
Classes in com.biglybt.ui.swt.views that implement TableViewFilterCheckModifier and TypeClassDescriptionclass
class
class
Displays a list of torrents in a table view.class
Peers based on Tags (Peer Set)class
AllPeersViewclass
View showing list of peers forDownloadManager
class
class
class
Pieces List Viewclass
Pieces List View -
Uses of TableViewFilterCheck in com.biglybt.ui.swt.views.clientstats
Classes in com.biglybt.ui.swt.views.clientstats that implement TableViewFilterCheckModifier and TypeClassDescriptionclass
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 TableViewFilterCheckModifier and TypeClassDescriptionclass
class
class
class
class
class
class
-
Uses of TableViewFilterCheck in com.biglybt.ui.swt.views.table
Methods in com.biglybt.ui.swt.views.table with parameters of type TableViewFilterCheckModifier and TypeMethodDescriptionvoid
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 TableViewFilterCheckModifier and TypeMethodDescriptionvoid
TableViewPainted.enableFilterCheck
(BubbleTextBox txtFilter, TableViewFilterCheck<Object> filterCheck) void
TableViewPainted.enableFilterCheck
(BubbleTextBox filterBox, TableViewFilterCheck<Object> filterCheck, boolean filterSubRows) void
TableViewPainted.enableFilterCheck
(org.eclipse.swt.widgets.Text txtFilter, TableViewFilterCheck<Object> filterCheck)