Uses of Interface
com.biglybt.pif.download.DownloadStub
Packages that use DownloadStub
Package
Description
-
Uses of DownloadStub in com.biglybt.core.lws
Classes in com.biglybt.core.lws that implement DownloadStubMethods in com.biglybt.core.lws that return DownloadStub -
Uses of DownloadStub in com.biglybt.pif.download
Subinterfaces of DownloadStub in com.biglybt.pif.downloadModifier and TypeInterfaceDescriptioninterface
Management of a Torrent's activity.static interface
Methods in com.biglybt.pif.download that return DownloadStubModifier and TypeMethodDescriptionDownloadManager.getDownloadStubs()
DownloadManager.lookupDownloadStub
(byte[] hash) Download.stubbify()
Methods in com.biglybt.pif.download that return types with arguments of type DownloadStub -
Uses of DownloadStub in com.biglybt.pifimpl.local.download
Classes in com.biglybt.pifimpl.local.download that implement DownloadStubFields in com.biglybt.pifimpl.local.download with type parameters of type DownloadStubMethods in com.biglybt.pifimpl.local.download that return DownloadStubModifier and TypeMethodDescriptionDownloadManagerImpl.getDownloadStubs()
DownloadManagerImpl.lookupDownloadStub
(byte[] hash) DownloadImpl.stubbify()
protected DownloadStub
DownloadManagerImpl.stubbify
(DownloadImpl download) Methods in com.biglybt.pifimpl.local.download with parameters of type DownloadStubModifier and TypeMethodDescriptionprivate 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 DownloadStubMethods in com.biglybt.pifimpl.remote.download that return DownloadStubModifier and TypeMethodDescriptionRPDownloadManager.getDownloadStubs()
RPDownloadManager.lookupDownloadStub
(byte[] hash) RPDownload.stubbify()
-
Uses of DownloadStub in com.biglybt.ui.swt.views
Fields in com.biglybt.ui.swt.views declared as DownloadStub -
Uses of DownloadStub in com.biglybt.ui.swt.views.skin
Fields in com.biglybt.ui.swt.views.skin with type parameters of type DownloadStubModifier and TypeFieldDescriptionstatic final 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 DownloadStubModifier and TypeMethodDescriptionboolean
SBC_ArchivedDownloadsView.filterCheck
(DownloadStub ds, String filter, boolean regex, boolean confusable) -
Uses of DownloadStub in com.biglybt.ui.swt.views.utils
Methods in com.biglybt.ui.swt.views.utils with parameters of type DownloadStubModifier and TypeMethodDescriptionvoid
ManagerUtils.ArchiveCallback.failed
(DownloadStub original, Throwable error) void
ManagerUtils.ArchiveCallback.success
(DownloadStub source, DownloadStub target) Method parameters in com.biglybt.ui.swt.views.utils with type arguments of type DownloadStubModifier and TypeMethodDescriptionstatic void
ManagerUtils.restoreFromArchive
(List<DownloadStub> downloads, boolean start, ManagerUtils.ArchiveCallback _run_when_complete)