Uses of Interface
com.biglybt.ui.common.table.TableCountChangeListener
-
Packages that use TableCountChangeListener Package Description com.biglybt.ui.common.table com.biglybt.ui.common.table.impl com.biglybt.ui.swt.views com.biglybt.ui.swt.views.skin -
-
Uses of TableCountChangeListener in com.biglybt.ui.common.table
Classes in com.biglybt.ui.common.table that implement TableCountChangeListener Modifier and Type Class Description class
TableCountChangeAdapter
Methods in com.biglybt.ui.common.table with parameters of type TableCountChangeListener Modifier and Type Method Description void
TableView. addCountChangeListener(TableCountChangeListener listener)
void
TableView. removeCountChangeListener(TableCountChangeListener l)
-
Uses of TableCountChangeListener in com.biglybt.ui.common.table.impl
Fields in com.biglybt.ui.common.table.impl with type parameters of type TableCountChangeListener Modifier and Type Field Description private CopyOnWriteList<TableCountChangeListener>
TableViewImpl. listenersCountChange
Methods in com.biglybt.ui.common.table.impl with parameters of type TableCountChangeListener Modifier and Type Method Description void
TableViewImpl. addCountChangeListener(TableCountChangeListener listener)
void
TableViewImpl. removeCountChangeListener(TableCountChangeListener listener)
-
Uses of TableCountChangeListener in com.biglybt.ui.swt.views
Classes in com.biglybt.ui.swt.views that implement TableCountChangeListener Modifier and Type Class Description class
MyTorrentsSubView
class
MyTorrentsView
Displays a list of torrents in a table view. -
Uses of TableCountChangeListener in com.biglybt.ui.swt.views.skin
Classes in com.biglybt.ui.swt.views.skin that implement TableCountChangeListener Modifier and Type Class Description class
MyTorrentsView_Big
class
MyTorrentsView_Small
-