Uses of Interface
com.biglybt.pif.download.DownloadStub.DownloadStubEx
-
Packages that use DownloadStub.DownloadStubEx Package Description com.biglybt.pifimpl.local.download com.biglybt.ui.swt -
-
Uses of DownloadStub.DownloadStubEx in com.biglybt.pifimpl.local.download
Classes in com.biglybt.pifimpl.local.download that implement DownloadStub.DownloadStubEx Modifier and Type Class Description class
DownloadStubImpl
-
Uses of DownloadStub.DownloadStubEx in com.biglybt.ui.swt
Methods in com.biglybt.ui.swt that return DownloadStub.DownloadStubEx Modifier and Type Method Description private static DownloadStub.DownloadStubEx[]
TorrentUtil. toDownloadStubs(java.lang.Object[] objects)
Methods in com.biglybt.ui.swt with parameters of type DownloadStub.DownloadStubEx Modifier and Type Method Description static void
TorrentUtil. removeDownloadStubs(DownloadStub.DownloadStubEx[] dms, AERunnable deleteFailed, boolean forcePrompt)
private static void
TorrentUtil. removeDownloadStubsPrompterClosed(DownloadStub.DownloadStubEx[] dms, int index, AERunnable deleteFailed, int result, boolean doAll, boolean deleteTorrent)
-