Uses of Class
com.biglybt.ui.swt.minibar.MiniBar
-
Packages that use MiniBar Package Description com.biglybt.ui.swt.minibar -
-
Uses of MiniBar in com.biglybt.ui.swt.minibar
Subclasses of MiniBar in com.biglybt.ui.swt.minibar Modifier and Type Class Description class
AllTransfersBar
class
DownloadBar
Fields in com.biglybt.ui.swt.minibar declared as MiniBar Modifier and Type Field Description protected MiniBar
MiniBar. stucked
Methods in com.biglybt.ui.swt.minibar that return MiniBar Modifier and Type Method Description MiniBar
MiniBarManager. getMiniBarForObject(java.lang.Object context)
MiniBar
MiniBar. getStucked()
Methods in com.biglybt.ui.swt.minibar with parameters of type MiniBar Modifier and Type Method Description void
MiniBarManager. close(MiniBar mini_bar)
boolean
MiniBar. hasSameContext(MiniBar m)
void
MiniBarManager. register(MiniBar bar)
void
MiniBar. setStucked(MiniBar mw)
void
MiniBarManager. unregister(MiniBar bar)
-