Uses of Class
com.biglybt.core.torrent.impl.TorrentOpenFileOptions
Packages that use TorrentOpenFileOptions
-
Uses of TorrentOpenFileOptions in com.biglybt.core.torrent.impl
Fields in com.biglybt.core.torrent.impl declared as TorrentOpenFileOptionsMethods in com.biglybt.core.torrent.impl that return TorrentOpenFileOptionsMethods in com.biglybt.core.torrent.impl with parameters of type TorrentOpenFileOptionsModifier and TypeMethodDescriptionvoid
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 TorrentOpenFileOptionsModifier and TypeFieldDescriptionprivate TableViewSWT
<TorrentOpenFileOptions> OpenTorrentOptionsWindow.OpenTorrentInstance.tvFiles
Methods in com.biglybt.ui.swt.shells.opentorrent that return TorrentOpenFileOptionsModifier and TypeMethodDescriptionprivate TorrentOpenFileOptions
OpenTorrentOptionsWindow.TreeNode.getFile()
Methods in com.biglybt.ui.swt.shells.opentorrent that return types with arguments of type TorrentOpenFileOptionsModifier and TypeMethodDescriptionprivate List
<TorrentOpenFileOptions> OpenTorrentOptionsWindow.TreeNode.getFiles()
Methods in com.biglybt.ui.swt.shells.opentorrent with parameters of type TorrentOpenFileOptionsModifier and TypeMethodDescriptionprivate void
OpenTorrentOptionsWindow.OpenTorrentInstance.changeFileDestination
(TorrentOpenFileOptions[] infos, boolean allAtOnce) boolean
OpenTorrentOptionsWindow.OpenTorrentInstance.filterCheck
(TorrentOpenFileOptions ds, String filter, boolean regex, boolean confusable) 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 TorrentOpenFileOptionsModifier and TypeMethodDescriptionprivate void
OpenTorrentOptionsWindow.TreeNode.getFiles
(List<TorrentOpenFileOptions> files)