Uses of Interface
com.biglybt.ui.common.updater.UIUpdatable
Packages that use UIUpdatable
Package
Description
-
Uses of UIUpdatable in com.biglybt.ui.common.updater
Subinterfaces of UIUpdatable in com.biglybt.ui.common.updaterModifier and TypeInterfaceDescriptioninterfaceSometimes 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 TypeMethodDescriptionvoidUIUpdater.addPeriodicUpdater(UIUpdatable updateable) TriggerUIUpdatable.updateUI()every secondvoidUIUpdater.addUpdater(UIUpdatable updateable) booleanUIUpdater.isAdded(UIUpdatable updateable) voidUIUpdater.removePeriodicUpdater(UIUpdatable updateable) voidUIUpdater.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.plugin.net.buddy.swt
Classes in com.biglybt.ui.swt.plugin.net.buddy.swt 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.averageTimesprivate WeakHashMap<UIUpdatable, String> UIUpdaterSWT.debug_Updateablesprivate CopyOnWriteList<UIUpdatable> UIUpdaterSWT.perioidic_updateablesprivate CopyOnWriteList<UIUpdatable> UIUpdaterSWT.updateablesMethods in com.biglybt.ui.swt.uiupdater with parameters of type UIUpdatableModifier and TypeMethodDescriptionvoidUIUpdaterSWT.addPeriodicUpdater(UIUpdatable updateable) voidUIUpdaterSWT.addUpdater(UIUpdatable updateable) booleanUIUpdaterSWT.isAdded(UIUpdatable updateable) voidUIUpdaterSWT.removePeriodicUpdater(UIUpdatable updateable) voidUIUpdaterSWT.removeUpdater(UIUpdatable updateable) Method parameters in com.biglybt.ui.swt.uiupdater with type arguments of type UIUpdatableModifier and TypeMethodDescriptionprivate voidUIUpdaterSWT.makeDebugToolTip(Map<UIUpdatable, Long> timeMap) private voidUIUpdaterSWT.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 TypeClassDescriptionclassclassclassclassclassclassClassic My Torrents view wrapped in a SkinViewclassclassclassstatic class -
Uses of UIUpdatable in com.biglybt.ui.swt.views.skin.sidebar
Classes in com.biglybt.ui.swt.views.skin.sidebar that implement UIUpdatable -
Uses of UIUpdatable in com.biglybt.ui.swt.views.table
Classes in com.biglybt.ui.swt.views.table that implement UIUpdatable