Uses of Interface
com.biglybt.pif.download.DownloadStub.DownloadStubFile
-
Packages that use DownloadStub.DownloadStubFile Package Description com.biglybt.core.lws com.biglybt.pif.download com.biglybt.pifimpl.local.download com.biglybt.pifimpl.remote.download com.biglybt.ui.swt.views -
-
Uses of DownloadStub.DownloadStubFile in com.biglybt.core.lws
Methods in com.biglybt.core.lws that return DownloadStub.DownloadStubFile Modifier and Type Method Description DownloadStub.DownloadStubFile[]
LWSDownload. getStubFiles()
-
Uses of DownloadStub.DownloadStubFile in com.biglybt.pif.download
Methods in com.biglybt.pif.download that return DownloadStub.DownloadStubFile Modifier and Type Method Description DownloadStub.DownloadStubFile[]
DownloadStub. getStubFiles()
-
Uses of DownloadStub.DownloadStubFile in com.biglybt.pifimpl.local.download
Classes in com.biglybt.pifimpl.local.download that implement DownloadStub.DownloadStubFile Modifier and Type Class Description protected static class
DownloadStubImpl.DownloadStubFileImpl
Methods in com.biglybt.pifimpl.local.download that return DownloadStub.DownloadStubFile Modifier and Type Method Description DownloadStub.DownloadStubFile[]
DownloadImpl. getStubFiles()
DownloadStub.DownloadStubFile[]
DownloadStubImpl. getStubFiles()
Constructors in com.biglybt.pifimpl.local.download with parameters of type DownloadStub.DownloadStubFile Constructor Description DownloadStubFileImpl(DownloadStubImpl _stub, DownloadStub.DownloadStubFile stub_file)
-
Uses of DownloadStub.DownloadStubFile in com.biglybt.pifimpl.remote.download
Methods in com.biglybt.pifimpl.remote.download that return DownloadStub.DownloadStubFile Modifier and Type Method Description DownloadStub.DownloadStubFile[]
RPDownload. getStubFiles()
-
Uses of DownloadStub.DownloadStubFile in com.biglybt.ui.swt.views
Fields in com.biglybt.ui.swt.views with type parameters of type DownloadStub.DownloadStubFile Modifier and Type Field Description private TableViewSWT<DownloadStub.DownloadStubFile>
ArchivedFilesView. tv
Methods in com.biglybt.ui.swt.views that return types with arguments of type DownloadStub.DownloadStubFile Modifier and Type Method Description TableViewSWT<DownloadStub.DownloadStubFile>
ArchivedFilesView. initYourTableView()
-