Uses of Interface
com.biglybt.pif.ui.tables.TableRowRefreshListener
Packages that use TableRowRefreshListener
Package
Description
-
Uses of TableRowRefreshListener in com.biglybt.ui.common.table.impl
Fields in com.biglybt.ui.common.table.impl with type parameters of type TableRowRefreshListenerModifier and TypeFieldDescriptionprivate ArrayList<TableRowRefreshListener>
TableViewImpl.listenersRowRefesh
Methods in com.biglybt.ui.common.table.impl with parameters of type TableRowRefreshListenerModifier and TypeMethodDescriptionvoid
TableViewImpl.addRefreshListener
(TableRowRefreshListener listener) void
TableViewImpl.removeRefreshListener
(TableRowRefreshListener listener) -
Uses of TableRowRefreshListener in com.biglybt.ui.swt.views
Classes in com.biglybt.ui.swt.views that implement TableRowRefreshListenerModifier and TypeClassDescriptionclass
class
Displays a list of torrents in a table view. -
Uses of TableRowRefreshListener in com.biglybt.ui.swt.views.skin
Classes in com.biglybt.ui.swt.views.skin that implement TableRowRefreshListener -
Uses of TableRowRefreshListener in com.biglybt.ui.swt.views.table
Methods in com.biglybt.ui.swt.views.table with parameters of type TableRowRefreshListenerModifier and TypeMethodDescriptionvoid
TableViewSWT.addRefreshListener
(TableRowRefreshListener listener) void
TableViewSWT.removeRefreshListener
(TableRowRefreshListener listener)