Uses of Interface
com.biglybt.pif.download.DownloadStub
-
-
Uses of DownloadStub in com.biglybt.core.lws
Classes in com.biglybt.core.lws that implement DownloadStub Modifier and Type Class Description class
LWSDownload
Methods in com.biglybt.core.lws that return DownloadStub Modifier and Type Method Description DownloadStub
LWSDownload. stubbify()
-
Uses of DownloadStub in com.biglybt.pif.download
Subinterfaces of DownloadStub in com.biglybt.pif.download Modifier and Type Interface Description interface
Download
Management of a Torrent's activity.static interface
DownloadStub.DownloadStubEx
Methods in com.biglybt.pif.download that return DownloadStub Modifier and Type Method Description DownloadStub[]
DownloadManager. getDownloadStubs()
DownloadStub
DownloadManager. lookupDownloadStub(byte[] hash)
DownloadStub
Download. stubbify()
Methods in com.biglybt.pif.download that return types with arguments of type DownloadStub Modifier and Type Method Description java.util.List<DownloadStub>
DownloadStubEvent. getDownloadStubs()
-
Uses of DownloadStub in com.biglybt.pifimpl.local.download
Classes in com.biglybt.pifimpl.local.download that implement DownloadStub Modifier and Type Class Description class
DownloadImpl
class
DownloadStubImpl
Fields in com.biglybt.pifimpl.local.download with type parameters of type DownloadStub Modifier and Type Field Description private java.util.Set<DownloadStub>
DownloadManagerImpl. informing_of_add
Methods in com.biglybt.pifimpl.local.download that return DownloadStub Modifier and Type Method Description DownloadStub[]
DownloadManagerImpl. getDownloadStubs()
DownloadStub
DownloadManagerImpl. lookupDownloadStub(byte[] hash)
DownloadStub
DownloadImpl. stubbify()
protected DownloadStub
DownloadManagerImpl. stubbify(DownloadImpl download)
Methods in com.biglybt.pifimpl.local.download with parameters of type DownloadStub Modifier and Type Method Description private void
DownloadManagerImpl. informAdded(DownloadStub stub, boolean preparing)
private void
DownloadManagerImpl. informRemoved(DownloadStub stub, boolean preparing)
-
Uses of DownloadStub in com.biglybt.pifimpl.remote.download
Classes in com.biglybt.pifimpl.remote.download that implement DownloadStub Modifier and Type Class Description class
RPDownload
Methods in com.biglybt.pifimpl.remote.download that return DownloadStub Modifier and Type Method Description DownloadStub[]
RPDownloadManager. getDownloadStubs()
DownloadStub
RPDownloadManager. lookupDownloadStub(byte[] hash)
DownloadStub
RPDownload. stubbify()
-
Uses of DownloadStub in com.biglybt.ui.swt.views
Fields in com.biglybt.ui.swt.views declared as DownloadStub Modifier and Type Field Description private DownloadStub
ArchivedFilesView. current_download
-
Uses of DownloadStub in com.biglybt.ui.swt.views.skin
Fields in com.biglybt.ui.swt.views.skin with type parameters of type DownloadStub Modifier and Type Field Description static java.lang.Class<DownloadStub>
SBC_ArchivedDownloadsView. PLUGIN_DS_TYPE
(package private) TableViewSWT<DownloadStub>
SBC_ArchivedDownloadsView. tv
Methods in com.biglybt.ui.swt.views.skin with parameters of type DownloadStub Modifier and Type Method Description boolean
SBC_ArchivedDownloadsView. filterCheck(DownloadStub ds, java.lang.String filter, boolean regex)
-
Uses of DownloadStub in com.biglybt.ui.swt.views.utils
Methods in com.biglybt.ui.swt.views.utils with parameters of type DownloadStub Modifier and Type Method Description void
ManagerUtils.ArchiveCallback. failed(DownloadStub original, java.lang.Throwable error)
void
ManagerUtils.ArchiveCallback. success(DownloadStub source, DownloadStub target)
Method parameters in com.biglybt.ui.swt.views.utils with type arguments of type DownloadStub Modifier and Type Method Description static void
ManagerUtils. restoreFromArchive(java.util.List<DownloadStub> downloads, boolean start, ManagerUtils.ArchiveCallback _run_when_complete)
-