Uses of Interface
com.biglybt.core.download.DownloadManager
-
-
Uses of DownloadManager in com.biglybt.activities
Fields in com.biglybt.activities declared as DownloadManager Modifier and Type Field Description private DownloadManager
ActivitiesEntry. dm
Methods in com.biglybt.activities that return DownloadManager Modifier and Type Method Description DownloadManager
ActivitiesEntry. getDownloadManger()
Methods in com.biglybt.activities with parameters of type DownloadManager Modifier and Type Method Description void
ActivitiesEntry. setDownloadManager(DownloadManager dm)
-
Uses of DownloadManager in com.biglybt.core
Methods in com.biglybt.core that return DownloadManager Modifier and Type Method Description DownloadManager
CoreOperationTask. getDownload()
-
Uses of DownloadManager in com.biglybt.core.category
Methods in com.biglybt.core.category that return types with arguments of type DownloadManager Modifier and Type Method Description java.util.List<DownloadManager>
Category. getDownloadManagers(java.util.List<DownloadManager> all_download_managers)
Retrieve a list of DownloadManagers for this categoryMethods in com.biglybt.core.category with parameters of type DownloadManager Modifier and Type Method Description void
CategoryListener. downloadManagerAdded(Category cat, DownloadManager manager)
A DownloadManager has been added to a Categoryvoid
CategoryListener. downloadManagerRemoved(Category cat, DownloadManager removed)
A DownloadManager has been removed from a CategoryMethod parameters in com.biglybt.core.category with type arguments of type DownloadManager Modifier and Type Method Description java.util.List<DownloadManager>
Category. getDownloadManagers(java.util.List<DownloadManager> all_download_managers)
Retrieve a list of DownloadManagers for this category -
Uses of DownloadManager in com.biglybt.core.category.impl
Fields in com.biglybt.core.category.impl with type parameters of type DownloadManager Modifier and Type Field Description private CopyOnWriteList<DownloadManager>
CategoryImpl. managers_cow
Methods in com.biglybt.core.category.impl that return types with arguments of type DownloadManager Modifier and Type Method Description java.util.List<DownloadManager>
CategoryImpl. getDownloadManagers(java.util.List<DownloadManager> all_dms)
java.util.Set<DownloadManager>
CategoryImpl. getTaggedDownloads()
Methods in com.biglybt.core.category.impl with parameters of type DownloadManager Modifier and Type Method Description void
CategoryManagerImpl. downloadManagerAdded(Category cat, DownloadManager manager)
void
CategoryManagerImpl. downloadManagerRemoved(Category cat, DownloadManager manager)
Method parameters in com.biglybt.core.category.impl with type arguments of type DownloadManager Modifier and Type Method Description java.util.List<DownloadManager>
CategoryImpl. getDownloadManagers(java.util.List<DownloadManager> all_dms)
-
Uses of DownloadManager in com.biglybt.core.devices.impl
Methods in com.biglybt.core.devices.impl with parameters of type DownloadManager Modifier and Type Method Description (package private) void
TranscodeManagerImpl. processCategory(Category cat, java.lang.Object[] details, DownloadManager dm)
(package private) void
TranscodeManagerImpl. processTag(Tag tag, java.lang.Object[] details, DownloadManager dm)
-
Uses of DownloadManager in com.biglybt.core.disk
Methods in com.biglybt.core.disk that return DownloadManager Modifier and Type Method Description DownloadManager
DiskManager. getDownload()
DownloadManager
DiskManagerFileInfo. getDownloadManager()
Methods in com.biglybt.core.disk with parameters of type DownloadManager Modifier and Type Method Description static void
DiskManagerFactory. clearResumeData(DownloadManager download_manager, DiskManagerFileInfo file)
static DiskManager
DiskManagerFactory. create(TOTorrent torrent, DownloadManager manager)
static DiskManagerFileInfoSet
DiskManagerFactory. getFileInfoSkeleton(DownloadManager download_manager, DiskManagerListener listener)
static void
DiskManagerFactory. recheckFile(DownloadManager download_manager, DiskManagerFileInfo file)
static void
DiskManagerFactory. setFileLinks(DownloadManager download_manager, LinkFileMap links)
-
Uses of DownloadManager in com.biglybt.core.disk.impl
Fields in com.biglybt.core.disk.impl declared as DownloadManager Modifier and Type Field Description (package private) DownloadManager
DiskManagerAllocationScheduler.AllocationInstance.Callback. dm
(package private) DownloadManager
DiskManagerRecheckScheduler.DiskManagerRecheckInstance.Callback. dm
protected DownloadManager
DiskManagerImpl. download_manager
Methods in com.biglybt.core.disk.impl that return DownloadManager Modifier and Type Method Description DownloadManager
DiskManagerImpl. getDownload()
DownloadManager
DiskManagerFileInfoImpl. getDownloadManager()
DownloadManager
DiskManagerImpl. getDownloadManager()
Methods in com.biglybt.core.disk.impl with parameters of type DownloadManager Modifier and Type Method Description static void
DiskManagerUtil. doFileExistenceChecksAfterSkipChange(DiskManagerFileInfoSet fileSet, boolean[] toCheck, boolean isSkipped, DownloadManager dm)
static DiskManagerPiece[]
DiskManagerUtil. getDiskManagerPiecesSnapshot(DownloadManager dm)
static DiskManagerFileInfoSet
DiskManagerUtil. getFileInfoSkeleton(DownloadManager download_manager, DiskManagerListener listener)
static java.lang.String
DiskManagerImpl. getStorageType(DownloadManager download_manager, int fileIndex)
Returns the storage type for aDownloadManager
's file atfileIndex
.static java.lang.String[]
DiskManagerImpl. getStorageTypes(DownloadManager download_manager)
Returns the storage type for each file inDownloadManager
.protected static void
DiskManagerUtil. loadFileDownloaded(DownloadManager download_manager, DiskManagerFileInfoHelper[] files)
(package private) static void
DiskManagerUtil. loadFilePriorities(DownloadManager download_manager, DiskManagerFileInfoSet fileSet)
static void
DiskManagerUtil. runMoveTask(DownloadManager download_manager, java.io.File destination, java.lang.Runnable target, DiskManagerUtil.MoveTaskAapter adapter)
(package private) static java.lang.String
DiskManagerUtil. setFileLink(DownloadManager download_manager, DiskManagerFileInfo[] info, DiskManagerFileInfo file_info, java.io.File from_file, java.io.File to_link, FileUtil.ProgressListener pl)
static void
DiskManagerImpl. setFileLinks(DownloadManager download_manager, LinkFileMap links)
protected static void
DiskManagerImpl. storeFileDownloaded(DownloadManager download_manager, DiskManagerFileInfo[] files, boolean persist, boolean interim)
protected static void
DiskManagerImpl. storeFilePriorities(DownloadManager download_manager, DiskManagerFileInfo[] files)
protected static void
DiskManagerUtil. storeFilePriorities(DownloadManager download_manager, DiskManagerFileInfo[] files)
Constructors in com.biglybt.core.disk.impl with parameters of type DownloadManager Constructor Description DiskManagerImpl(TOTorrent _torrent, DownloadManager _dmanager)
-
Uses of DownloadManager in com.biglybt.core.disk.impl.resume
Methods in com.biglybt.core.disk.impl.resume with parameters of type DownloadManager Modifier and Type Method Description static void
RDResumeHandler. clearResumeData(DownloadManager download_manager, DiskManagerFileInfo file)
private static int
RDResumeHandler. clearResumeDataSupport(DownloadManager download_manager, DiskManagerFileInfo file, boolean recheck, boolean onlyClearUnsharedFirstLast)
static boolean
RDResumeHandler. fileMustExist(DownloadManager download_manager, DiskManagerFileInfo file)
Deprecated.Kept for xmwebuistatic boolean
RDResumeHandler. fileMustExist(DownloadManager download_manager, DiskManagerFileInfoSet fileSet, DiskManagerFileInfo file)
protected static java.util.Map
RDResumeHandler. getResumeData(DownloadManager download_manager)
static void
RDResumeHandler. recheckFile(DownloadManager download_manager, DiskManagerFileInfo file)
static int
RDResumeHandler. storageTypeChanged(DownloadManager download_manager, DiskManagerFileInfo file)
-
Uses of DownloadManager in com.biglybt.core.download
Fields in com.biglybt.core.download declared as DownloadManager Modifier and Type Field Description (package private) DownloadManager
StreamManager.SMDImpl. dm
(package private) DownloadManager
EnhancedDownloadManager. download_manager
Fields in com.biglybt.core.download with type parameters of type DownloadManager Modifier and Type Field Description (package private) java.util.Map<DownloadManager,EnhancedDownloadManager>
DownloadManagerEnhancer. download_map
Methods in com.biglybt.core.download that return DownloadManager Modifier and Type Method Description static DownloadManager
DownloadManagerFactory. create(GlobalManager gm, byte[] torrent_hash, java.lang.String torrentFileName, java.lang.String torrent_save_dir, java.lang.String torrent_save_file, int initialState, boolean persistent, boolean recovered, boolean has_ever_been_started, java.util.List file_priorities)
static DownloadManager
DownloadManagerFactory. create(GlobalManager gm, byte[] torrent_hash, java.lang.String torrentFileName, java.lang.String savePath, java.lang.String saveFile, int initialState, boolean persistent, boolean for_seeding, java.util.List file_priorities, DownloadManagerInitialisationAdapter adapter)
DownloadManager
StreamManager.SMDImpl. getDownload()
DownloadManager
StreamManagerDownload. getDownload()
DownloadManager
DownloadManagerOptionsHandler. getDownloadManager()
DownloadManager
DownloadManagerState. getDownloadManager()
DownloadManager
EnhancedDownloadManager. getDownloadManager()
Methods in com.biglybt.core.download with parameters of type DownloadManager Modifier and Type Method Description void
DownloadManagerStateAttributeListener. attributeEventOccurred(DownloadManager download, java.lang.String attribute, int event_type)
void
DownloadManagerListener. completionChanged(DownloadManager manager, boolean bCompleted)
Notification that the completion state has changed.protected EnhancedDownloadManager.progressiveStats
EnhancedDownloadManager. createProgressiveStats(DownloadManager dm, EnhancedDownloadManagerFile file)
void
DownloadManagerListener. downloadComplete(DownloadManager manager)
Notification that we were downloading and the download has completeddefault void
DownloadManagerListener. fileLocationChanged(DownloadManager download, DiskManagerFileInfo file)
void
DownloadManagerListener. filePriorityChanged(DownloadManager download, DiskManagerFileInfo file)
void
ForceRecheckListener. forceRecheckComplete(DownloadManager dm)
EnhancedDownloadManager
DownloadManagerEnhancer. getEnhancedDownload(DownloadManager manager)
void
DownloadManagerInitialisationAdapter. initialised(DownloadManager manager, boolean for_seeding)
protected void
EnhancedDownloadManager. log(DownloadManager dm, java.lang.String str, boolean to_file)
protected void
DownloadManagerEnhancer. pause(DownloadManager dm)
void
DownloadManagerListener. positionChanged(DownloadManager download, int oldPosition, int newPosition)
protected void
DownloadManagerEnhancer. prepareForProgressiveMode(DownloadManager dm, boolean active)
protected void
DownloadManagerEnhancer. resume(DownloadManager dm)
void
DownloadManagerListener. stateChanged(DownloadManager manager, int state)
StreamManagerDownload
StreamManager. stream(DownloadManager dm, int file_index, java.net.URL url, boolean preview_mode, StreamManagerDownloadListener listener)
Constructors in com.biglybt.core.download with parameters of type DownloadManager Constructor Description EnhancedDownloadManager(DownloadManagerEnhancer _enhancer, DownloadManager _download_manager)
progressiveStatsCommon(DownloadManager _dm, EnhancedDownloadManagerFile _primary_file)
SMDImpl(DownloadManager _dm, int _file_index, java.net.URL _url, boolean _preview_mode, StreamManagerDownloadListener _listener)
-
Uses of DownloadManager in com.biglybt.core.download.impl
Classes in com.biglybt.core.download.impl that implement DownloadManager Modifier and Type Class Description class
DownloadManagerImpl
Fields in com.biglybt.core.download.impl declared as DownloadManager Modifier and Type Field Description protected DownloadManager
DownloadManagerStateImpl.nullState. download_manager
Methods in com.biglybt.core.download.impl that return DownloadManager Modifier and Type Method Description DownloadManager
DownloadManagerController.fileInfoFacade. getDownloadManager()
DownloadManager
DownloadManagerStateImpl. getDownloadManager()
DownloadManager
DownloadManagerStateImpl.nullState. getDownloadManager()
Methods in com.biglybt.core.download.impl with parameters of type DownloadManager Modifier and Type Method Description static boolean
DownloadManagerMoveHandler. canGoToCompleteDir(DownloadManager dm)
void
DownloadManagerAdapter. completionChanged(DownloadManager manager, boolean bCompleted)
(package private) static java.lang.String
DownloadManagerDefaultPaths. describe(DownloadManager dm, DownloadManagerDefaultPaths.ContextDescriptor cs)
(package private) static java.lang.String
DownloadManagerMoveHandlerUtils. describe(DownloadManager dm)
(package private) static SaveLocationChange
DownloadManagerDefaultPaths. determinePaths(DownloadManager dm, DownloadManagerDefaultPaths.MovementInformation mi, boolean check_source, boolean is_test)
This does the guts of determining appropriate file paths.void
DownloadManagerAdapter. downloadComplete(DownloadManager manager)
void
DownloadManagerAdapter. filePriorityChanged(DownloadManager download, DiskManagerFileInfo file)
(package private) static DownloadManagerDefaultPaths.MovementInformation
DownloadManagerDefaultPaths. getDownloadOrTagCompletionMovementInformation(DownloadManager dm, DownloadManagerDefaultPaths.MovementInformation def_mi)
(package private) static DownloadManagerDefaultPaths.MovementInformation
DownloadManagerDefaultPaths. getDownloadOrTagRemovalMovementInformation(DownloadManager dm, DownloadManagerDefaultPaths.MovementInformation def_mi)
static DownloadManagerState
DownloadManagerStateImpl. getDownloadState(DownloadManager dm)
static java.io.File[]
DownloadManagerMoveHandler. getRelatedDirs(DownloadManager dm)
Find all file locations that a download might exist in - this is used to see locate existing files to reuse to prevent downloads being re-added.java.io.File[]
DownloadManagerDefaultPaths.TargetSpecification. getTargets(DownloadManager dm, DownloadManagerDefaultPaths.ContextDescriptor cd)
SaveLocationChange
DownloadManagerDefaultPaths.TransferSpecification. getTransferDetails(DownloadManager dm, DownloadManagerDefaultPaths.ContextDescriptor cd, java.io.File[] target_paths)
private static boolean
DownloadManagerMoveHandler. isApplicableDownload(DownloadManager dm)
(package private) static boolean
DownloadManagerDefaultPaths. isInDefaultDownloadDir(DownloadManager dm)
(package private) static void
DownloadManagerMoveHandlerUtils. logError(java.lang.String message, DownloadManager dm, java.lang.Throwable e)
(package private) static void
DownloadManagerMoveHandlerUtils. logInfo(java.lang.String message, DownloadManager dm)
(package private) static void
DownloadManagerMoveHandlerUtils. logWarn(java.lang.String message, DownloadManager dm)
boolean
DownloadManagerDefaultPaths.SourceSpecification. matchesDownload(DownloadManager dm, DownloadManagerDefaultPaths.ContextDescriptor context, boolean ignore_completeness)
static SaveLocationChange
DownloadManagerMoveHandler. onCompletion(DownloadManager dm, DownloadManagerMoveHandler.MoveCallback callback)
static SaveLocationChange
DownloadManagerMoveHandler. onInitialisation(DownloadManager dm)
static SaveLocationChange
DownloadManagerMoveHandler. onRemoval(DownloadManager dm)
void
DownloadManagerAdapter. positionChanged(DownloadManager download, int oldPosition, int newPosition)
static SaveLocationChange
DownloadManagerMoveHandler. recalculatePath(DownloadManager dm)
void
DownloadManagerAdapter. stateChanged(DownloadManager manager, int state)
Constructors in com.biglybt.core.download.impl with parameters of type DownloadManager Constructor Description nullState(DownloadManager _dm)
-
Uses of DownloadManager in com.biglybt.core.global
Methods in com.biglybt.core.global that return DownloadManager Modifier and Type Method Description DownloadManager
GlobalManager. addDownloadManager(java.lang.String fileName, byte[] optionalHash, java.lang.String savePath, int initialState, boolean persistent)
Create and add a Download Manager to the global listDownloadManager
GlobalManager. addDownloadManager(java.lang.String fileName, byte[] optionalHash, java.lang.String savePath, int initialState, boolean persistent, boolean for_seeding, DownloadManagerInitialisationAdapter adapter)
Create and add a Download Manager to the global listDownloadManager
GlobalManager. addDownloadManager(java.lang.String fileName, byte[] optionalHash, java.lang.String savePath, java.lang.String saveFile, int initialState, boolean persistent, boolean for_seeding, DownloadManagerInitialisationAdapter adapter)
Create and add a Download Manager to the global listDownloadManager
GlobalManager. addDownloadManager(java.lang.String file_name, java.lang.String save_path)
Create and add a Download Manager to the global listDownloadManager
GlobalManagerEvent. getDownload()
DownloadManager
GlobalManager. getDownloadManager(TOTorrent torrent)
Retrieve the DownloadManager associated with a TOTorrent objectDownloadManager
GlobalManager. getDownloadManager(HashWrapper hash)
Retrieve the DownloadManager associated with a hashDownloadManager
GlobalManager. importDownloadStateFromMap(java.util.Map map)
Methods in com.biglybt.core.global that return types with arguments of type DownloadManager Modifier and Type Method Description java.util.List<DownloadManager>
GlobalManager. getDownloadManagers()
Retrieve a list ofDownloadManager
s that GlobalManager is handlingMethods in com.biglybt.core.global with parameters of type DownloadManager Modifier and Type Method Description void
GlobalManager. canDownloadManagerBeRemoved(DownloadManager dm, boolean remove_torrent, boolean remove_data)
Determines whether a DownloadManager can be removedboolean
GlobalManager. contains(DownloadManager manager)
void
GlobalManagerAdapter. downloadManagerAdded(DownloadManager dm)
void
GlobalManagerListener. downloadManagerAdded(DownloadManager dm)
void
GlobalManagerAdapter. downloadManagerRemoved(DownloadManager dm)
void
GlobalManagerListener. downloadManagerRemoved(DownloadManager dm)
void
GlobalManagerDownloadWillBeRemovedListener. downloadWillBeRemoved(DownloadManager manager, boolean remove_torrent, boolean remove_data)
java.util.Map
GlobalManager. exportDownloadStateToMap(DownloadManager dm)
void
GlobalManager. fireGlobalManagerEvent(int type, DownloadManager param)
GlobalManagerStats.AggregateStats
GlobalManagerStats. getAggregateLocalStats(DownloadManager dm)
java.lang.String
GlobalManager. getSwarmMergingInfo(DownloadManager dm)
boolean
GlobalManager. isMoveableDown(DownloadManager dm)
Retrieve whether a DownloadManager can move down in the GlobalManager listboolean
GlobalManager. isMoveableUp(DownloadManager dm)
Retrieve whether a DownloadManager can move up in the GlobalManager listboolean
GlobalManager. isPaused(DownloadManager dm)
Retrieve whether a DownloadManager is in a paused stateboolean
GlobalManager. isSwarmMerging(DownloadManager dm)
void
GlobalManager. moveDown(DownloadManager dm)
Move one DownloadManager down in the GlobalManager's listvoid
GlobalManager. moveEnd(DownloadManager[] dm)
Move a list of DownloadManagers to the end of the GlobalManager listvoid
GlobalManager. moveTo(DownloadManager manager, int newPosition)
Move a Downloadmanager to a new position.void
GlobalManager. moveTop(DownloadManager[] dm)
Move a list of DownloadManagers to the top of the GlobalManager listvoid
GlobalManager. moveUp(DownloadManager dm)
Move one DownloadManager up in the GlobalManager's listboolean
GlobalManager. pauseDownload(DownloadManager dm, boolean only_if_active)
Pause one DownloadManagervoid
GlobalManager. removeDownloadManager(DownloadManager dm)
Removes a DownloadManager from the global list, providing it can be removed (see#canDownloadManagerBeRemoved(DownloadManager)
)void
GlobalManager. removeDownloadManager(DownloadManager manager, boolean remove_torrent, boolean remove_data)
void
GlobalManager. resumeDownload(DownloadManager dm)
Resume a previously paused DownloadManagerboolean
GlobalManager. resumingDownload(DownloadManager dm)
This reports that a download is being resumed in order to remove it from the paused set Don't use this to actually resume a download, use resumeDownload !boolean
GlobalManager. stopPausedDownload(DownloadManager dm)
Don't use me, use dm.stopPausedDownload() -
Uses of DownloadManager in com.biglybt.core.global.impl
Fields in com.biglybt.core.global.impl declared as DownloadManager Modifier and Type Field Description private DownloadManager
GlobalManagerFileMerger.SameSizeFiles.SameSizeFileWrapper. download_manager
private DownloadManager[]
GlobalManagerImpl. managers_list_cow
Fields in com.biglybt.core.global.impl with type parameters of type DownloadManager Modifier and Type Field Description (package private) java.util.Map<HashWrapper,DownloadManager>
GlobalManagerFileMerger. dm_map
private java.util.Set<DownloadManager>
GlobalManagerFileMerger.SameSizeFiles. dm_set
(package private) java.util.Map<HashWrapper,DownloadManager>
GlobalManagerImpl. manager_hash_map
(package private) java.util.Map<DownloadManager,DownloadManager>
GlobalManagerImpl. manager_id_set
(package private) java.util.Map<DownloadManager,DownloadManager>
GlobalManagerImpl. manager_id_set
private java.util.Map<DownloadManager,java.util.List<PEPeer>>
GlobalManagerStatsImpl. removed_peers
(package private) java.util.Set<DownloadManager>
GlobalManagerFileMerger. sames_dms
Methods in com.biglybt.core.global.impl that return DownloadManager Modifier and Type Method Description protected DownloadManager
GlobalManagerImpl. addDownloadManager(DownloadManager download_manager, boolean notifyListeners)
DownloadManager
GlobalManagerImpl. addDownloadManager(java.lang.String fileName, byte[] optionalHash, java.lang.String savePath, int initialState, boolean persistent)
DownloadManager
GlobalManagerImpl. addDownloadManager(java.lang.String torrent_file_name, byte[] optionalHash, java.lang.String savePath, int initialState, boolean persistent, boolean for_seeding, DownloadManagerInitialisationAdapter _adapter)
DownloadManager
GlobalManagerImpl. addDownloadManager(java.lang.String torrent_file_name, byte[] optionalHash, java.lang.String savePath, java.lang.String saveFile, int initialState, boolean persistent, boolean for_seeding, DownloadManagerInitialisationAdapter _adapter)
DownloadManager
GlobalManagerImpl. addDownloadManager(java.lang.String fileName, java.lang.String savePath)
(package private) DownloadManager
GlobalManagerFileMerger.SameSizeFiles.SameSizeFileWrapper. getDownloadManager()
DownloadManager
GlobalManagerImpl. getDownloadManager(TOTorrent torrent)
DownloadManager
GlobalManagerImpl. getDownloadManager(HashWrapper hw)
DownloadManager
GlobalManagerImpl. importDownloadStateFromMap(java.util.Map map)
DownloadManager
GlobalManagerImpl. loadDownload(java.util.Map mDownload, int currentDownload, int nbDownloads, GlobalMangerProgressListener progress_listener, boolean debug)
Methods in com.biglybt.core.global.impl that return types with arguments of type DownloadManager Modifier and Type Method Description (package private) java.util.Set<DownloadManager>
GlobalManagerFileMerger.SameSizeFiles. getDownloadManagers()
java.util.List<DownloadManager>
GlobalManagerImpl. getDownloadManagers()
private java.util.List<DownloadManager>
GlobalManagerImpl. sortForStop()
Methods in com.biglybt.core.global.impl with parameters of type DownloadManager Modifier and Type Method Description protected DownloadManager
GlobalManagerImpl. addDownloadManager(DownloadManager download_manager, boolean notifyListeners)
void
GlobalManagerImpl. canDownloadManagerBeRemoved(DownloadManager manager, boolean remove_torrent, boolean remove_data)
boolean
GlobalManagerImpl. canPauseDownload(DownloadManager manager)
void
GlobalManagerImpl.DownloadStateTagger. completionChanged(DownloadManager manager, boolean bCompleted)
boolean
GlobalManagerImpl. contains(DownloadManager manager)
void
GlobalManagerImpl.DownloadStateTagger. downloadComplete(DownloadManager manager)
java.util.Map
GlobalManagerImpl. exportDownloadStateToMap(DownloadManager dm)
private java.util.Map
GlobalManagerImpl. exportDownloadStateToMapSupport(DownloadManager dm, boolean internal_export, boolean interim)
void
GlobalManagerImpl.DownloadStateTagger. filePriorityChanged(DownloadManager download, DiskManagerFileInfo file)
void
GlobalManagerImpl. fireGlobalManagerEvent(int type, DownloadManager param)
(package private) void
GlobalManagerImpl. fixLongFileName(DownloadManager manager)
GlobalManagerStats.AggregateStats
GlobalManagerStatsImpl. getAggregateLocalStats(DownloadManager dm)
protected java.lang.String
GlobalManagerFileMerger. getSwarmMergingInfo(DownloadManager dm)
java.lang.String
GlobalManagerImpl. getSwarmMergingInfo(DownloadManager dm)
(package private) boolean
GlobalManagerFileMerger.SameSizeFiles. hasDownloadManager(DownloadManager dm)
boolean
GlobalManagerImpl. isMoveableDown(DownloadManager manager)
boolean
GlobalManagerImpl. isMoveableUp(DownloadManager manager)
boolean
GlobalManagerImpl. isPaused(DownloadManager manager)
boolean
GlobalManagerImpl. isSwarmMerging(DownloadManager dm)
protected boolean
GlobalManagerFileMerger. isSwarmMergingZ(DownloadManager dm)
void
GlobalManagerImpl. moveDown(DownloadManager manager)
void
GlobalManagerImpl. moveEnd(DownloadManager[] manager)
void
GlobalManagerImpl. moveTo(DownloadManager manager, int newPosition)
void
GlobalManagerImpl. moveTop(DownloadManager[] manager)
void
GlobalManagerImpl. moveUp(DownloadManager manager)
boolean
GlobalManagerImpl. pauseDownload(DownloadManager manager, boolean only_if_active)
void
GlobalManagerImpl.DownloadStateTagger. positionChanged(DownloadManager download, int oldPosition, int newPosition)
(package private) void
GlobalManagerImpl.DownloadStateTagger. remove(DownloadManager manager)
void
GlobalManagerImpl. removeDownloadManager(DownloadManager manager)
void
GlobalManagerImpl. removeDownloadManager(DownloadManager manager, boolean remove_torrent, boolean remove_data)
(package private) void
GlobalManagerImpl.DownloadStateTagger. removeInitiated(DownloadManager manager)
void
GlobalManagerImpl. resumeDownload(DownloadManager manager)
boolean
GlobalManagerImpl. resumingDownload(DownloadManager manager)
protected boolean
GlobalManagerImpl. seedPieceRecheck(DownloadManager manager)
void
GlobalManagerImpl.DownloadStateTagger. stateChanged(DownloadManager manager, int state)
void
GlobalManagerImpl. stateChanged(DownloadManager manager, int new_state)
boolean
GlobalManagerImpl. stopPausedDownload(DownloadManager dm)
-
Uses of DownloadManager in com.biglybt.core.helpers
Methods in com.biglybt.core.helpers with parameters of type DownloadManager Modifier and Type Method Description private void
TorrentFolderWatcher. applyAutoTagging(DownloadManager dm)
private void
TorrentFolderWatcher. applyTag(DownloadManager dm, java.lang.String tag_name)
-
Uses of DownloadManager in com.biglybt.core.history.impl
Methods in com.biglybt.core.history.impl with parameters of type DownloadManager Modifier and Type Method Description (package private) static long
DownloadHistoryManagerImpl. getUID(DownloadManager dm)
(package private) boolean
DownloadHistoryManagerImpl. isMonitored(DownloadManager dm)
(package private) boolean
DownloadHistoryManagerImpl.DownloadHistoryImpl. updateName(DownloadManager dm)
(package private) boolean
DownloadHistoryManagerImpl.DownloadHistoryImpl. updateSaveLocation(DownloadManager dm)
Constructors in com.biglybt.core.history.impl with parameters of type DownloadManager Constructor Description DownloadHistoryImpl(java.util.Map<java.lang.Long,DownloadHistoryManagerImpl.DownloadHistoryImpl> _history_ref, DownloadManager dm)
-
Uses of DownloadManager in com.biglybt.core.lws
Methods in com.biglybt.core.lws that return DownloadManager Modifier and Type Method Description DownloadManager
LWSDiskManager. getDownload()
DownloadManager
LWSDiskManagerState. getDownloadManager()
-
Uses of DownloadManager in com.biglybt.core.subs
Fields in com.biglybt.core.subs declared as DownloadManager Modifier and Type Field Description private DownloadManager
SubscriptionUtils.SubscriptionDownloadDetails. download
Methods in com.biglybt.core.subs that return DownloadManager Modifier and Type Method Description DownloadManager
SubscriptionUtils.SubscriptionDownloadDetails. getDownload()
Constructors in com.biglybt.core.subs with parameters of type DownloadManager Constructor Description SubscriptionDownloadDetails(DownloadManager dm, Subscription[] subs)
-
Uses of DownloadManager in com.biglybt.core.tag
Methods in com.biglybt.core.tag that return types with arguments of type DownloadManager Modifier and Type Method Description java.util.Set<DownloadManager>
TagDownload. getTaggedDownloads()
Methods in com.biglybt.core.tag with parameters of type DownloadManager Modifier and Type Method Description void
TagFeatureExecOnAssign.OptionsTemplateHandler. applyTo(DownloadManager dm)
static java.util.List<Tag>
TagUtils. getActiveMoveOnCompleteTags(DownloadManager dm, boolean allow_caching, java.util.function.Consumer<java.lang.String> logger)
boolean
TagConstraint. testConstraint(DownloadManager dm)
-
Uses of DownloadManager in com.biglybt.core.tag.impl
Fields in com.biglybt.core.tag.impl declared as DownloadManager Modifier and Type Field Description (package private) DownloadManager
TagDownloadWithState.NPCState. dm
Fields in com.biglybt.core.tag.impl with type parameters of type DownloadManager Modifier and Type Field Description (package private) java.util.Set<DownloadManager>
TagManagerImpl. active_copy_on_complete
(package private) java.util.Map<Tag,java.util.Map<DownloadManager,java.lang.Long>>
TagPropertyConstraintHandler. apply_history
(package private) java.util.IdentityHashMap<DownloadManager,java.util.List<TagPropertyConstraintHandler.TagConstraint>>
TagPropertyConstraintHandler. freq_lim_pending
private java.util.IdentityHashMap<DownloadManager,java.lang.Object[]>
TagPropertyConstraintHandler.TagConstraint.ConstraintExprFunction. matches_cache
Methods in com.biglybt.core.tag.impl that return types with arguments of type DownloadManager Modifier and Type Method Description java.util.Set<DownloadManager>
TagDownloadWithState. getTaggedDownloads()
Methods in com.biglybt.core.tag.impl with parameters of type DownloadManager Modifier and Type Method Description private void
TagPropertyConstraintHandler. apply(DownloadManager dm, Tag related_tag, boolean auto, boolean is_new)
private void
TagPropertyConstraintHandler.TagConstraint. apply(DownloadManager dm, boolean is_new)
private void
TagPropertyConstraintHandler.TagConstraint. applySupport(java.util.Set<Taggable> existing, DownloadManager dm, boolean is_new)
private void
TagPropertyConstraintHandler.TagConstraint. applySupport2(java.util.Set<Taggable> existing, DownloadManager dm, boolean check_dependencies, java.util.Set<TagPropertyConstraintHandler.TagConstraint> checked, boolean is_new)
private boolean
TagPropertyConstraintHandler.TagConstraint. canAddTaggable(DownloadManager dm)
private static boolean
TagPropertyConstraintHandler. canProcess(TagPropertyConstraintHandler.TagConstraint constraint, DownloadManager dm, boolean is_new)
private void
TagPropertyConstraintHandler. checkDMListeners(DownloadManager dm)
java.lang.Object
TagPropertyConstraintHandler.TagConstraint.ConstraintExpr. eval(java.util.Map<java.lang.String,java.lang.Object> context, DownloadManager dm, java.util.List<Tag> tags, java.lang.StringBuilder debug)
java.lang.Object
TagPropertyConstraintHandler.TagConstraint.ConstraintExprAnd. eval(java.util.Map<java.lang.String,java.lang.Object> context, DownloadManager dm, java.util.List<Tag> tags, java.lang.StringBuilder debug)
java.lang.Object
TagPropertyConstraintHandler.TagConstraint.ConstraintExprFunction. eval(java.util.Map<java.lang.String,java.lang.Object> context, DownloadManager dm, java.util.List<Tag> tags, java.lang.StringBuilder debug)
java.lang.Object
TagPropertyConstraintHandler.TagConstraint.ConstraintExprNot. eval(java.util.Map<java.lang.String,java.lang.Object> context, DownloadManager dm, java.util.List<Tag> tags, java.lang.StringBuilder debug)
java.lang.Object
TagPropertyConstraintHandler.TagConstraint.ConstraintExprOr. eval(java.util.Map<java.lang.String,java.lang.Object> context, DownloadManager dm, java.util.List<Tag> tags, java.lang.StringBuilder debug)
java.lang.Object
TagPropertyConstraintHandler.TagConstraint.ConstraintExprParams. eval(java.util.Map<java.lang.String,java.lang.Object> context, DownloadManager dm, java.util.List<Tag> tags, java.lang.StringBuilder debug)
java.lang.Object
TagPropertyConstraintHandler.TagConstraint.ConstraintExprTrue. eval(java.util.Map<java.lang.String,java.lang.Object> context, DownloadManager dm, java.util.List<Tag> tags, java.lang.StringBuilder debug)
java.lang.Object
TagPropertyConstraintHandler.TagConstraint.ConstraintExprXor. eval(java.util.Map<java.lang.String,java.lang.Object> context, DownloadManager dm, java.util.List<Tag> tags, java.lang.StringBuilder debug)
protected java.lang.Object
TagManagerImpl. evalScript(Tag tag, java.lang.String script, DownloadManager dm, java.lang.String intent_key)
java.lang.Object
TagPropertyConstraintHandler.TagConstraint.ConstraintExprFunction. evalSupport(java.util.Map<java.lang.String,java.lang.Object> context, DownloadManager dm, java.util.List<Tag> tags, java.lang.StringBuilder debug)
private java.util.Set<java.lang.String>
TagPropertyTrackerHandler. getAugmentedHosts(DownloadManager dm)
private java.lang.Number
TagPropertyConstraintHandler.TagConstraint.ConstraintExprFunction. getNumeric(java.util.Map<java.lang.String,java.lang.Object> context, DownloadManager dm, java.util.List<Tag> tags, java.lang.Object[] args, int index, java.lang.StringBuilder debug)
private java.lang.Number
TagPropertyConstraintHandler.TagConstraint.ConstraintExprFunction. getNumericSupport(DownloadManager dm, java.util.List<Tag> tags, java.lang.Object[] args, int index)
private java.lang.String
TagPropertyConstraintHandler.TagConstraint.ConstraintExprFunction. getString(java.util.Map<java.lang.String,java.lang.Object> context, DownloadManager dm, java.util.List<Tag> tags, java.lang.Object[] args, int index, java.lang.StringBuilder debug)
private java.lang.String[]
TagPropertyConstraintHandler.TagConstraint.ConstraintExprFunction. getStringKeyword(DownloadManager dm, java.lang.String str)
private java.lang.String[]
TagPropertyConstraintHandler.TagConstraint.ConstraintExprFunction. getStrings(java.util.Map<java.lang.String,java.lang.Object> context, DownloadManager dm, java.util.List<Tag> tags, java.lang.Object[] args, int index, java.lang.StringBuilder debug)
protected java.util.List<Tag>
TagPropertyTrackerHandler. getTagsForDownload(DownloadManager dm)
private void
TagPropertyTrackerHandler. handleDownload(DownloadManager dm)
private boolean
TagPropertyConstraintHandler.TagConstraint. ignoreDownload(DownloadManager dm)
private static void
TagDownloadWithState. moveDownload(DownloadManager dm, TagFeatureFileLocation fl)
private void
TagManagerImpl. moveOnAssign(DownloadManager dm, java.io.File location, long options)
private void
TagDownloadWithState. setRateLimit(DownloadManager manager, boolean added)
boolean
TagPropertyConstraintHandler.TagConstraint. testConstraint(DownloadManager dm)
private boolean
TagPropertyConstraintHandler.TagConstraint. testConstraint(DownloadManager dm, java.lang.StringBuilder debug)
private void
TagDownloadWithState. updateFPSeeding(DownloadManager dm, boolean fp_seed)
Method parameters in com.biglybt.core.tag.impl with type arguments of type DownloadManager Modifier and Type Method Description private void
TagPropertyUntaggedHandler. addDownloads(java.util.List<DownloadManager> dms)
private void
TagPropertyConstraintHandler. apply(java.util.List<DownloadManager> dms, boolean initial_assignment)
private void
TagPropertyConstraintHandler. apply(java.util.List<DownloadManager> dms, java.util.List<TagPropertyConstraintHandler.TagConstraint> cons)
private void
TagPropertyConstraintHandler.TagConstraint. apply(java.util.List<DownloadManager> dms)
private static boolean
TagPropertyConstraintHandler. canProcess(TagPropertyConstraintHandler.TagConstraint constraint, java.util.List<DownloadManager> dms)
private void
TagDownloadWithState. performOperation(int op, java.util.Set<DownloadManager> dms)
Constructors in com.biglybt.core.tag.impl with parameters of type DownloadManager Constructor Description NPCState(long t, DownloadManager d)
-
Uses of DownloadManager in com.biglybt.core.torrent
Methods in com.biglybt.core.torrent with parameters of type DownloadManager Modifier and Type Method Description static java.lang.String
PlatformTorrentUtils. getContentTitle2(DownloadManager dm)
static boolean
PlatformTorrentUtils. getHasBeenOpened(DownloadManager dm)
void
HasBeenOpenedListener. hasBeenOpenedChanged(DownloadManager dm, boolean opened)
static boolean
PlatformTorrentUtils. isAdvancedViewOnly(DownloadManager dm)
static void
PlatformTorrentUtils. setHasBeenOpened(DownloadManager dm, boolean opened)
static void
PlatformTorrentUtils. setHasBeenOpened(DownloadManager dm, int file_index, boolean opened)
-
Uses of DownloadManager in com.biglybt.core.torrent.impl
Methods in com.biglybt.core.torrent.impl with parameters of type DownloadManager Modifier and Type Method Description static void
TorrentOpenOptions. addModeDuringCreate(int startMode, DownloadManager dm)
static void
TorrentOpenOptions. addModePostCreate(int startMode, DownloadManager dm)
-
Uses of DownloadManager in com.biglybt.core.util
Fields in com.biglybt.core.util declared as DownloadManager Modifier and Type Field Description private DownloadManager
LaunchManager.LaunchTarget. dm
Fields in com.biglybt.core.util with type parameters of type DownloadManager Modifier and Type Field Description private static java.util.Map<DownloadManager,java.lang.Integer>
TorrentUtils. ptd_map
Methods in com.biglybt.core.util that return DownloadManager Modifier and Type Method Description DownloadManager
LaunchManager.LaunchTarget. getDownload()
static DownloadManager
TorrentUtils. getDownloadManager(HashWrapper hash)
Get the DownloadManager related to a torrent's hashBytesMethods in com.biglybt.core.util with parameters of type DownloadManager Modifier and Type Method Description LaunchManager.LaunchTarget
LaunchManager. createTarget(DownloadManager dm)
static void
TorrentUtils. endTorrentDelete(DownloadManager[] dms)
static java.lang.String
DisplayFormatters. formatDownloadStatus(DownloadManager manager)
static java.lang.String
DisplayFormatters. formatDownloadStatusDefaultLocale(DownloadManager manager)
static java.lang.String
DisplayFormatters. formatHashFails(DownloadManager download_manager)
static java.util.Map<java.lang.String,java.lang.Object>
TorrentUtils. getInitialMetadata(DownloadManager dm)
static java.lang.String
UrlUtils. getMagnetURI(DownloadManager dm)
static java.lang.String
UrlUtils. getMagnetURI(DownloadManager dm, int max_name_len)
static long[]
DisplayFormatters. getShareRatioProgressInfo(DownloadManager dm)
static boolean
FileUtil. hasTask(DownloadManager dm)
void
TorrentUtils.PotentialTorrentDeletionListener. potentialDeletionChanged(DownloadManager[] old_dms, DownloadManager[] new_dms)
static void
TorrentUtils. runTorrentDelete(DownloadManager[] dms, java.lang.Runnable target)
static void
TorrentUtils. setInitialMetadata(DownloadManager dm, java.util.Map<java.lang.String,java.lang.Object> metadata)
static void
TorrentUtils. startTorrentDelete(DownloadManager[] dms)
Constructors in com.biglybt.core.util with parameters of type DownloadManager Constructor Description LaunchTarget(DownloadManager _dm)
-
Uses of DownloadManager in com.biglybt.pifimpl.local
Methods in com.biglybt.pifimpl.local that return DownloadManager Modifier and Type Method Description static DownloadManager
PluginCoreUtils. unwrap(Download dm)
static DownloadManager
PluginCoreUtils. unwrapIfPossible(Download dm)
Methods in com.biglybt.pifimpl.local with parameters of type DownloadManager Modifier and Type Method Description void
PluginInitializer. downloadManagerAdded(DownloadManager dm)
void
PluginInitializer. downloadManagerRemoved(DownloadManager dm)
static Download
PluginCoreUtils. wrap(DownloadManager dm)
May return NULL if download not found (e.g. -
Uses of DownloadManager in com.biglybt.pifimpl.local.download
Fields in com.biglybt.pifimpl.local.download declared as DownloadManager Modifier and Type Field Description protected DownloadManager
DownloadStatsImpl. dm
private DownloadManager
DownloadImpl. download_manager
Fields in com.biglybt.pifimpl.local.download with type parameters of type DownloadManager Modifier and Type Field Description private java.util.Map<DownloadManager,DownloadImpl>
DownloadManagerImpl. download_map
private java.util.Map<DownloadManager,DownloadImpl>
DownloadManagerImpl. pending_dls
Methods in com.biglybt.pifimpl.local.download that return DownloadManager Modifier and Type Method Description DownloadManager
DownloadImpl. getDownload()
Methods in com.biglybt.pifimpl.local.download with parameters of type DownloadManager Modifier and Type Method Description protected void
DownloadManagerImpl. addDownloadManager(DownloadManager dm)
void
DownloadImpl. attributeEventOccurred(DownloadManager download, java.lang.String attribute, int event_type)
void
DownloadImpl. completionChanged(DownloadManager manager, boolean bCompleted)
void
DownloadImpl. downloadComplete(DownloadManager manager)
void
DownloadImpl. filePriorityChanged(DownloadManager download, DiskManagerFileInfo file)
protected DownloadImpl
DownloadManagerImpl. getDownload(DownloadManager dm)
static DownloadImpl
DownloadManagerImpl. getDownloadStatic(DownloadManager dm)
Retrieve the plugin Downlaod object related to the DownloadManagerstatic DownloadImpl[]
DownloadManagerImpl. getDownloadStatic(DownloadManager[] dm)
void
DownloadManagerImpl. initialised(DownloadManager manager, boolean for_seeding)
void
DownloadImpl. positionChanged(DownloadManager download, int oldPosition, int newPosition)
void
DownloadImpl. stateChanged(DownloadManager manager, int state)
Constructors in com.biglybt.pifimpl.local.download with parameters of type DownloadManager Constructor Description AggregateScrapeResult(Download _dl, DownloadManager _dm)
DownloadImpl(DownloadManagerImpl _manager, DownloadManager _dm)
DownloadStatsImpl(DownloadManager _dm)
DownloadStubImpl(DownloadManagerImpl _manager, DownloadImpl _download, DownloadManager _core_dm, java.lang.String[] _manual_tags, java.lang.String _category, java.util.Map<java.lang.String,java.lang.Object> _gm_map)
-
Uses of DownloadManager in com.biglybt.plugin.magnet
Fields in com.biglybt.plugin.magnet declared as DownloadManager Modifier and Type Field Description private DownloadManager
MagnetPluginMDDownloader. core_dm
private DownloadManager
MagnetPlugin.DownloadResult. dm
Methods in com.biglybt.plugin.magnet that return DownloadManager Modifier and Type Method Description private DownloadManager
MagnetPlugin.DownloadResult. getDownload()
protected DownloadManager
MagnetPluginMDDownloader. getDownloadManager()
Methods in com.biglybt.plugin.magnet with parameters of type DownloadManager Modifier and Type Method Description private MagnetPlugin.DownloadResult
MagnetPlugin. _downloadSupport(MagnetPluginProgressListener listener, byte[] hash, java.lang.String args, java.net.InetSocketAddress[] sources, java.util.List<java.lang.String> tags, java.util.Map<java.lang.String,java.lang.Object> initial_metadata, long _timeout, int flags, DownloadManager[] cancelled_download)
protected java.util.List<java.lang.String>
MagnetPlugin. getInitialTags(DownloadManager from_dm)
private void
MagnetPlugin.DownloadResult. setDownload(DownloadManager _dm)
protected void
MagnetPlugin. setInitialMetadata(DownloadManager to_dm, java.util.List<java.lang.String> tags, java.util.Map<java.lang.String,java.lang.Object> other_metadata)
protected void
MagnetPlugin. setInitialMetadata(TOTorrent torrent, DownloadManager from_dm)
protected boolean
MagnetPlugin. updateInitialMetadata(java.util.Map map, DownloadManager from_dm)
-
Uses of DownloadManager in com.biglybt.plugin.net.buddy
Methods in com.biglybt.plugin.net.buddy that return DownloadManager Modifier and Type Method Description DownloadManager
BuddyPluginViewInterface.DownloadAdapter. getCoreDownload()
-
Uses of DownloadManager in com.biglybt.plugin.net.buddy.swt
Methods in com.biglybt.plugin.net.buddy.swt with parameters of type DownloadManager Modifier and Type Method Description private void
BuddyPluginView.BetaSubViewHolder. tagsUpdated(DownloadManager dm)
-
Uses of DownloadManager in com.biglybt.plugin.startstoprules.defaultplugin
Fields in com.biglybt.plugin.startstoprules.defaultplugin declared as DownloadManager Modifier and Type Field Description private DownloadManager
RankCalculatorReal. core_dm
Methods in com.biglybt.plugin.startstoprules.defaultplugin with parameters of type DownloadManager Modifier and Type Method Description void
RankCalculatorReal. attributeEventOccurred(DownloadManager download, java.lang.String attribute, int event_type)
void
StartStopRulesDefaultPlugin.StartStopDownloadStateAttributeListener. attributeEventOccurred(DownloadManager download, java.lang.String attribute, int event_type)
protected void
StartStopRulesDefaultPlugin. setFPTagStatus(DownloadManager dm, boolean is_fp)
-
Uses of DownloadManager in com.biglybt.ui.console.commands
Methods in com.biglybt.ui.console.commands with parameters of type DownloadManager Modifier and Type Method Description int
IConsoleCommand.TorrentComparator. compare(DownloadManager aDL, DownloadManager bDL)
protected java.lang.String
IConsoleCommand. expandVariable(char variable, DownloadManager dm)
expands the specified variable character into a string.protected java.lang.String
IConsoleCommand. getTorrentSummary(DownloadManager dm)
returns the summary details for the specified torrent.boolean
Hack.HackCategory. performCommand(ConsoleInput ci, DownloadManager dm, java.util.List<java.lang.String> args)
locate the appropriate subcommand and execute itboolean
Hack.HackDownloadSpeed. performCommand(ConsoleInput ci, DownloadManager dm, java.util.List args)
locate the appropriate subcommand and execute itboolean
Hack.HackFile. performCommand(ConsoleInput ci, DownloadManager dm, java.util.List args)
boolean
Hack.HackHost. performCommand(ConsoleInput ci, DownloadManager dm, java.util.List args)
boolean
Hack.HackPort. performCommand(ConsoleInput ci, DownloadManager dm, java.util.List args)
boolean
Hack.HackTag. performCommand(ConsoleInput ci, DownloadManager dm, java.util.List<java.lang.String> args)
locate the appropriate subcommand and execute itboolean
Hack.HackTracker. performCommand(ConsoleInput ci, DownloadManager dm, java.util.List args)
locate the appropriate subcommand and execute itboolean
Hack.HackUploads. performCommand(ConsoleInput ci, DownloadManager dm, java.util.List args)
locate the appropriate subcommand and execute itboolean
Hack.HackUploadSpeed. performCommand(ConsoleInput ci, DownloadManager dm, java.util.List args)
locate the appropriate subcommand and execute itboolean
Hack.HackURL. performCommand(ConsoleInput ci, DownloadManager dm, java.util.List args)
protected boolean
Hack. performCommand(ConsoleInput ci, DownloadManager dm, java.util.List args)
finds the appropriate subcommand and executes it.protected boolean
TorrentArchive. performCommand(ConsoleInput ci, DownloadManager dm, java.util.List args)
protected boolean
TorrentCheck. performCommand(ConsoleInput ci, DownloadManager dm, java.util.List args)
protected abstract boolean
TorrentCommand. performCommand(ConsoleInput ci, DownloadManager dm, java.util.List<java.lang.String> args)
protected boolean
TorrentForceStart. performCommand(ConsoleInput ci, DownloadManager dm, java.util.List args)
protected boolean
TorrentHost. performCommand(ConsoleInput ci, DownloadManager dm, java.util.List args)
protected boolean
TorrentLog. performCommand(ConsoleInput ci, DownloadManager dm, java.util.List args)
protected boolean
TorrentPublish. performCommand(ConsoleInput ci, DownloadManager dm, java.util.List args)
protected boolean
TorrentQueue. performCommand(ConsoleInput ci, DownloadManager dm, java.util.List args)
protected boolean
TorrentRemove. performCommand(ConsoleInput ci, DownloadManager dm, java.util.List args)
protected boolean
TorrentStart. performCommand(ConsoleInput ci, DownloadManager dm, java.util.List args)
protected boolean
TorrentStop. performCommand(ConsoleInput ci, DownloadManager dm, java.util.List args)
abstract boolean
TorrentSubCommand. performCommand(ConsoleInput ci, DownloadManager dm, java.util.List<java.lang.String> args)
private void
TorrentCommand. performCommandIfAllowed(ConsoleInput ci, java.util.List args, DownloadManager dm, java.lang.String desc, java.lang.String name)
checks the role of the user.private static void
Show. printTorrentDetails(java.io.PrintStream out, DownloadManager dm, int torrentNum, java.util.List<java.lang.String> args)
prints out the full details of a particular torrent -
Uses of DownloadManager in com.biglybt.ui.console.multiuser.commands
Methods in com.biglybt.ui.console.multiuser.commands with parameters of type DownloadManager Modifier and Type Method Description protected java.lang.String
Show. expandVariable(char variable, DownloadManager dm)
adds an additional variable 'o' for torrent owner -
Uses of DownloadManager in com.biglybt.ui.selectedcontent
Fields in com.biglybt.ui.selectedcontent declared as DownloadManager Modifier and Type Field Description private DownloadManager
SelectedContent. dm
Methods in com.biglybt.ui.selectedcontent that return DownloadManager Modifier and Type Method Description static DownloadManager[]
SelectedContentManager. getDMSFromSelectedContent()
DownloadManager
ISelectedContent. getDownloadManager()
DownloadManager
SelectedContent. getDownloadManager()
Methods in com.biglybt.ui.selectedcontent with parameters of type DownloadManager Modifier and Type Method Description void
ISelectedContent. setDownloadManager(DownloadManager dm)
void
SelectedContent. setDownloadManager(DownloadManager _dm)
Constructors in com.biglybt.ui.selectedcontent with parameters of type DownloadManager Constructor Description SelectedContent(DownloadManager dm)
SelectedContent(DownloadManager dm, int _file_index)
-
Uses of DownloadManager in com.biglybt.ui.swt
Fields in com.biglybt.ui.swt declared as DownloadManager Modifier and Type Field Description private DownloadManager[]
ListenerDMTask. dms
private DownloadManager[]
TorrentMenuFancy. dms
Fields in com.biglybt.ui.swt with type parameters of type DownloadManager Modifier and Type Field Description private TableViewSWT<DownloadManager>
TorrentMenuFancy. tv
Methods in com.biglybt.ui.swt that return DownloadManager Modifier and Type Method Description private static DownloadManager[]
TorrentUtil. toDMS(java.lang.Object[] objects)
Methods in com.biglybt.ui.swt with parameters of type DownloadManager Modifier and Type Method Description private void
UserAlerts. activityFinished(DownloadManager manager, DiskManagerFileInfo dm_file)
protected static void
TorrentUtil. addCategorySubMenu(DownloadManager[] dms, org.eclipse.swt.widgets.Menu menuCategory)
protected static void
TorrentUtil. addNetworksSubMenu(DownloadManager[] dms, org.eclipse.swt.widgets.Menu menuNetworks)
protected static void
TorrentUtil. addPeerSourceSubMenu(DownloadManager[] dms, org.eclipse.swt.widgets.Menu menuPeerSource)
protected static void
TorrentUtil. addSpeedLimitsMenu(DownloadManager[] dms, org.eclipse.swt.widgets.Menu menu)
protected static void
TorrentUtil. addTrackerTorrentMenu(org.eclipse.swt.widgets.Menu menuTracker, DownloadManager[] dms, boolean changeUrl, boolean manualUpdate, boolean allStopped, boolean use_open_containing_folder, boolean canMove)
protected void
TorrentMenuFancy. buildTorrentCustomMenu_Content(org.eclipse.swt.widgets.Composite detailArea, DownloadManager[] dms)
void
TorrentMenuFancy. buildTorrentCustomMenu_Control(org.eclipse.swt.widgets.Composite cParent, DownloadManager[] dms)
void
TorrentMenuFancy. buildTorrentCustomMenu_Organize(org.eclipse.swt.widgets.Composite detailArea, DownloadManager[] dms)
protected static void
TorrentUtil. changeDirSelectedTorrents(DownloadManager[] dms, org.eclipse.swt.widgets.Shell shell)
protected static void
TorrentUtil. clearMOC(DownloadManager[] dms)
private org.eclipse.swt.widgets.Control
TorrentMenuFancy. createActionButton(DownloadManager[] dms, org.eclipse.swt.widgets.Composite cParent, java.lang.String keyToolTip, java.lang.String keyImage, boolean enable, boolean selected, org.eclipse.swt.widgets.Listener listener)
private org.eclipse.swt.widgets.Control
TorrentMenuFancy. createActionButton(DownloadManager[] dms, org.eclipse.swt.widgets.Composite cParent, java.lang.String keyToolTip, java.lang.String keyImage, boolean enable, org.eclipse.swt.widgets.Listener listener)
void
TrayWindow. downloadManagerAdded(DownloadManager created)
void
TrayWindow. downloadManagerRemoved(DownloadManager removed)
protected static void
TorrentUtil. exportDownloads(org.eclipse.swt.widgets.Shell shell, DownloadManager[] dms)
protected static void
TorrentUtil. exportHTTPSeeds(DownloadManager[] dms)
protected static void
TorrentUtil. exportTorrent(DownloadManager[] dms, org.eclipse.swt.widgets.Shell parentShell)
static void
TorrentUtil. fillTorrentMenu(org.eclipse.swt.widgets.Menu menu, DownloadManager[] dms, Core core, boolean include_show_details, int selected_dl_types, TableView tv)
static boolean
TorrentUtil. isForceStartVisible(DownloadManager[] dms)
protected static void
TorrentUtil. moveDataFiles(org.eclipse.swt.widgets.Shell shell, DownloadManager[] dms)
private static void
TorrentUtil. moveSelectedTorrentsTo(TableView<DownloadManager> tv, DownloadManager[] selected_dms, int iNewPos)
protected static void
TorrentUtil. moveTorrentFile(org.eclipse.swt.widgets.Shell shell, DownloadManager[] dms)
protected static void
TorrentUtil. pauseDownloadsFor(DownloadManager[] dms)
static void
TorrentUtil. promptUserForComment(DownloadManager[] dms)
static void
TorrentUtil. promptUserForDescription(DownloadManager[] dms)
static void
TorrentUtil. removeDownloads(DownloadManager[] dms, AERunnable deleteFailed)
static void
TorrentUtil. removeDownloads(DownloadManager[] dms, AERunnable deleteFailed, boolean forcePrompt)
private static void
TorrentUtil. removeDownloadsPrompterClosed(DownloadManager[] dms, int index, AERunnable deleteFailed, int result, boolean doAll, boolean deleteTorrent)
private static void
TorrentUtil. removeDownloadsPrompterClosedSupport(DownloadManager[] dms, int index, AERunnable deleteFailed, int result, boolean doAll, boolean deleteTorrent)
private static void
TorrentUtil. removeDownloadsSupport(DownloadManager[] dms, AERunnable deleteFailed, boolean forcePrompt)
private void
UserAlerts. reportError(DownloadManager manager)
static void
TorrentUtil. repositionManual(TableView<DownloadManager> tv, DownloadManager[] dms, org.eclipse.swt.widgets.Shell shell, boolean isSeedingView)
void
ListenerDMTask. run(DownloadManager dm)
void
ListenerDMTask. run(DownloadManager[] dm)
protected static void
TorrentUtil. setMOC(org.eclipse.swt.widgets.Shell shell, DownloadManager[] dms)
Method parameters in com.biglybt.ui.swt with type arguments of type DownloadManager Modifier and Type Method Description private static void
TorrentUtil. moveSelectedTorrentsTo(GlobalManager gm, java.util.List<DownloadManager> all_dms, java.util.List<DownloadManager> selected_dms, int iNewPos)
private static void
TorrentUtil. moveSelectedTorrentsTo(TableView<DownloadManager> tv, DownloadManager[] selected_dms, int iNewPos)
static void
TorrentUtil. repositionManual(TableView<DownloadManager> tv, DownloadManager[] dms, org.eclipse.swt.widgets.Shell shell, boolean isSeedingView)
Constructors in com.biglybt.ui.swt with parameters of type DownloadManager Constructor Description ListenerDMTask(DownloadManager[] dms)
ListenerDMTask(DownloadManager[] dms, boolean ascending)
ListenerDMTask(DownloadManager[] dms, boolean ascending, boolean async)
TorrentMenuFancy(TableViewSWT<DownloadManager> tv, boolean isSeedingView, org.eclipse.swt.widgets.Shell parentShell, DownloadManager[] dms, java.lang.String tableID)
TrackerChangerWindow(DownloadManager[] dms)
Constructor parameters in com.biglybt.ui.swt with type arguments of type DownloadManager Constructor Description TorrentMenuFancy(TableViewSWT<DownloadManager> tv, boolean isSeedingView, org.eclipse.swt.widgets.Shell parentShell, DownloadManager[] dms, java.lang.String tableID)
-
Uses of DownloadManager in com.biglybt.ui.swt.columns.torrent
Methods in com.biglybt.ui.swt.columns.torrent with parameters of type DownloadManager Modifier and Type Method Description EnhancedDownloadManager
ColumnProgressETA. getEDM(DownloadManager dm)
-
Uses of DownloadManager in com.biglybt.ui.swt.debug
Methods in com.biglybt.ui.swt.debug with parameters of type DownloadManager Modifier and Type Method Description static java.lang.String
UIDebugGenerator. obfuscateDownloadName(DownloadManager dm)
-
Uses of DownloadManager in com.biglybt.ui.swt.exporttorrent.wizard
Constructors in com.biglybt.ui.swt.exporttorrent.wizard with parameters of type DownloadManager Constructor Description ExportTorrentWizard(org.eclipse.swt.widgets.Display display, DownloadManager dm)
-
Uses of DownloadManager in com.biglybt.ui.swt.mainwindow
Methods in com.biglybt.ui.swt.mainwindow with parameters of type DownloadManager Modifier and Type Method Description static void
MenuFactory. addAlertsMenu(org.eclipse.swt.widgets.Menu menu, boolean createSubmenu, DownloadManager[] dms)
static void
MenuFactory. addAlertsMenu(org.eclipse.swt.widgets.Menu menu, DownloadManager dm, DiskManagerFileInfo[] files)
static void
SelectableSpeedMenu. invokeSlider(org.eclipse.swt.widgets.Control cClickedFrom, Core core, DownloadManager[] dms, boolean isUpSpeed, org.eclipse.swt.widgets.Shell parentShell)
-
Uses of DownloadManager in com.biglybt.ui.swt.minibar
Fields in com.biglybt.ui.swt.minibar declared as DownloadManager Modifier and Type Field Description private DownloadManager
DownloadBar. download
Methods in com.biglybt.ui.swt.minibar with parameters of type DownloadManager Modifier and Type Method Description static void
DownloadBar. close(DownloadManager download)
static DownloadBar
DownloadBar. open(DownloadManager download, org.eclipse.swt.widgets.Shell main)
Constructors in com.biglybt.ui.swt.minibar with parameters of type DownloadManager Constructor Description DownloadBar(DownloadManager download, org.eclipse.swt.widgets.Shell main)
-
Uses of DownloadManager in com.biglybt.ui.swt.shells
Fields in com.biglybt.ui.swt.shells declared as DownloadManager Modifier and Type Field Description private DownloadManager
AdvRenameWindow. dm
Constructors in com.biglybt.ui.swt.shells with parameters of type DownloadManager Constructor Description AdvRenameWindow(DownloadManager dm)
-
Uses of DownloadManager in com.biglybt.ui.swt.shells.main
Fields in com.biglybt.ui.swt.shells.main declared as DownloadManager Modifier and Type Field Description private DownloadManager[]
MainWindowImpl. dms_Startup
Methods in com.biglybt.ui.swt.shells.main with parameters of type DownloadManager Modifier and Type Method Description private static void
MainWindowImpl. downloadAdded(DownloadManager[] dms, boolean allowDonationCheck)
void
MainWindowImpl.MainWindowGMListener. downloadManagerAdded(DownloadManager dm)
void
MainWindowImpl.MainWindowGMListener. downloadManagerRemoved(DownloadManager dm)
-
Uses of DownloadManager in com.biglybt.ui.swt.subscriptions
Fields in com.biglybt.ui.swt.subscriptions declared as DownloadManager Modifier and Type Field Description (package private) DownloadManager
SubscriptionWizard. download
Methods in com.biglybt.ui.swt.subscriptions that return DownloadManager Modifier and Type Method Description DownloadManager
SubscriptionSelectedContent. getDownloadManager()
Methods in com.biglybt.ui.swt.subscriptions with parameters of type DownloadManager Modifier and Type Method Description void
SubscriptionSelectedContent. setDownloadManager(DownloadManager dm)
Constructors in com.biglybt.ui.swt.subscriptions with parameters of type DownloadManager Constructor Description SubscriptionWizard(DownloadManager _download)
-
Uses of DownloadManager in com.biglybt.ui.swt.utils
Methods in com.biglybt.ui.swt.utils that return types with arguments of type DownloadManager Modifier and Type Method Description static java.util.List<DownloadManager>
DragDropUtils. getDownloadsFromDropData(java.lang.Object dropData, boolean includeFileDrops)
Methods in com.biglybt.ui.swt.utils with parameters of type DownloadManager Modifier and Type Method Description private static void
TorrentUIUtilsV3. handleDMAdded(DownloadManager dm, boolean playNow, boolean playPrepare, HashWrapper fhw)
-
Uses of DownloadManager in com.biglybt.ui.swt.views
Fields in com.biglybt.ui.swt.views declared as DownloadManager Modifier and Type Field Description private DownloadManager
DownloadXferStatsView. current_dm
private DownloadManager
PrivacyView. current_dm
private DownloadManager
PieceGraphView. dlm
private DownloadManager
FilesView.FilesViewNodeInner. dm
private DownloadManager
TorrentOptionsView.DMWrapper. dm
private DownloadManager
TorrentInfoView. download_manager
private DownloadManager
GeneralView. manager
private DownloadManager
PeersGraphicView.ManagerData. manager
private DownloadManager
PeersView. manager
private DownloadManager
PiecesView. manager
private DownloadManager
ScrapeInfoView. manager
private DownloadManager
TrackerView. manager
private DownloadManager[]
FilesView. managers
Fields in com.biglybt.ui.swt.views with type parameters of type DownloadManager Modifier and Type Field Description private java.util.List<DownloadManager>
DownloadActivityView. managers
private TableViewSWT<DownloadManager>
MyTorrentsView. tv
Methods in com.biglybt.ui.swt.views that return DownloadManager Modifier and Type Method Description DownloadManager
FilesView.FilesViewNodeInner. getDownloadManager()
DownloadManager
FilesView.FilesViewNodeLeaf. getDownloadManager()
DownloadManager
TorrentOptionsView.DMWrapper. getDownloadManager()
static DownloadManager
ViewUtils. getDownloadManagerFromDataSource(java.lang.Object dataSource, DownloadManager existing)
DownloadManager[]
MyTorrentsSuperView. getSelectedDownloads()
DownloadManager[]
MyTorrentsView. getSelectedDownloads()
Methods in com.biglybt.ui.swt.views that return types with arguments of type DownloadManager Modifier and Type Method Description protected TableViewSWT<DownloadManager>
MyTorrentsView. createTableView(java.lang.Class<?> forDataSourceType, java.lang.String tableID, TableColumnCore[] basicItems)
Creates and return anTableViewSWT
Subclasses my override to return a different TableViewSWT if neededstatic java.util.List<DownloadManager>
ViewUtils. getDownloadManagersFromDataSource(java.lang.Object dataSource, java.util.List<DownloadManager> existing)
TableViewSWT<DownloadManager>
MyTorrentsView. init(Core _core, java.lang.String tableID, java.lang.Class<?> forDataSourceType, TableColumnCore[] basicItems)
TableViewSWT<DownloadManager>
MyTorrentsSubView. initYourTableView()
TableViewSWT<DownloadManager>
MyTorrentsView. initYourTableView()
Methods in com.biglybt.ui.swt.views with parameters of type DownloadManager Modifier and Type Method Description private void
FilesView. addManagerListeners(DownloadManager[] managers)
protected static boolean
PeersViewBase. addPeersMenu(DownloadManager man, java.lang.String column_name, org.eclipse.swt.widgets.Menu menu, PEPeer[] peers)
void
FilesView. attributeEventOccurred(DownloadManager dm, java.lang.String attribute_name, int event_type)
void
PrivacyView. attributeEventOccurred(DownloadManager download, java.lang.String attribute, int event_type)
void
TorrentOptionsView.DMWrapper. attributeEventOccurred(DownloadManager dm, java.lang.String attribute_name, int event_type)
void
FilesView. completionChanged(DownloadManager manager, boolean bCompleted)
void
MyTorrentsView. completionChanged(DownloadManager manager, boolean bCompleted)
private static void
FilesViewMenuUtil. copyFile(DownloadManager manager, DiskManagerFileInfo fileInfo, java.io.File source, java.io.File target, boolean dont_delete_existing, java.lang.Runnable done)
private static void
FilesViewMenuUtil. copyFileSupport(DownloadManager manager, DiskManagerFileInfo fileInfo, java.io.File source, java.io.File target, boolean dont_delete_existing, java.lang.Runnable done)
void
FilesView. downloadComplete(DownloadManager manager)
void
MyTorrentsView. downloadComplete(DownloadManager manager)
void
MyTorrentsView. downloadManagerAdded(DownloadManager dm)
void
PeersSuperView. downloadManagerAdded(DownloadManager dm)
void
PiecesSuperView. downloadManagerAdded(DownloadManager dm)
void
MyTorrentsView. downloadManagerRemoved(DownloadManager dm)
void
PeersSuperView. downloadManagerRemoved(DownloadManager dm)
void
PiecesSuperView. downloadManagerRemoved(DownloadManager dm)
void
FilesView. fileLocationChanged(DownloadManager download, DiskManagerFileInfo file)
void
FilesView. filePriorityChanged(DownloadManager download, DiskManagerFileInfo file)
void
MyTorrentsView. filePriorityChanged(DownloadManager download, DiskManagerFileInfo file)
static void
FilesViewMenuUtil. fillMenu(TableView<?> tv, java.lang.String columnName, org.eclipse.swt.widgets.Menu menu, DownloadManager[] manager_list, DiskManagerFileInfo[][] files_list, boolean multi_dl_view, boolean disable_multi_dialog_crud)
private static void
PeersViewBase. fillMenu(org.eclipse.swt.widgets.Menu menu, PEPeer[] peers, org.eclipse.swt.widgets.Shell shell, DownloadManager download_specific)
static void
PeersViewBase. fillMenu(org.eclipse.swt.widgets.Menu menu, PEPeer peer, DownloadManager download_specific)
static void
PeersViewBase. fillMenu(org.eclipse.swt.widgets.Menu menu, TableView<PEPeer> tv, org.eclipse.swt.widgets.Shell shell, DownloadManager download_specific)
boolean
MyTorrentsView. filterCheck(DownloadManager dm, java.lang.String sLastSearch, boolean bRegexSearch)
static DownloadManager
ViewUtils. getDownloadManagerFromDataSource(java.lang.Object dataSource, DownloadManager existing)
private static java.lang.String
PeersViewBase. getMyPeerDetails(DownloadManager dm)
private static void
FilesViewMenuUtil. hardLinkFile(DownloadManager manager, DiskManagerFileInfo file_info, java.io.File source, java.io.File target, java.lang.Runnable done)
boolean
MyTorrentsView. isInCurrentTag(DownloadManager manager)
private boolean
MyTorrentsView. isInCurrentTags(DownloadManager manager)
boolean
MyTorrentsView. isOurDownloadManager(DownloadManager dm)
private static void
FilesViewMenuUtil. moveFile(DownloadManager manager, DiskManagerFileInfo fileInfo, java.io.File source, java.io.File target, boolean dont_delete_existing, java.lang.Runnable done)
private static void
FilesViewMenuUtil. moveFileSupport(DownloadManager manager, DiskManagerFileInfo fileInfo, java.io.File source, java.io.File target, boolean dont_delete_existing, java.lang.Runnable done)
void
FilesView. positionChanged(DownloadManager download, int oldPosition, int newPosition)
void
MyTorrentsView. positionChanged(DownloadManager download, int oldPosition, int newPosition)
void
MyTorrentsView. potentialDeletionChanged(DownloadManager[] old_dms, DownloadManager[] new_dms)
private void
FilesView. removeManagerListeners(DownloadManager[] managers)
private void
PeersGraphicView. render(DownloadManager manager, PeersGraphicView.ManagerData data, org.eclipse.swt.graphics.GC gc, PEPeer[] sortedPeers, org.eclipse.swt.graphics.Point panelSize, org.eclipse.swt.graphics.Point panelOffset)
static void
FilesViewMenuUtil. revertFiles(TableView<?> tv, DownloadManager[] dms)
private void
ScrapeInfoView. setDownlaodManager(DownloadManager dm)
private static boolean
FilesViewMenuUtil. setSkipped(DownloadManager manager, DiskManagerFileInfo[] infos, boolean skipped, int delete_action, boolean prompt)
private void
PrivacyView. setupNetworksAndSources(DownloadManager dm)
private void
PrivacyView. setupTorrentTracker(DownloadManager dm)
void
FilesView. stateChanged(DownloadManager manager, int state)
void
MyTorrentsView. stateChanged(DownloadManager manager, int state)
private void
PrivacyView. swt_updateFields(DownloadManager old_dm, DownloadManager new_dm)
private void
PrivacyView. updatePeersEtc(DownloadManager dm)
Method parameters in com.biglybt.ui.swt.views with type arguments of type DownloadManager Modifier and Type Method Description static java.util.List<DownloadManager>
ViewUtils. getDownloadManagersFromDataSource(java.lang.Object dataSource, java.util.List<DownloadManager> existing)
private void
MyTorrentsView. swt_viewChanged(TableView<DownloadManager> view)
void
MyTorrentsView. viewChanged(TableView<DownloadManager> view)
Constructors in com.biglybt.ui.swt.views with parameters of type DownloadManager Constructor Description DMWrapper(DownloadManager _dm)
FilesViewNodeInner(DownloadManager _dm, java.lang.String _name, FilesView.FilesViewNodeInner _parent)
ManagerData(DownloadManager _manager)
-
Uses of DownloadManager in com.biglybt.ui.swt.views.clientstats
Methods in com.biglybt.ui.swt.views.clientstats with parameters of type DownloadManager Modifier and Type Method Description void
ClientStatsView. downloadManagerAdded(DownloadManager dm)
void
ClientStatsView. downloadManagerRemoved(DownloadManager dm)
-
Uses of DownloadManager in com.biglybt.ui.swt.views.piece
Fields in com.biglybt.ui.swt.views.piece declared as DownloadManager Modifier and Type Field Description private DownloadManager
PieceInfoView. dlm
-
Uses of DownloadManager in com.biglybt.ui.swt.views.skin
Fields in com.biglybt.ui.swt.views.skin declared as DownloadManager Modifier and Type Field Description private DownloadManager
SBC_TorrentDetailsView. manager
private static DownloadManager[]
SBC_LibraryView. selection_dms
Fields in com.biglybt.ui.swt.views.skin with type parameters of type DownloadManager Modifier and Type Field Description private java.util.IdentityHashMap<DownloadManager,DownloadManagerListener>
ToolBarView. dm_listener_map
Methods in com.biglybt.ui.swt.views.skin that return DownloadManager Modifier and Type Method Description DownloadManager
SBC_TorrentDetailsView. getDownload()
Methods in com.biglybt.ui.swt.views.skin with parameters of type DownloadManager Modifier and Type Method Description private static void
TorrentListViewsUtils. _playOrStream(DownloadManager dm, int file_index, boolean complete_only, java.lang.String referal)
void
SBC_TorrentDetailsView. completionChanged(DownloadManager manager, boolean bCompleted)
void
SBC_TorrentDetailsView. downloadComplete(DownloadManager manager)
void
SBC_TorrentDetailsView. filePriorityChanged(DownloadManager download, DiskManagerFileInfo file)
private static void
TorrentListViewsUtils. handleNoFileExists(DownloadManager dm)
boolean
MyTorrentsView_Big. isOurDownloadManager(DownloadManager dm)
private static int
TorrentListViewsUtils. openInEMP(DownloadManager dm, int _file_index, boolean complete_only, java.lang.String referal)
New version accepts map with ASX parameters.static void
TorrentListViewsUtils. playOrStream(DownloadManager dm, int file_index)
Plays or Streams a Downloadstatic void
TorrentListViewsUtils. playOrStream(DownloadManager dm, int file_index, boolean complete_only, boolean launch_already_checked)
private static void
TorrentListViewsUtils. playOrStream(DownloadManager dm, int file_index, boolean complete_only, boolean launch_already_checked, java.lang.String referal)
void
SBC_TorrentDetailsView. positionChanged(DownloadManager download, int oldPosition, int newPosition)
void
SBC_TorrentDetailsView. stateChanged(DownloadManager manager, int state)
private int
SB_Transfers. updateDMCounts(DownloadManager dm)
-
Uses of DownloadManager in com.biglybt.ui.swt.views.tableitems.mytorrents
Fields in com.biglybt.ui.swt.views.tableitems.mytorrents declared as DownloadManager Modifier and Type Field Description private DownloadManager
AbstractTrackerCell. dm
Fields in com.biglybt.ui.swt.views.tableitems.mytorrents with type parameters of type DownloadManager Modifier and Type Field Description (package private) java.util.Map<DownloadManager,java.lang.Long>
TrackerNextAccessItem. map
Methods in com.biglybt.ui.swt.views.tableitems.mytorrents with parameters of type DownloadManager Modifier and Type Method Description void
RankItem.GMListener. downloadManagerAdded(DownloadManager dm)
void
RankItem.GMListener. downloadManagerRemoved(DownloadManager dm)
static java.lang.String
TrackerCellUtils. getTooltipText(TableCell cell, DownloadManager dm, boolean show_errors)
private void
ColumnFileCount. openFilesMiniView(DownloadManager dm, TableCell cell)
static void
TrackerCellUtils. updateColor(TableCell cell, DownloadManager dm, boolean show_errors)
-
Uses of DownloadManager in com.biglybt.ui.swt.views.utils
Fields in com.biglybt.ui.swt.views.utils with type parameters of type DownloadManager Modifier and Type Field Description private static java.util.Map<DownloadManager,WebPlugin>
ManagerUtils. browse_plugins
Methods in com.biglybt.ui.swt.views.utils that return DownloadManager Modifier and Type Method Description static DownloadManager[]
ManagerUtils. cleanUp(DownloadManager[] dms)
Methods in com.biglybt.ui.swt.views.utils with parameters of type DownloadManager Modifier and Type Method Description static void
TagUIUtils. addLibraryViewTagsSubMenu(DownloadManager[] dms, org.eclipse.swt.widgets.Menu menu_tags)
static void
ManagerUtils. advancedRename(DownloadManager[] dms)
static void
ManagerUtils. asyncPause(DownloadManager dm)
static void
ManagerUtils. asyncStop(DownloadManager dm, int stateAfterStopped)
static void
ManagerUtils. asyncStopDelete(DownloadManager dm, int stateAfterStopped, boolean bDeleteTorrent, boolean bDeleteData, AERunnable deleteFailed)
static java.lang.String
ManagerUtils. browse(DownloadManager dm)
static java.lang.String
ManagerUtils. browse(DownloadManager dm, boolean anon, boolean launch)
static java.lang.String
ManagerUtils. browse(DownloadManager dm, DiskManagerFileInfo _file, boolean anon, boolean launch)
static boolean
ManagerUtils. browseWebsite(DownloadManager dm)
private static void
TagUIUtils. build(DownloadManager[] dms, org.eclipse.swt.widgets.Menu menu_tags, java.util.Map<Tag,java.lang.Integer> manual_map, java.util.List<Tag> manual_t)
static boolean
ManagerUtils. canLowResourceRecheck(DownloadManager dm)
static DownloadManager[]
ManagerUtils. cleanUp(DownloadManager[] dms)
private static void
ManagerUtils. findMoreLikeThis(DownloadManager dm, DiskManagerFileInfo file, org.eclipse.swt.widgets.Shell shell)
static void
ManagerUtils. findMoreLikeThis(DownloadManager dm, org.eclipse.swt.widgets.Shell shell)
private static boolean
ManagerUtils. getBrowseAnon(DownloadManager dm)
private static DiskManagerFileInfo
ManagerUtils. getBrowseHomePage(DownloadManager dm)
static void
ManagerUtils. host(Core core, DownloadManager dm)
Host a DownloadManager on our Tracker.static boolean
ManagerUtils. isForceStartable(DownloadManager dm)
static boolean
ManagerUtils. isPauseable(DownloadManager dm)
static boolean
ManagerUtils. isStartable(DownloadManager dm)
static boolean
ManagerUtils. isStopable(DownloadManager dm)
static boolean
ManagerUtils. isStopped(DownloadManager dm)
static void
ManagerUtils. locateFiles(DownloadManager[] dms, DiskManagerFileInfo[][] dm_files, org.eclipse.swt.widgets.Shell shell)
private static void
ManagerUtils. locateFiles(DownloadManager[] dms, DiskManagerFileInfo[][] dm_files, org.eclipse.swt.widgets.Shell shell, java.lang.String[] search_roots, int mode, int link_type, int tolerance, boolean include_skipped)
static void
ManagerUtils. locateFiles(DownloadManager[] dms, org.eclipse.swt.widgets.Shell shell)
private static void
ManagerUtils. locateFilesSupport(DownloadManager[] dms, DiskManagerFileInfo[][] dm_files, org.eclipse.swt.widgets.Shell shell)
static void
ManagerUtils. lowResourceRecheck(DownloadManager dm)
static void
ManagerUtils. open(DownloadManager dm)
Opens the parent folder of dm's pathstatic void
ManagerUtils. open(DownloadManager dm, boolean open_containing_folder_mode)
static void
ManagerUtils. pause(DownloadManager dm, org.eclipse.swt.widgets.Shell shell)
static void
ManagerUtils. publish(Core core, DownloadManager dm)
Publish a DownloadManager on our Tracker.static void
ManagerUtils. queue(DownloadManager dm, org.eclipse.swt.widgets.Composite panelNotUsed)
static void
ManagerUtils. run(DownloadManager dm)
void
ManagerUtils.RunDownloadManager. run(DownloadManager dm)
static void
ManagerUtils. start(DownloadManager dm)
static void
ManagerUtils. stop(DownloadManager dm, org.eclipse.swt.widgets.Shell shell)
static void
ManagerUtils. stop(DownloadManager dm, org.eclipse.swt.widgets.Shell shell, int stateAfterStopped)
Method parameters in com.biglybt.ui.swt.views.utils with type arguments of type DownloadManager Modifier and Type Method Description private static void
ManagerUtils. advancedRename(java.util.List<DownloadManager> list)
static void
ManagerUtils. asyncPauseForPeriod(java.util.List<DownloadManager> dms, int seconds)
-
Uses of DownloadManager in com.biglybt.ui.swt.widgets
Methods in com.biglybt.ui.swt.widgets that return types with arguments of type DownloadManager Modifier and Type Method Description private static java.util.List<DownloadManager>
TagCanvas. handleDropTargetEvent(org.eclipse.swt.dnd.DropTargetEvent e)
-
Uses of DownloadManager in com.biglybt.util
Methods in com.biglybt.util that return DownloadManager Modifier and Type Method Description static DownloadManager
DataSourceUtils. getDM(java.lang.Object ds)
static DownloadManager[]
DataSourceUtils. getDMs(java.lang.Object ds)
Methods in com.biglybt.util with parameters of type DownloadManager Modifier and Type Method Description private static boolean
PlayUtils. canPlay(DownloadManager dm, int file_index)
private static boolean
PlayUtils. canStream(DownloadManager dm, int file_index)
static boolean
PlayUtils. prepareForPlay(DownloadManager dm)
-