Uses of Class
com.biglybt.core.torrent.impl.TorrentOpenOptions
Packages that use TorrentOpenOptions
Package
Description
-
Uses of TorrentOpenOptions in com.biglybt.core.torrent.impl
Fields in com.biglybt.core.torrent.impl declared as TorrentOpenOptionsModifier and TypeFieldDescriptionprivate final TorrentOpenOptionsTorrentOpenFileOptions.torrentOptionsMethods in com.biglybt.core.torrent.impl that return TorrentOpenOptionsModifier and TypeMethodDescriptionTorrentOpenOptions.getClone()TorrentOpenFileOptions.getTorrentOptions()static TorrentOpenOptionsTorrentOpenOptions.importFromMap(Map<String, Object> map) Constructors in com.biglybt.core.torrent.impl with parameters of type TorrentOpenOptionsModifierConstructorDescriptionTorrentOpenFileOptions(TorrentOpenOptions parent, TOTorrentFile tfile, boolean wanted) privateTorrentOpenOptions(TorrentOpenOptions toBeCloned) clones everything except files and torrent -
Uses of TorrentOpenOptions in com.biglybt.pifimpl.local.torrent
Fields in com.biglybt.pifimpl.local.torrent declared as TorrentOpenOptionsModifier and TypeFieldDescriptionprivate TorrentOpenOptionsTorrentManagerImpl.TorrentOptionsImpl.optionsFields in com.biglybt.pifimpl.local.torrent with type parameters of type TorrentOpenOptionsMethods in com.biglybt.pifimpl.local.torrent with parameters of type TorrentOpenOptionsModifier and TypeMethodDescriptionvoidTorrentManagerImpl.optionsAccepted(TorrentOpenOptions options) voidTorrentManagerImpl.optionsAdded(TorrentOpenOptions options) voidTorrentManagerImpl.optionsRemoved(TorrentOpenOptions options) Constructors in com.biglybt.pifimpl.local.torrent with parameters of type TorrentOpenOptions -
Uses of TorrentOpenOptions in com.biglybt.ui
Methods in com.biglybt.ui that return types with arguments of type TorrentOpenOptionsMethods in com.biglybt.ui with parameters of type TorrentOpenOptionsModifier and TypeMethodDescriptionbooleanUIFunctions.addTorrentWithOptions(boolean force, TorrentOpenOptions torrentOptions) Opens the Torrent Add Options Window, if configured tobooleanUIFunctions.addTorrentWithOptions(TorrentOpenOptions torrentOptions, Map<String, Object> addOptions) -
Uses of TorrentOpenOptions in com.biglybt.ui.swt
Fields in com.biglybt.ui.swt declared as TorrentOpenOptionsModifier and TypeFieldDescription(package private) TorrentOpenOptionsFileDownloadWindow.torrentOptionsConstructors in com.biglybt.ui.swt with parameters of type TorrentOpenOptionsModifierConstructorDescriptionFileDownloadWindow(org.eclipse.swt.widgets.Shell parent, String url, String referrer, Map request_properties, TorrentOpenOptions torrentOptions, TorrentDownloaderCallBackInterface listener) Create a file download window.privateFileDownloadWindow(org.eclipse.swt.widgets.Shell parent, String url, String referrer, Map request_properties, TorrentOpenOptions torrentOptions, TorrentDownloaderCallBackInterface listener, Runnable callOnError) -
Uses of TorrentOpenOptions in com.biglybt.ui.swt.mainwindow
Methods in com.biglybt.ui.swt.mainwindow with parameters of type TorrentOpenOptionsModifier and TypeMethodDescriptionstatic booleanTorrentOpener.mergeFileIntoTorrentInfo(String sFileName, String sOriginatingLocation, TorrentOpenOptions torrentOptions) Creates a TorrentInfo from a file.static voidTorrentOpener.openTorrentsFromStrings(TorrentOpenOptions optionsToClone, org.eclipse.swt.widgets.Shell parent, String pathPrefix, String[] torrents, String referrer, TorrentDownloaderCallBackInterface listener, boolean forceTorrentOptionsWindow) Adds torrents that are listed in torrents array. -
Uses of TorrentOpenOptions in com.biglybt.ui.swt.shells.main
Methods in com.biglybt.ui.swt.shells.main that return types with arguments of type TorrentOpenOptionsModifier and TypeMethodDescriptionMainWindowDelayStub.UIFunctionsSWTImpl.getTorrentOptions()UIFunctionsImpl.getTorrentOptions()Methods in com.biglybt.ui.swt.shells.main with parameters of type TorrentOpenOptionsModifier and TypeMethodDescriptionbooleanMainWindowDelayStub.UIFunctionsSWTImpl.addTorrentWithOptions(boolean force, TorrentOpenOptions torrentOptions) booleanMainWindowDelayStub.UIFunctionsSWTImpl.addTorrentWithOptions(TorrentOpenOptions torrentOptions, Map<String, Object> options) booleanUIFunctionsImpl.addTorrentWithOptions(boolean force, TorrentOpenOptions torrentOptions) booleanUIFunctionsImpl.addTorrentWithOptions(TorrentOpenOptions torrentOptions, Map<String, Object> addOptions) private booleanUIFunctionsImpl.addTorrentWithOptionsSupport(TorrentOpenOptions torrentOptions, Map<String, Object> addOptions, boolean is_silent) -
Uses of TorrentOpenOptions in com.biglybt.ui.swt.shells.opentorrent
Fields in com.biglybt.ui.swt.shells.opentorrent declared as TorrentOpenOptionsModifier and TypeFieldDescriptionprivate final TorrentOpenOptionsOpenTorrentOptionsWindow.OpenTorrentInstance.torrentOptionsFields in com.biglybt.ui.swt.shells.opentorrent with type parameters of type TorrentOpenOptionsModifier and TypeFieldDescriptionprivate final List<TorrentOpenOptions> OpenTorrentOptionsWindow.OpenTorrentInstance.torrentOptionsMultiMethods in com.biglybt.ui.swt.shells.opentorrent that return TorrentOpenOptionsModifier and TypeMethodDescriptionprotected TorrentOpenOptionsOpenTorrentOptionsWindow.OpenTorrentInstance.getOptions()Methods in com.biglybt.ui.swt.shells.opentorrent that return types with arguments of type TorrentOpenOptionsModifier and TypeMethodDescriptionstatic List<TorrentOpenOptions> OpenTorrentOptionsWindow.getActiveTorrentOptions()Methods in com.biglybt.ui.swt.shells.opentorrent with parameters of type TorrentOpenOptionsModifier and TypeMethodDescriptionstatic voidOpenTorrentOptionsWindow.addTorrent(TorrentOpenOptions torrentOptions) private static voidOpenTorrentOptionsWindow.addTorrentSupport(TorrentOpenOptions torrentOptions, int attempt_count) OpenTorrentOptionsWindow.getInstance(TorrentOpenOptions options) protected voidOpenTorrentOptionsWindow.swt_addTorrent(HashWrapper hash, TorrentOpenOptions torrentOptions) Constructors in com.biglybt.ui.swt.shells.opentorrent with parameters of type TorrentOpenOptionsModifierConstructorDescriptionprivateOpenTorrentInstance(HashWrapper _hash, org.eclipse.swt.widgets.Composite _parent, TorrentOpenOptions _torrentOptions, OpenTorrentOptionsWindow.OpenTorrentInstanceListener _changeListener) Constructor parameters in com.biglybt.ui.swt.shells.opentorrent with type arguments of type TorrentOpenOptionsModifierConstructorDescriptionprivateOpenTorrentInstance(org.eclipse.swt.widgets.Composite _parent, List<TorrentOpenOptions> _torrentOptionsMulti, OpenTorrentOptionsWindow.OpenTorrentInstanceListener _changeListener) -
Uses of TorrentOpenOptions in com.biglybt.ui.swt.views.utils
Method parameters in com.biglybt.ui.swt.views.utils with type arguments of type TorrentOpenOptionsModifier and TypeMethodDescriptionprivate static voidManagerUtils.locateFilesSupport(DownloadManager[] dms, DiskManagerFileInfo[][] dm_files, List<TorrentOpenOptions> torrents, Consumer<File[]> listener, org.eclipse.swt.widgets.Shell shell) static voidManagerUtils.locateSaveLocations(List<TorrentOpenOptions> torrents, org.eclipse.swt.widgets.Shell shell, Consumer<File[]> listener) static voidManagerUtils.locateSavePaths(List<TorrentOpenOptions> torrents, org.eclipse.swt.widgets.Shell shell, String[] roots, Consumer<File[]> listener)