Uses of Interface
com.biglybt.ui.common.updater.UIUpdatable
Packages that use UIUpdatable
Package
Description
-
Uses of UIUpdatable in com.biglybt.plugin.net.buddy.swt
Classes in com.biglybt.plugin.net.buddy.swt that implement UIUpdatable -
Uses of UIUpdatable in com.biglybt.ui.common.updater
Subinterfaces of UIUpdatable in com.biglybt.ui.common.updaterModifier and TypeInterfaceDescriptioninterface
Sometimes we don't update the UI (such as when nothing is visible).Methods in com.biglybt.ui.common.updater with parameters of type UIUpdatableModifier and TypeMethodDescriptionvoid
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 -
Uses of UIUpdatable in com.biglybt.ui.swt.devices
Classes in com.biglybt.ui.swt.devices that implement UIUpdatable -
Uses of UIUpdatable in com.biglybt.ui.swt.mainwindow
Classes in com.biglybt.ui.swt.mainwindow that implement UIUpdatable -
Uses of UIUpdatable in com.biglybt.ui.swt.mdi
Classes in com.biglybt.ui.swt.mdi that implement UIUpdatable -
Uses of UIUpdatable in com.biglybt.ui.swt.minibar
Classes in com.biglybt.ui.swt.minibar that implement UIUpdatable -
Uses of UIUpdatable in com.biglybt.ui.swt.shells.main
Classes in com.biglybt.ui.swt.shells.main that implement UIUpdatable -
Uses of UIUpdatable in com.biglybt.ui.swt.shells.opentorrent
Classes in com.biglybt.ui.swt.shells.opentorrent that implement UIUpdatable -
Uses of UIUpdatable in com.biglybt.ui.swt.subscriptions
Classes in com.biglybt.ui.swt.subscriptions that implement UIUpdatable -
Uses of UIUpdatable in com.biglybt.ui.swt.systray
Classes in com.biglybt.ui.swt.systray that implement UIUpdatable -
Uses of UIUpdatable in com.biglybt.ui.swt.uiupdater
Fields in com.biglybt.ui.swt.uiupdater with type parameters of type UIUpdatableModifier and TypeFieldDescriptionprivate CopyOnWriteList<UIUpdatable>
UIUpdaterSWT.alwaysUpdateables
(package private) WeakHashMap<UIUpdatable,
Long[]> UIUpdaterSWT.averageTimes
private WeakHashMap<UIUpdatable,
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 UIUpdatableModifier and TypeMethodDescriptionvoid
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 UIUpdatableModifier and TypeMethodDescriptionprivate void
UIUpdaterSWT.makeDebugToolTip
(Map<UIUpdatable, 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 -
Uses of UIUpdatable in com.biglybt.ui.swt.views.skin
Classes in com.biglybt.ui.swt.views.skin that implement UIUpdatableModifier and TypeClassDescriptionclass
class
class
class
class
class
Classic My Torrents view wrapped in a SkinViewclass
class
class
static class
-
Uses of UIUpdatable in com.biglybt.ui.swt.views.skin.sidebar
Classes in com.biglybt.ui.swt.views.skin.sidebar that implement UIUpdatable