Uses of Interface
com.biglybt.ui.swt.mainwindow.IMainStatusBar.CLabelUpdater
-
Packages that use IMainStatusBar.CLabelUpdater Package Description com.biglybt.ui.swt.mainwindow com.biglybt.ui.swt.pifimpl -
-
Uses of IMainStatusBar.CLabelUpdater in com.biglybt.ui.swt.mainwindow
Fields in com.biglybt.ui.swt.mainwindow declared as IMainStatusBar.CLabelUpdater Modifier and Type Field Description private IMainStatusBar.CLabelUpdater
MainStatusBar.UpdateableCLabel. updater
Methods in com.biglybt.ui.swt.mainwindow with parameters of type IMainStatusBar.CLabelUpdater Modifier and Type Method Description void
IMainStatusBar. createStatusEntry(IMainStatusBar.CLabelUpdater updater)
void
MainStatusBar. createStatusEntry(IMainStatusBar.CLabelUpdater updater)
Constructors in com.biglybt.ui.swt.mainwindow with parameters of type IMainStatusBar.CLabelUpdater Constructor Description UpdateableCLabel(org.eclipse.swt.widgets.Composite parent, int style, IMainStatusBar.CLabelUpdater updater)
-
Uses of IMainStatusBar.CLabelUpdater in com.biglybt.ui.swt.pifimpl
Classes in com.biglybt.ui.swt.pifimpl that implement IMainStatusBar.CLabelUpdater Modifier and Type Class Description class
UISWTStatusEntryImpl
-