Uses of Class
com.biglybt.core.torrent.impl.TorrentOpenFileOptions
-
Packages that use TorrentOpenFileOptions Package Description com.biglybt.core.torrent.impl com.biglybt.ui.swt.shells.opentorrent -
-
Uses of TorrentOpenFileOptions in com.biglybt.core.torrent.impl
Fields in com.biglybt.core.torrent.impl declared as TorrentOpenFileOptions Modifier and Type Field Description private TorrentOpenFileOptions[]
TorrentOpenOptions. files
Methods in com.biglybt.core.torrent.impl that return TorrentOpenFileOptions Modifier and Type Method Description TorrentOpenFileOptions[]
TorrentOpenOptions. getFiles()
Methods in com.biglybt.core.torrent.impl with parameters of type TorrentOpenFileOptions Modifier and Type Method Description void
TorrentOpenOptions. fileDownloadStateChanged(TorrentOpenFileOptions torrentOpenFileOptions, boolean toDownload)
void
TorrentOpenOptions. filePriorityStateChanged(TorrentOpenFileOptions torrentOpenFileOptions, int priority)
void
TorrentOpenOptions.FileListener. priorityChanged(TorrentOpenFileOptions torrentOpenFileOptions, int priority)
default void
TorrentOpenOptions.ParentDirChangedListener. priorityChanged(TorrentOpenFileOptions torrentOpenFileOptions, int priority)
void
TorrentOpenOptions.FileListener. toDownloadChanged(TorrentOpenFileOptions torrentOpenFileOptions, boolean toDownload)
default void
TorrentOpenOptions.ParentDirChangedListener. toDownloadChanged(TorrentOpenFileOptions torrentOpenFileOptions, boolean toDownload)
-
Uses of TorrentOpenFileOptions in com.biglybt.ui.swt.shells.opentorrent
Fields in com.biglybt.ui.swt.shells.opentorrent with type parameters of type TorrentOpenFileOptions Modifier and Type Field Description private TableViewSWT<TorrentOpenFileOptions>
OpenTorrentOptionsWindow.OpenTorrentInstance. tvFiles
Methods in com.biglybt.ui.swt.shells.opentorrent that return TorrentOpenFileOptions Modifier and Type Method Description private TorrentOpenFileOptions
OpenTorrentOptionsWindow.TreeNode. getFile()
Methods in com.biglybt.ui.swt.shells.opentorrent that return types with arguments of type TorrentOpenFileOptions Modifier and Type Method Description private java.util.List<TorrentOpenFileOptions>
OpenTorrentOptionsWindow.TreeNode. getFiles()
Methods in com.biglybt.ui.swt.shells.opentorrent with parameters of type TorrentOpenFileOptions Modifier and Type Method Description private void
OpenTorrentOptionsWindow.OpenTorrentInstance. changeFileDestination(TorrentOpenFileOptions[] infos, boolean allAtOnce)
boolean
OpenTorrentOptionsWindow.OpenTorrentInstance. filterCheck(TorrentOpenFileOptions ds, java.lang.String filter, boolean regex)
protected void
OpenTorrentOptionsWindow.OpenTorrentInstance. renameFilenames(TorrentOpenFileOptions[] torrentFileInfos)
protected void
OpenTorrentOptionsWindow.OpenTorrentInstance. renameFilenames(TorrentOpenFileOptions[] torrentFileInfos, int index)
private void
OpenTorrentOptionsWindow.TreeNode. setFile(TorrentOpenFileOptions file)
private void
OpenTorrentOptionsWindow.OpenTorrentInstance. setToDownload(TorrentOpenFileOptions[] infos, boolean download)
Method parameters in com.biglybt.ui.swt.shells.opentorrent with type arguments of type TorrentOpenFileOptions Modifier and Type Method Description private void
OpenTorrentOptionsWindow.TreeNode. getFiles(java.util.List<TorrentOpenFileOptions> files)
-