Uses of Interface
com.biglybt.ui.common.table.TableSelectionListener
-
Packages that use TableSelectionListener Package Description com.biglybt.plugin.net.buddy.swt com.biglybt.ui.common.table com.biglybt.ui.common.table.impl com.biglybt.ui.swt.views com.biglybt.ui.swt.views.skin -
-
Uses of TableSelectionListener in com.biglybt.plugin.net.buddy.swt
Classes in com.biglybt.plugin.net.buddy.swt that implement TableSelectionListener Modifier and Type Class Description class
SBC_ChatOverview
-
Uses of TableSelectionListener in com.biglybt.ui.common.table
Classes in com.biglybt.ui.common.table that implement TableSelectionListener Modifier and Type Class Description class
TableSelectionAdapter
Methods in com.biglybt.ui.common.table with parameters of type TableSelectionListener Modifier and Type Method Description void
TableView. addSelectionListener(TableSelectionListener listener, boolean trigger)
-
Uses of TableSelectionListener in com.biglybt.ui.common.table.impl
Fields in com.biglybt.ui.common.table.impl with type parameters of type TableSelectionListener Modifier and Type Field Description private CopyOnWriteList<TableSelectionListener>
TableViewImpl. listenersSelection
Methods in com.biglybt.ui.common.table.impl with parameters of type TableSelectionListener Modifier and Type Method Description void
TableViewImpl. addSelectionListener(TableSelectionListener listener, boolean bFireSelection)
-
Uses of TableSelectionListener in com.biglybt.ui.swt.views
Classes in com.biglybt.ui.swt.views that implement TableSelectionListener Modifier and Type Class Description class
FilesView
class
MySharesView
class
MyTorrentsSubView
class
MyTorrentsView
Displays a list of torrents in a table view.class
MyTrackerView
class
PeersGeneralView
Peers based on Tags (Peer Set)class
PeersSuperView
AllPeersViewclass
PeersView
View showing list of peers forDownloadManager
class
PeersViewBase
class
PiecesSuperView
class
PiecesView
Pieces List Viewclass
PiecesViewBase
Pieces List Viewclass
TrackerView
aka "Sources" viewFields in com.biglybt.ui.swt.views declared as TableSelectionListener Modifier and Type Field Description private TableSelectionListener
MyTorrentsView. defaultSelectedListener
Methods in com.biglybt.ui.swt.views with parameters of type TableSelectionListener Modifier and Type Method Description void
MyTorrentsView. overrideDefaultSelected(TableSelectionListener defaultSelectedListener)
-
Uses of TableSelectionListener in com.biglybt.ui.swt.views.skin
Classes in com.biglybt.ui.swt.views.skin that implement TableSelectionListener 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
-