Uses of Interface
com.biglybt.ui.common.table.TableLifeCycleListener
-
Packages that use TableLifeCycleListener Package Description com.biglybt.ui.common.table com.biglybt.ui.common.table.impl com.biglybt.ui.swt.views com.biglybt.ui.swt.views.clientstats com.biglybt.ui.swt.views.skin -
-
Uses of TableLifeCycleListener in com.biglybt.ui.common.table
Methods in com.biglybt.ui.common.table with parameters of type TableLifeCycleListener Modifier and Type Method Description void
TableView. addLifeCycleListener(TableLifeCycleListener l)
-
Uses of TableLifeCycleListener in com.biglybt.ui.common.table.impl
Fields in com.biglybt.ui.common.table.impl with type parameters of type TableLifeCycleListener Modifier and Type Field Description private CopyOnWriteList<TableLifeCycleListener>
TableViewImpl. listenersLifeCycle
Methods in com.biglybt.ui.common.table.impl with parameters of type TableLifeCycleListener Modifier and Type Method Description void
TableViewImpl. addLifeCycleListener(TableLifeCycleListener l)
-
Uses of TableLifeCycleListener in com.biglybt.ui.swt.views
Classes in com.biglybt.ui.swt.views that implement TableLifeCycleListener Modifier and Type Class Description class
ArchivedFilesView
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
TrackerAvailView
class
TrackerView
aka "Sources" view -
Uses of TableLifeCycleListener in com.biglybt.ui.swt.views.clientstats
Classes in com.biglybt.ui.swt.views.clientstats that implement TableLifeCycleListener Modifier and Type Class Description class
ClientStatsView
This view needs to be reworked so that the data collection is separate from UI -
Uses of TableLifeCycleListener in com.biglybt.ui.swt.views.skin
Classes in com.biglybt.ui.swt.views.skin that implement TableLifeCycleListener Modifier and Type Class Description class
MyTorrentsView_Big
class
MyTorrentsView_Small
-