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 TypeInterfaceDescriptioninterfaceManagement of a Torrent's activity.static interfaceMethods 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 DownloadStubDownloadManagerImpl.stubbify(DownloadImpl download) Methods in com.biglybt.pifimpl.local.download with parameters of type DownloadStubModifier and TypeMethodDescriptionprivate voidDownloadManagerImpl.informAdded(DownloadStub stub, boolean preparing) private voidDownloadManagerImpl.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
Classes in com.biglybt.ui.swt.views.skin that implement interfaces with type arguments of type DownloadStubFields 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.tvMethods in com.biglybt.ui.swt.views.skin with parameters of type DownloadStubModifier and TypeMethodDescriptionbooleanSBC_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 TypeMethodDescriptionvoidManagerUtils.ArchiveCallback.failed(DownloadStub original, Throwable error) voidManagerUtils.ArchiveCallback.success(DownloadStub source, DownloadStub target) Method parameters in com.biglybt.ui.swt.views.utils with type arguments of type DownloadStubModifier and TypeMethodDescriptionstatic voidManagerUtils.restoreFromArchive(List<DownloadStub> downloads, boolean start, ManagerUtils.ArchiveCallback _run_when_complete)