Uses of Interface
com.biglybt.ui.swt.mdi.MdiSWTMenuHackListener
-
Packages that use MdiSWTMenuHackListener Package Description com.biglybt.ui.swt.mdi com.biglybt.ui.swt.views com.biglybt.ui.swt.views.skin -
-
Uses of MdiSWTMenuHackListener in com.biglybt.ui.swt.mdi
Fields in com.biglybt.ui.swt.mdi with type parameters of type MdiSWTMenuHackListener Modifier and Type Field Description private java.util.List<MdiSWTMenuHackListener>
BaseMDI. listMenuHackListners
private java.util.List<MdiSWTMenuHackListener>
BaseMdiEntry. listMenuHackListners
Methods in com.biglybt.ui.swt.mdi that return MdiSWTMenuHackListener Modifier and Type Method Description MdiSWTMenuHackListener[]
BaseMDI. getMenuHackListeners()
MdiSWTMenuHackListener[]
BaseMdiEntry. getMenuHackListeners()
Methods in com.biglybt.ui.swt.mdi with parameters of type MdiSWTMenuHackListener Modifier and Type Method Description void
BaseMDI. addListener(MdiSWTMenuHackListener l)
void
BaseMdiEntry. addListener(MdiSWTMenuHackListener l)
void
MdiEntrySWT. addListener(MdiSWTMenuHackListener l)
void
TabbedMdiInterface. addListener(MdiSWTMenuHackListener l)
void
BaseMDI. removeListener(MdiSWTMenuHackListener l)
void
BaseMdiEntry. removeListener(MdiSWTMenuHackListener l)
void
MdiEntrySWT. removeListener(MdiSWTMenuHackListener l)
-
Uses of MdiSWTMenuHackListener in com.biglybt.ui.swt.views
Classes in com.biglybt.ui.swt.views that implement MdiSWTMenuHackListener Modifier and Type Class Description class
DownloadActivityView
aka "Speed" sub view -
Uses of MdiSWTMenuHackListener in com.biglybt.ui.swt.views.skin
Classes in com.biglybt.ui.swt.views.skin that implement MdiSWTMenuHackListener Modifier and Type Class Description static class
SBC_TorrentDetailsView.TorrentDetailMdiEntry
-