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 TypeMethodDescriptionvoidTorrentOpenOptions.fileDownloadStateChanged(TorrentOpenFileOptions torrentOpenFileOptions, boolean toDownload) voidTorrentOpenOptions.filePriorityStateChanged(TorrentOpenFileOptions torrentOpenFileOptions, int priority) voidTorrentOpenOptions.FileListener.priorityChanged(TorrentOpenFileOptions torrentOpenFileOptions, int priority) default voidTorrentOpenOptions.ParentDirChangedListener.priorityChanged(TorrentOpenFileOptions torrentOpenFileOptions, int priority) voidTorrentOpenOptions.FileListener.toDownloadChanged(TorrentOpenFileOptions torrentOpenFileOptions, boolean toDownload) default voidTorrentOpenOptions.ParentDirChangedListener.toDownloadChanged(TorrentOpenFileOptions torrentOpenFileOptions, boolean toDownload) -
Uses of TorrentOpenFileOptions in com.biglybt.ui.swt.shells.opentorrent
Classes in com.biglybt.ui.swt.shells.opentorrent that implement interfaces with type arguments of type TorrentOpenFileOptionsFields in com.biglybt.ui.swt.shells.opentorrent with type parameters of type TorrentOpenFileOptionsModifier and TypeFieldDescriptionprivate TableViewSWT<TorrentOpenFileOptions> OpenTorrentOptionsWindow.OpenTorrentInstance.tvFilesMethods in com.biglybt.ui.swt.shells.opentorrent that return TorrentOpenFileOptionsModifier and TypeMethodDescriptionprivate TorrentOpenFileOptionsOpenTorrentOptionsWindow.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 voidOpenTorrentOptionsWindow.OpenTorrentInstance.changeFileDestination(TorrentOpenFileOptions[] infos, boolean allAtOnce) booleanOpenTorrentOptionsWindow.OpenTorrentInstance.filterCheck(TorrentOpenFileOptions ds, String filter, boolean regex, boolean confusable) protected voidOpenTorrentOptionsWindow.OpenTorrentInstance.renameFilenames(TorrentOpenFileOptions[] torrentFileInfos) protected voidOpenTorrentOptionsWindow.OpenTorrentInstance.renameFilenames(TorrentOpenFileOptions[] torrentFileInfos, int index) private voidOpenTorrentOptionsWindow.TreeNode.setFile(TorrentOpenFileOptions file) private voidOpenTorrentOptionsWindow.OpenTorrentInstance.setToDownload(TorrentOpenFileOptions[] infos, boolean download) Method parameters in com.biglybt.ui.swt.shells.opentorrent with type arguments of type TorrentOpenFileOptionsModifier and TypeMethodDescriptionprivate voidOpenTorrentOptionsWindow.TreeNode.getFiles(List<TorrentOpenFileOptions> files)