Uses of Class
com.biglybt.core.torrent.impl.TorrentOpenOptions
-
-
Uses of TorrentOpenOptions in com.biglybt.core.torrent.impl
Fields in com.biglybt.core.torrent.impl declared as TorrentOpenOptions Modifier and Type Field Description TorrentOpenOptions
TorrentOpenFileOptions. parent
Methods in com.biglybt.core.torrent.impl that return TorrentOpenOptions Modifier and Type Method Description TorrentOpenOptions
TorrentOpenOptions. getClone()
TorrentOpenOptions
TorrentOpenFileOptions. getTorrentOptions()
Constructors in com.biglybt.core.torrent.impl with parameters of type TorrentOpenOptions Constructor Description TorrentOpenFileOptions(TorrentOpenOptions parent, int iIndex, java.lang.String orgFullName, java.lang.String orgFileName, long lSize, boolean wanted)
InitTorrentOpenOptions(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 TorrentOpenOptions Modifier and Type Field Description private TorrentOpenOptions
TorrentManagerImpl.TorrentOptionsImpl. options
Fields in com.biglybt.pifimpl.local.torrent with type parameters of type TorrentOpenOptions Modifier and Type Field Description private java.util.Map<TorrentOpenOptions,TorrentManagerImpl.TorrentOptionsImpl>
TorrentManagerImpl. too_state
Methods in com.biglybt.pifimpl.local.torrent with parameters of type TorrentOpenOptions Modifier and Type Method Description void
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 Constructor Description TorrentOptionsImpl(TorrentOpenOptions _options)
-
Uses of TorrentOpenOptions in com.biglybt.ui
Methods in com.biglybt.ui with parameters of type TorrentOpenOptions Modifier and Type Method Description boolean
UIFunctions. addTorrentWithOptions(boolean force, TorrentOpenOptions torrentOptions)
Opens the Torrent Add Options Window, if configured toboolean
UIFunctions. addTorrentWithOptions(TorrentOpenOptions torrentOptions, java.util.Map<java.lang.String,java.lang.Object> addOptions)
-
Uses of TorrentOpenOptions in com.biglybt.ui.swt
Fields in com.biglybt.ui.swt declared as TorrentOpenOptions Modifier and Type Field Description (package private) TorrentOpenOptions
FileDownloadWindow. torrentOptions
Constructors in com.biglybt.ui.swt with parameters of type TorrentOpenOptions Constructor Description FileDownloadWindow(org.eclipse.swt.widgets.Shell parent, java.lang.String url, java.lang.String referrer, java.util.Map request_properties, TorrentOpenOptions torrentOptions, TorrentDownloaderCallBackInterface listener)
Create a file download window.FileDownloadWindow(org.eclipse.swt.widgets.Shell parent, java.lang.String url, java.lang.String referrer, java.util.Map request_properties, TorrentOpenOptions torrentOptions, TorrentDownloaderCallBackInterface listener, java.lang.Runnable callOnError)
-
Uses of TorrentOpenOptions in com.biglybt.ui.swt.mainwindow
Methods in com.biglybt.ui.swt.mainwindow with parameters of type TorrentOpenOptions Modifier and Type Method Description static boolean
TorrentOpener. mergeFileIntoTorrentInfo(java.lang.String sFileName, java.lang.String sOriginatingLocation, TorrentOpenOptions torrentOptions)
Creates a TorrentInfo from a file.static void
TorrentOpener. openTorrentsFromStrings(TorrentOpenOptions optionsToClone, org.eclipse.swt.widgets.Shell parent, java.lang.String pathPrefix, java.lang.String[] torrents, java.lang.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 TorrentOpenOptions Modifier and Type Method Description boolean
MainWindowDelayStub.UIFunctionsSWTImpl. addTorrentWithOptions(boolean force, TorrentOpenOptions torrentOptions)
boolean
MainWindowDelayStub.UIFunctionsSWTImpl. addTorrentWithOptions(TorrentOpenOptions torrentOptions, java.util.Map<java.lang.String,java.lang.Object> options)
boolean
UIFunctionsImpl. addTorrentWithOptions(boolean force, TorrentOpenOptions torrentOptions)
boolean
UIFunctionsImpl. addTorrentWithOptions(TorrentOpenOptions torrentOptions, java.util.Map<java.lang.String,java.lang.Object> addOptions)
private boolean
UIFunctionsImpl. addTorrentWithOptionsSupport(TorrentOpenOptions torrentOptions, java.util.Map<java.lang.String,java.lang.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 TorrentOpenOptions Modifier and Type Field Description private TorrentOpenOptions
OpenTorrentOptionsWindow.OpenTorrentInstance. torrentOptions
Fields in com.biglybt.ui.swt.shells.opentorrent with type parameters of type TorrentOpenOptions Modifier and Type Field Description private java.util.List<TorrentOpenOptions>
OpenTorrentOptionsWindow.OpenTorrentInstance. torrentOptionsMulti
Methods in com.biglybt.ui.swt.shells.opentorrent that return TorrentOpenOptions Modifier and Type Method Description protected TorrentOpenOptions
OpenTorrentOptionsWindow.OpenTorrentInstance. getOptions()
Methods in com.biglybt.ui.swt.shells.opentorrent with parameters of type TorrentOpenOptions Modifier and Type Method Description static void
OpenTorrentOptionsWindow. addTorrent(TorrentOpenOptions torrentOptions)
private static void
OpenTorrentOptionsWindow. addTorrentSupport(TorrentOpenOptions torrentOptions, int attempt_count)
protected void
OpenTorrentOptionsWindow. swt_addTorrent(HashWrapper hash, TorrentOpenOptions torrentOptions)
Constructors in com.biglybt.ui.swt.shells.opentorrent with parameters of type TorrentOpenOptions Constructor Description 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 TorrentOpenOptions Constructor Description OpenTorrentInstance(org.eclipse.swt.widgets.Composite _parent, java.util.List<TorrentOpenOptions> _torrentOptionsMulti, OpenTorrentOptionsWindow.OpenTorrentInstanceListener _changeListener)
-