Uses of Interface
com.biglybt.ui.common.table.TableDataSourceChangedListener
-
Packages that use TableDataSourceChangedListener Package Description com.biglybt.ui.common.table com.biglybt.ui.common.table.impl com.biglybt.ui.swt.views com.biglybt.ui.swt.views.peer -
-
Uses of TableDataSourceChangedListener in com.biglybt.ui.common.table
Methods in com.biglybt.ui.common.table with parameters of type TableDataSourceChangedListener Modifier and Type Method Description void
TableView. addTableDataSourceChangedListener(TableDataSourceChangedListener l, boolean trigger)
The data set that this table represents has been changed.void
TableView. removeTableDataSourceChangedListener(TableDataSourceChangedListener l)
-
Uses of TableDataSourceChangedListener in com.biglybt.ui.common.table.impl
Fields in com.biglybt.ui.common.table.impl with type parameters of type TableDataSourceChangedListener Modifier and Type Field Description private CopyOnWriteList<TableDataSourceChangedListener>
TableViewImpl. listenersDataSourceChanged
Methods in com.biglybt.ui.common.table.impl with parameters of type TableDataSourceChangedListener Modifier and Type Method Description void
TableViewImpl. addTableDataSourceChangedListener(TableDataSourceChangedListener l, boolean trigger)
void
TableViewImpl. removeTableDataSourceChangedListener(TableDataSourceChangedListener l)
-
Uses of TableDataSourceChangedListener in com.biglybt.ui.swt.views
Classes in com.biglybt.ui.swt.views that implement TableDataSourceChangedListener Modifier and Type Class Description class
ArchivedFilesView
class
FilesView
class
PeersView
View showing list of peers forDownloadManager
class
PiecesView
Pieces List Viewclass
TrackerAvailView
class
TrackerView
aka "Sources" view -
Uses of TableDataSourceChangedListener in com.biglybt.ui.swt.views.peer
Classes in com.biglybt.ui.swt.views.peer that implement TableDataSourceChangedListener Modifier and Type Class Description class
PeerFilesView
-