Uses of Interface
com.biglybt.pif.ui.tables.TableManager
-
Packages that use TableManager Package Description com.biglybt.pif.ui com.biglybt.pifimpl.local.ui com.biglybt.pifimpl.local.ui.tables com.biglybt.ui.swt.subscriptions -
-
Uses of TableManager in com.biglybt.pif.ui
Methods in com.biglybt.pif.ui that return TableManager Modifier and Type Method Description TableManager
UIManager. getTableManager()
Retrieve the Table Manager -
Uses of TableManager in com.biglybt.pifimpl.local.ui
Fields in com.biglybt.pifimpl.local.ui declared as TableManager Modifier and Type Field Description protected TableManager
UIManagerImpl. table_manager
Methods in com.biglybt.pifimpl.local.ui that return TableManager Modifier and Type Method Description TableManager
UIManagerImpl. getTableManager()
-
Uses of TableManager in com.biglybt.pifimpl.local.ui.tables
Classes in com.biglybt.pifimpl.local.ui.tables that implement TableManager Modifier and Type Class Description class
TableManagerImpl
Manage Tables There's a TableManager per plugin interface -
Uses of TableManager in com.biglybt.ui.swt.subscriptions
Methods in com.biglybt.ui.swt.subscriptions with parameters of type TableManager Modifier and Type Method Description private void
SubscriptionManagerUI. createSubsColumns(TableManager table_manager)
-