Uses of Interface
com.biglybt.ui.swt.views.table.TableViewSWTPanelCreator
-
Packages that use TableViewSWTPanelCreator Package Description com.biglybt.ui.swt.views com.biglybt.ui.swt.views.skin com.biglybt.ui.swt.views.table com.biglybt.ui.swt.views.table.painted -
-
Uses of TableViewSWTPanelCreator in com.biglybt.ui.swt.views
Classes in com.biglybt.ui.swt.views that implement TableViewSWTPanelCreator Modifier and Type Class Description class
MyTorrentsSubView
class
MyTorrentsView
Displays a list of torrents in a table view. -
Uses of TableViewSWTPanelCreator in com.biglybt.ui.swt.views.skin
Classes in com.biglybt.ui.swt.views.skin that implement TableViewSWTPanelCreator Modifier and Type Class Description class
MyTorrentsView_Big
class
MyTorrentsView_Small
-
Uses of TableViewSWTPanelCreator in com.biglybt.ui.swt.views.table
Methods in com.biglybt.ui.swt.views.table with parameters of type TableViewSWTPanelCreator Modifier and Type Method Description void
TableViewSWT. setMainPanelCreator(TableViewSWTPanelCreator mainPanelCreator)
-
Uses of TableViewSWTPanelCreator in com.biglybt.ui.swt.views.table.painted
Fields in com.biglybt.ui.swt.views.table.painted declared as TableViewSWTPanelCreator Modifier and Type Field Description private TableViewSWTPanelCreator
TableViewPainted. mainPanelCreator
Methods in com.biglybt.ui.swt.views.table.painted that return TableViewSWTPanelCreator Modifier and Type Method Description protected TableViewSWTPanelCreator
TableViewPainted. getMainPanelCreator()
Methods in com.biglybt.ui.swt.views.table.painted with parameters of type TableViewSWTPanelCreator Modifier and Type Method Description void
TableViewPainted. setMainPanelCreator(TableViewSWTPanelCreator mainPanelCreator)
-