Uses of Interface
com.biglybt.ui.common.table.TableExpansionChangeListener
-
Packages that use TableExpansionChangeListener 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 TableExpansionChangeListener in com.biglybt.ui.common.table
Methods in com.biglybt.ui.common.table with parameters of type TableExpansionChangeListener Modifier and Type Method Description void
TableView. addExpansionChangeListener(TableExpansionChangeListener listener)
void
TableView. removeExpansionChangeListener(TableExpansionChangeListener listener)
-
Uses of TableExpansionChangeListener in com.biglybt.ui.common.table.impl
Fields in com.biglybt.ui.common.table.impl with type parameters of type TableExpansionChangeListener Modifier and Type Field Description private CopyOnWriteList<TableExpansionChangeListener>
TableViewImpl. listenersExpansionChange
Methods in com.biglybt.ui.common.table.impl with parameters of type TableExpansionChangeListener Modifier and Type Method Description void
TableViewImpl. addExpansionChangeListener(TableExpansionChangeListener listener)
void
TableViewImpl. removeExpansionChangeListener(TableExpansionChangeListener listener)
-
Uses of TableExpansionChangeListener in com.biglybt.ui.swt.views
Classes in com.biglybt.ui.swt.views that implement TableExpansionChangeListener Modifier and Type Class Description class
MyTorrentsSubView
class
MyTorrentsView
Displays a list of torrents in a table view. -
Uses of TableExpansionChangeListener in com.biglybt.ui.swt.views.skin
Classes in com.biglybt.ui.swt.views.skin that implement TableExpansionChangeListener Modifier and Type Class Description class
MyTorrentsView_Big
class
MyTorrentsView_Small
-