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 TorrentOpenOptionsMethods in com.biglybt.core.torrent.impl that return TorrentOpenOptionsModifier and TypeMethodDescriptionTorrentOpenOptions.getClone()
TorrentOpenFileOptions.getTorrentOptions()
static TorrentOpenOptions
TorrentOpenOptions.importFromMap
(Map<String, Object> map) Constructors in com.biglybt.core.torrent.impl with parameters of type TorrentOpenOptionsModifierConstructorDescriptionTorrentOpenFileOptions
(TorrentOpenOptions parent, int iIndex, String orgFullName, String orgFileName, long lSize, boolean wanted) Initprivate
TorrentOpenOptions
(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 TorrentOpenOptions
TorrentManagerImpl.TorrentOptionsImpl.options
Fields in com.biglybt.pifimpl.local.torrent with type parameters of type TorrentOpenOptionsMethods in com.biglybt.pifimpl.local.torrent with parameters of type TorrentOpenOptionsModifier and TypeMethodDescriptionvoid
TorrentManagerImpl.optionsAccepted
(TorrentOpenOptions options) void
TorrentManagerImpl.optionsAdded
(TorrentOpenOptions options) void
TorrentManagerImpl.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 with parameters of type TorrentOpenOptionsModifier and TypeMethodDescriptionboolean
UIFunctions.addTorrentWithOptions
(boolean force, TorrentOpenOptions torrentOptions) Opens the Torrent Add Options Window, if configured toboolean
UIFunctions.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) TorrentOpenOptions
FileDownloadWindow.torrentOptions
Constructors 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.private
FileDownloadWindow
(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 boolean
TorrentOpener.mergeFileIntoTorrentInfo
(String sFileName, String sOriginatingLocation, TorrentOpenOptions torrentOptions) Creates a TorrentInfo from a file.static void
TorrentOpener.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 with parameters of type TorrentOpenOptionsModifier and TypeMethodDescriptionboolean
MainWindowDelayStub.UIFunctionsSWTImpl.addTorrentWithOptions
(boolean force, TorrentOpenOptions torrentOptions) boolean
MainWindowDelayStub.UIFunctionsSWTImpl.addTorrentWithOptions
(TorrentOpenOptions torrentOptions, Map<String, Object> options) boolean
UIFunctionsImpl.addTorrentWithOptions
(boolean force, TorrentOpenOptions torrentOptions) boolean
UIFunctionsImpl.addTorrentWithOptions
(TorrentOpenOptions torrentOptions, Map<String, Object> addOptions) private boolean
UIFunctionsImpl.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 TorrentOpenOptions
OpenTorrentOptionsWindow.OpenTorrentInstance.torrentOptions
Fields in com.biglybt.ui.swt.shells.opentorrent with type parameters of type TorrentOpenOptionsModifier and TypeFieldDescriptionprivate final List
<TorrentOpenOptions> OpenTorrentOptionsWindow.OpenTorrentInstance.torrentOptionsMulti
Methods in com.biglybt.ui.swt.shells.opentorrent that return TorrentOpenOptionsModifier and TypeMethodDescriptionprotected TorrentOpenOptions
OpenTorrentOptionsWindow.OpenTorrentInstance.getOptions()
Methods in com.biglybt.ui.swt.shells.opentorrent with parameters of type TorrentOpenOptionsModifier and TypeMethodDescriptionstatic void
OpenTorrentOptionsWindow.addTorrent
(TorrentOpenOptions torrentOptions) private static void
OpenTorrentOptionsWindow.addTorrentSupport
(TorrentOpenOptions torrentOptions, int attempt_count) OpenTorrentOptionsWindow.getInstance
(TorrentOpenOptions options) protected void
OpenTorrentOptionsWindow.swt_addTorrent
(HashWrapper hash, TorrentOpenOptions torrentOptions) Constructors in com.biglybt.ui.swt.shells.opentorrent with parameters of type TorrentOpenOptionsModifierConstructorDescriptionprivate
OpenTorrentInstance
(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 TorrentOpenOptionsModifierConstructorDescriptionprivate
OpenTorrentInstance
(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 void
ManagerUtils.locateFilesSupport
(DownloadManager[] dms, DiskManagerFileInfo[][] dm_files, List<TorrentOpenOptions> torrents, Consumer<File[]> listener, org.eclipse.swt.widgets.Shell shell) static void
ManagerUtils.locateSaveLocations
(List<TorrentOpenOptions> torrents, org.eclipse.swt.widgets.Shell shell, Consumer<File[]> listener) static void
ManagerUtils.locateSavePaths
(List<TorrentOpenOptions> torrents, org.eclipse.swt.widgets.Shell shell, String[] roots, Consumer<File[]> listener)