Uses of Interface
com.biglybt.ui.common.table.TableCountChangeListener
Packages that use TableCountChangeListener
Package
Description
-
Uses of TableCountChangeListener in com.biglybt.ui.common.table
Classes in com.biglybt.ui.common.table that implement TableCountChangeListenerMethods in com.biglybt.ui.common.table with parameters of type TableCountChangeListenerModifier and TypeMethodDescriptionvoid
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 TableCountChangeListenerModifier and TypeFieldDescriptionprivate CopyOnWriteList<TableCountChangeListener>
TableViewImpl.listenersCountChange
Methods in com.biglybt.ui.common.table.impl with parameters of type TableCountChangeListenerModifier and TypeMethodDescriptionvoid
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 TableCountChangeListenerModifier and TypeClassDescriptionclass
class
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