Uses of Class
com.biglybt.ui.selectedcontent.DownloadUrlInfo
-
Packages that use DownloadUrlInfo Package Description com.biglybt.ui.selectedcontent com.biglybt.ui.swt.browser.listener com.biglybt.ui.swt.subscriptions com.biglybt.ui.swt.utils com.biglybt.util -
-
Uses of DownloadUrlInfo in com.biglybt.ui.selectedcontent
Fields in com.biglybt.ui.selectedcontent declared as DownloadUrlInfo Modifier and Type Field Description private DownloadUrlInfo
SelectedContent. downloadInfo
Methods in com.biglybt.ui.selectedcontent that return DownloadUrlInfo Modifier and Type Method Description DownloadUrlInfo
ISelectedContent. getDownloadInfo()
DownloadUrlInfo
SelectedContent. getDownloadInfo()
Methods in com.biglybt.ui.selectedcontent with parameters of type DownloadUrlInfo Modifier and Type Method Description boolean
DownloadUrlInfo. sameAs(DownloadUrlInfo other)
void
SelectedContent. setDownloadInfo(DownloadUrlInfo info)
-
Uses of DownloadUrlInfo in com.biglybt.ui.swt.browser.listener
Subclasses of DownloadUrlInfo in com.biglybt.ui.swt.browser.listener Modifier and Type Class Description class
DownloadUrlInfoSWT
-
Uses of DownloadUrlInfo in com.biglybt.ui.swt.subscriptions
Methods in com.biglybt.ui.swt.subscriptions that return DownloadUrlInfo Modifier and Type Method Description DownloadUrlInfo
SubscriptionSelectedContent. getDownloadInfo()
-
Uses of DownloadUrlInfo in com.biglybt.ui.swt.utils
Methods in com.biglybt.ui.swt.utils with parameters of type DownloadUrlInfo Modifier and Type Method Description private static void
TorrentUIUtilsV3. _loadTorrent(Core core, DownloadUrlInfo dlInfo, boolean playNow, boolean playPrepare, boolean bringToFront)
static void
TorrentUIUtilsV3. loadTorrent(DownloadUrlInfo dlInfo, boolean playNow, boolean playPrepare, boolean bringToFront)
-
Uses of DownloadUrlInfo in com.biglybt.util
Methods in com.biglybt.util that return DownloadUrlInfo Modifier and Type Method Description static DownloadUrlInfo
DataSourceUtils. getDownloadInfo(java.lang.Object ds)
-