Uses of Interface
com.biglybt.ui.common.updater.UIUpdatable
-
-
Uses of UIUpdatable in com.biglybt.plugin.net.buddy.swt
Classes in com.biglybt.plugin.net.buddy.swt that implement UIUpdatable Modifier and Type Class Description class
SBC_ChatOverview
-
Uses of UIUpdatable in com.biglybt.ui.common.updater
Subinterfaces of UIUpdatable in com.biglybt.ui.common.updater Modifier and Type Interface Description interface
UIUpdatableAlways
Sometimes we don't update the UI (such as when nothing is visible).Methods in com.biglybt.ui.common.updater with parameters of type UIUpdatable Modifier and Type Method Description void
UIUpdater. addPeriodicUpdater(UIUpdatable updateable)
TriggerupdateUI()
every secondvoid
UIUpdater. addUpdater(UIUpdatable updateable)
boolean
UIUpdater. isAdded(UIUpdatable updateable)
void
UIUpdater. removePeriodicUpdater(UIUpdatable updateable)
void
UIUpdater. removeUpdater(UIUpdatable updateable)
-
Uses of UIUpdatable in com.biglybt.ui.swt
Classes in com.biglybt.ui.swt that implement UIUpdatable Modifier and Type Class Description class
TrayWindow
Download Basket. -
Uses of UIUpdatable in com.biglybt.ui.swt.devices
Classes in com.biglybt.ui.swt.devices that implement UIUpdatable Modifier and Type Class Description class
SBC_DevicesView
class
SBC_DiskOpsView
-
Uses of UIUpdatable in com.biglybt.ui.swt.mainwindow
Classes in com.biglybt.ui.swt.mainwindow that implement UIUpdatable Modifier and Type Class Description class
MainStatusBar
Moved from MainWindow and GUIUpdater -
Uses of UIUpdatable in com.biglybt.ui.swt.mdi
Classes in com.biglybt.ui.swt.mdi that implement UIUpdatable Modifier and Type Class Description class
BaseMDI
class
TabbedMDI
-
Uses of UIUpdatable in com.biglybt.ui.swt.minibar
Classes in com.biglybt.ui.swt.minibar that implement UIUpdatable Modifier and Type Class Description class
MiniBarManager
-
Uses of UIUpdatable in com.biglybt.ui.swt.shells.main
Classes in com.biglybt.ui.swt.shells.main that implement UIUpdatable Modifier and Type Class Description class
MainWindowImpl
-
Uses of UIUpdatable in com.biglybt.ui.swt.shells.opentorrent
Classes in com.biglybt.ui.swt.shells.opentorrent that implement UIUpdatable Modifier and Type Class Description class
OpenTorrentOptionsWindow
class
OpenTorrentWindow
-
Uses of UIUpdatable in com.biglybt.ui.swt.subscriptions
Classes in com.biglybt.ui.swt.subscriptions that implement UIUpdatable Modifier and Type Class Description class
SBC_SubscriptionResultsView
-
Uses of UIUpdatable in com.biglybt.ui.swt.systray
Classes in com.biglybt.ui.swt.systray that implement UIUpdatable Modifier and Type Class Description class
SystemTraySWT
-
Uses of UIUpdatable in com.biglybt.ui.swt.uiupdater
Fields in com.biglybt.ui.swt.uiupdater with type parameters of type UIUpdatable Modifier and Type Field Description private CopyOnWriteList<UIUpdatable>
UIUpdaterSWT. alwaysUpdateables
(package private) java.util.WeakHashMap<UIUpdatable,java.lang.Long[]>
UIUpdaterSWT. averageTimes
private java.util.WeakHashMap<UIUpdatable,java.lang.String>
UIUpdaterSWT. debug_Updateables
private CopyOnWriteList<UIUpdatable>
UIUpdaterSWT. perioidic_updateables
private CopyOnWriteList<UIUpdatable>
UIUpdaterSWT. updateables
Methods in com.biglybt.ui.swt.uiupdater with parameters of type UIUpdatable Modifier and Type Method Description void
UIUpdaterSWT. addPeriodicUpdater(UIUpdatable updateable)
void
UIUpdaterSWT. addUpdater(UIUpdatable updateable)
boolean
UIUpdaterSWT. isAdded(UIUpdatable updateable)
void
UIUpdaterSWT. removePeriodicUpdater(UIUpdatable updateable)
void
UIUpdaterSWT. removeUpdater(UIUpdatable updateable)
Method parameters in com.biglybt.ui.swt.uiupdater with type arguments of type UIUpdatable Modifier and Type Method Description private void
UIUpdaterSWT. makeDebugToolTip(java.util.Map<UIUpdatable,java.lang.Long> timeMap)
private void
UIUpdaterSWT. update(CopyOnWriteList<UIUpdatable> updateables, boolean is_visible)
-
Uses of UIUpdatable in com.biglybt.ui.swt.views.columnsetup
Classes in com.biglybt.ui.swt.views.columnsetup that implement UIUpdatable Modifier and Type Class Description class
TableColumnSetupWindow
-
Uses of UIUpdatable in com.biglybt.ui.swt.views.skin
Classes in com.biglybt.ui.swt.views.skin that implement UIUpdatable Modifier and Type Class Description class
SBC_ActivityTableView
class
SBC_AllTrackersView
class
SBC_ArchivedDownloadsView
class
SBC_DashboardView
class
SBC_DownloadHistoryView
class
SBC_LibraryTableView
Classic My Torrents view wrapped in a SkinViewclass
SBC_LibraryTableView_Big
class
SBC_TagDiscovery
class
SBC_TagsOverview
static class
SBC_TorrentDetailsView.TorrentDetailMdiEntry
-
Uses of UIUpdatable in com.biglybt.ui.swt.views.skin.sidebar
Classes in com.biglybt.ui.swt.views.skin.sidebar that implement UIUpdatable Modifier and Type Class Description class
SideBar
class
SideBarToolTips
-