Uses of Interface
com.biglybt.core.download.DownloadManager
Packages that use DownloadManager
Package
Description
-
Uses of DownloadManager in com.biglybt.activities
Fields in com.biglybt.activities declared as DownloadManagerMethods in com.biglybt.activities that return DownloadManagerMethods in com.biglybt.activities with parameters of type DownloadManager -
Uses of DownloadManager in com.biglybt.core
Methods in com.biglybt.core that return DownloadManager -
Uses of DownloadManager in com.biglybt.core.category
Methods in com.biglybt.core.category that return types with arguments of type DownloadManagerModifier and TypeMethodDescriptionCategory.getDownloadManagers
(List<DownloadManager> all_download_managers) Retrieve a list of DownloadManagers for this categoryMethods in com.biglybt.core.category with parameters of type DownloadManagerModifier and TypeMethodDescriptionvoid
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 DownloadManagerModifier and TypeMethodDescriptionCategory.getDownloadManagers
(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 DownloadManagerModifier and TypeFieldDescriptionprivate final CopyOnWriteList
<DownloadManager> CategoryImpl.managers_cow
private final IdentityHashSet
<DownloadManager> CategoryImpl.managers_set
Methods in com.biglybt.core.category.impl that return types with arguments of type DownloadManagerModifier and TypeMethodDescriptionCategoryImpl.getDownloadManagers
(List<DownloadManager> all_dms) CategoryImpl.getTaggedDownloads()
Methods in com.biglybt.core.category.impl with parameters of type DownloadManagerModifier and TypeMethodDescriptionvoid
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 DownloadManagerModifier and TypeMethodDescriptionCategoryImpl.getDownloadManagers
(List<DownloadManager> all_dms) -
Uses of DownloadManager in com.biglybt.core.devices.impl
Methods in com.biglybt.core.devices.impl with parameters of type DownloadManagerModifier and TypeMethodDescription(package private) void
TranscodeManagerImpl.processCategory
(Category cat, Object[] details, DownloadManager dm) (package private) void
TranscodeManagerImpl.processTag
(Tag tag, Object[] details, DownloadManager dm) -
Uses of DownloadManager in com.biglybt.core.disk
Methods in com.biglybt.core.disk that return DownloadManagerModifier and TypeMethodDescriptionDiskManager.getDownload()
DiskManagerFileInfo.getDownloadManager()
Methods in com.biglybt.core.disk with parameters of type DownloadManagerModifier and TypeMethodDescriptionstatic 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 DownloadManagerModifier and TypeFieldDescription(package private) final DownloadManager
DiskManagerAllocationScheduler.AllocationInstance.Callback.dm
(package private) final DownloadManager
DiskManagerRecheckScheduler.DiskManagerRecheckInstance.Callback.dm
protected final DownloadManager
DiskManagerImpl.download_manager
Methods in com.biglybt.core.disk.impl that return DownloadManagerModifier and TypeMethodDescriptionDiskManagerImpl.getDownload()
DiskManagerFileInfoImpl.getDownloadManager()
DiskManagerImpl.getDownloadManager()
Methods in com.biglybt.core.disk.impl with parameters of type DownloadManagerModifier and TypeMethodDescriptionstatic 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 String
DiskManagerImpl.getStorageType
(DownloadManager download_manager, int fileIndex) Returns the storage type for aDownloadManager
's file atfileIndex
.static 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, File destination, Runnable target, DiskManagerUtil.MoveTaskAapter adapter) (package private) static String
DiskManagerUtil.setFileLink
(DownloadManager download_manager, DiskManagerFileInfo[] info, DiskManagerFileInfo file_info, File from_file, File to_link, boolean dont_delete_existing, 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 -
Uses of DownloadManager in com.biglybt.core.disk.impl.resume
Methods in com.biglybt.core.disk.impl.resume with parameters of type DownloadManagerModifier and TypeMethodDescriptionstatic 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 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 DownloadManagerModifier and TypeFieldDescription(package private) DownloadManager
StreamManager.SMDImpl.dm
(package private) DownloadManager
EnhancedDownloadManager.download_manager
Fields in com.biglybt.core.download with type parameters of type DownloadManagerModifier and TypeFieldDescription(package private) Map
<DownloadManager, EnhancedDownloadManager> DownloadManagerEnhancer.download_map
Methods in com.biglybt.core.download that return DownloadManagerModifier and TypeMethodDescriptionstatic DownloadManager
DownloadManagerFactory.create
(GlobalManager gm, byte[] torrent_hash, String torrentFileName, String torrent_save_dir, String torrent_save_file, int initialState, boolean persistent, boolean recovered, boolean for_seeding, boolean has_ever_been_started, List file_priorities) StreamManager.SMDImpl.getDownload()
StreamManagerDownload.getDownload()
DownloadManagerOptionsHandler.getDownloadManager()
DownloadManagerState.getDownloadManager()
EnhancedDownloadManager.getDownloadManager()
Methods in com.biglybt.core.download with parameters of type DownloadManagerModifier and TypeMethodDescriptionvoid
DownloadManagerStateAttributeListener.attributeEventOccurred
(DownloadManager download, 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) DownloadManagerEnhancer.getEnhancedDownload
(DownloadManager manager) void
DownloadManagerInitialisationAdapter.initialised
(DownloadManager manager, boolean for_seeding) protected void
EnhancedDownloadManager.log
(DownloadManager dm, 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) StreamManager.stream
(DownloadManager dm, int file_index, URL url, boolean preview_mode, StreamManagerDownloadListener listener) Constructors in com.biglybt.core.download with parameters of type DownloadManagerModifierConstructorDescriptionprotected
EnhancedDownloadManager
(DownloadManagerEnhancer _enhancer, DownloadManager _download_manager) protected
progressiveStatsCommon
(DownloadManager _dm, EnhancedDownloadManagerFile _primary_file) (package private)
SMDImpl
(DownloadManager _dm, int _file_index, 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 DownloadManagerFields in com.biglybt.core.download.impl declared as DownloadManagerModifier and TypeFieldDescriptionprotected final DownloadManager
DownloadManagerStateImpl.nullState.download_manager
Methods in com.biglybt.core.download.impl that return DownloadManagerModifier and TypeMethodDescriptionDownloadManagerController.fileInfoFacade.getDownloadManager()
DownloadManagerStateImpl.getDownloadManager()
DownloadManagerStateImpl.nullState.getDownloadManager()
Methods in com.biglybt.core.download.impl with parameters of type DownloadManagerModifier and TypeMethodDescriptionstatic boolean
DownloadManagerMoveHandler.canGoToCompleteDir
(DownloadManager dm) void
DownloadManagerAdapter.completionChanged
(DownloadManager manager, boolean bCompleted) (package private) static String
DownloadManagerDefaultPaths.describe
(DownloadManager dm, DownloadManagerDefaultPaths.ContextDescriptor cs) (package private) static String
DownloadManagerMoveHandlerUtils.describe
(DownloadManager dm) (package private) static SaveLocationChange
DownloadManagerDefaultPaths.determinePaths
(DownloadManager dm, DownloadManagerDefaultPaths.MovementInformation mi, boolean check_source, int reason) This does the guts of determining appropriate file paths.void
DownloadManagerAdapter.downloadComplete
(DownloadManager manager) void
DownloadManagerAdapter.filePriorityChanged
(DownloadManager download, DiskManagerFileInfo file) void
DownloadManagerController.ForceRecheckListener.forceRecheckComplete
(DownloadManager dm, boolean cancelled) (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 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.File[]
DownloadManagerDefaultPaths.TargetSpecification.getTargets
(DownloadManager dm, DownloadManagerDefaultPaths.ContextDescriptor cd, int reason) File[]
DownloadManagerDefaultPaths.TargetSpecification.getTargetsSupport
(DownloadManager dm, DownloadManagerDefaultPaths.ContextDescriptor cd) DownloadManagerDefaultPaths.TransferSpecification.getTransferDetails
(DownloadManager dm, DownloadManagerDefaultPaths.ContextDescriptor cd, File[] target_paths) private static boolean
DownloadManagerMoveHandler.isApplicableDownload
(DownloadManager dm) (package private) static boolean
DownloadManagerDefaultPaths.isInDefaultDownloadDir
(DownloadManager dm) (package private) static void
DownloadManagerMoveHandlerUtils.logError
(String message, DownloadManager dm, Throwable e) (package private) static void
DownloadManagerMoveHandlerUtils.logInfo
(String message, DownloadManager dm) (package private) static void
DownloadManagerMoveHandlerUtils.logWarn
(String message, DownloadManager dm) boolean
DownloadManagerDefaultPaths.SourceSpecification.matchesDownload
(DownloadManager dm, DownloadManagerDefaultPaths.ContextDescriptor context) static SaveLocationChange
DownloadManagerMoveHandler.onCompletion
(DownloadManager dm, DownloadManagerMoveHandler.MoveCallback callback, boolean startOfDay) 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 -
Uses of DownloadManager in com.biglybt.core.global
Methods in com.biglybt.core.global that return DownloadManagerModifier and TypeMethodDescriptionGlobalManager.addDownloadManager
(String fileName, byte[] optionalHash, String savePath, int initialState, boolean persistent) Create and add a Download Manager to the global listGlobalManager.addDownloadManager
(String fileName, byte[] optionalHash, String savePath, int initialState, boolean persistent, boolean for_seeding, DownloadManagerInitialisationAdapter adapter) Create and add a Download Manager to the global listGlobalManager.addDownloadManager
(String fileName, byte[] optionalHash, String savePath, String saveFile, int initialState, boolean persistent, boolean for_seeding, DownloadManagerInitialisationAdapter adapter) Create and add a Download Manager to the global listGlobalManager.addDownloadManager
(String file_name, String save_path) Create and add a Download Manager to the global listGlobalManagerEvent.getDownload()
GlobalManager.getDownloadManager
(TOTorrent torrent) Retrieve the DownloadManager associated with a TOTorrent objectGlobalManager.getDownloadManager
(HashWrapper hash) Retrieve the DownloadManager associated with a hashGlobalManager.importDownloadStateFromMap
(Map map) Methods in com.biglybt.core.global that return types with arguments of type DownloadManagerModifier and TypeMethodDescriptionGlobalManager.getDownloadManagers()
Retrieve a list ofDownloadManager
s that GlobalManager is handlingMethods in com.biglybt.core.global with parameters of type DownloadManagerModifier and TypeMethodDescriptionvoid
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) GlobalManager.exportDownloadStateToMap
(DownloadManager dm) void
GlobalManager.fireGlobalManagerEvent
(int type, DownloadManager dm, Object data) GlobalManagerStats.getAggregateLocalStats
(DownloadManager dm) 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 (seeinvalid reference
#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()Method parameters in com.biglybt.core.global with type arguments of type DownloadManagerModifier and TypeMethodDescriptionvoid
GlobalManager.moveTo
(List<DownloadManager> managers, List<Integer> newPositions) -
Uses of DownloadManager in com.biglybt.core.global.impl
Fields in com.biglybt.core.global.impl declared as DownloadManagerModifier and TypeFieldDescriptionprivate final DownloadManager
GlobalManagerFileMerger.SameSizeFiles.SameSizeFileWrapper.download_manager
private DownloadManager[]
GlobalManagerImpl.managers_list_cow
Fields in com.biglybt.core.global.impl with type parameters of type DownloadManagerModifier and TypeFieldDescription(package private) final Map
<HashWrapper, DownloadManager> GlobalManagerFileMerger.dm_map
private final Set
<DownloadManager> GlobalManagerFileMerger.SameSizeFiles.dm_set
(package private) final Map
<HashWrapper, DownloadManager> GlobalManagerImpl.manager_hash_map
(package private) final Map
<DownloadManager, DownloadManager> GlobalManagerImpl.manager_id_set
(package private) final Map
<DownloadManager, DownloadManager> GlobalManagerImpl.manager_id_set
private Map
<DownloadManager, List<PEPeer>> GlobalManagerStatsImpl.removed_peers
(package private) final Set
<DownloadManager> GlobalManagerFileMerger.sames_dms
Methods in com.biglybt.core.global.impl that return DownloadManagerModifier and TypeMethodDescriptionprotected DownloadManager
GlobalManagerImpl.addDownloadManager
(DownloadManager download_manager, boolean notifyListeners, DownloadManagerInitialisationAdapter adapter, boolean for_seeding, boolean[] is_existing, boolean initial_load) GlobalManagerImpl.addDownloadManager
(String fileName, byte[] optionalHash, String savePath, int initialState, boolean persistent) GlobalManagerImpl.addDownloadManager
(String torrent_file_name, byte[] optionalHash, String savePath, int initialState, boolean persistent, boolean for_seeding, DownloadManagerInitialisationAdapter _adapter) GlobalManagerImpl.addDownloadManager
(String torrent_file_name, byte[] optionalHash, String savePath, String saveFile, int initialState, boolean persistent, boolean for_seeding, DownloadManagerInitialisationAdapter _adapter) GlobalManagerImpl.addDownloadManager
(String fileName, String savePath) private DownloadManager
GlobalManagerImpl.createAndAddNewDownloadManager
(byte[] torrent_hash, String torrentFileName, String savePath, String saveFile, int initialState, boolean persistent, boolean for_seeding, List file_priorities, DownloadManagerInitialisationAdapter adapter, boolean thisIsMagnet, boolean[] is_existing) private DownloadManager
GlobalManagerImpl.createNewDownloadManager
(byte[] torrent_hash, String torrentFileName, String savePath, String saveFile, int initialState, boolean persistent, boolean for_seeding, List file_priorities, boolean thisIsMagnet, boolean[] is_existing) (package private) DownloadManager
GlobalManagerFileMerger.SameSizeFiles.SameSizeFileWrapper.getDownloadManager()
GlobalManagerImpl.getDownloadManager
(TOTorrent torrent) GlobalManagerImpl.getDownloadManager
(HashWrapper hw) GlobalManagerImpl.importDownloadStateFromMap
(Map map) GlobalManagerImpl.loadDownload
(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 DownloadManagerModifier and TypeMethodDescription(package private) Set
<DownloadManager> GlobalManagerFileMerger.SameSizeFiles.getDownloadManagers()
GlobalManagerImpl.getDownloadManagers()
private List
<DownloadManager> GlobalManagerImpl.sortForStop()
Methods in com.biglybt.core.global.impl with parameters of type DownloadManagerModifier and TypeMethodDescriptionprotected DownloadManager
GlobalManagerImpl.addDownloadManager
(DownloadManager download_manager, boolean notifyListeners, DownloadManagerInitialisationAdapter adapter, boolean for_seeding, boolean[] is_existing, boolean initial_load) 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) GlobalManagerImpl.exportDownloadStateToMap
(DownloadManager dm) private Map
GlobalManagerImpl.exportDownloadStateToMapSupport
(DownloadManager dm, boolean internal_export, boolean interim) void
GlobalManagerImpl.DownloadStateTagger.filePriorityChanged
(DownloadManager download, DiskManagerFileInfo file) void
GlobalManagerImpl.fireGlobalManagerEvent
(int type, DownloadManager dm, Object data) (package private) void
GlobalManagerImpl.fixLongFileName
(DownloadManager manager) GlobalManagerStatsImpl.getAggregateLocalStats
(DownloadManager dm) protected String
GlobalManagerFileMerger.getSwarmMergingInfo
(DownloadManager dm) 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) protected void
GlobalManagerHostSupport.torrentAdded
(DownloadManager download_manager) protected void
GlobalManagerHostSupport.torrentRemoved
(DownloadManager download_manager, TOTorrent torrent) Method parameters in com.biglybt.core.global.impl with type arguments of type DownloadManagerModifier and TypeMethodDescriptionvoid
GlobalManagerImpl.moveTo
(List<DownloadManager> managers, List<Integer> newPositions) -
Uses of DownloadManager in com.biglybt.core.helpers
Methods in com.biglybt.core.helpers with parameters of type DownloadManagerModifier and TypeMethodDescriptionprivate void
TorrentFolderWatcher.applyAutoTagging
(DownloadManager dm) private void
TorrentFolderWatcher.applyTag
(DownloadManager dm, String tag_name) -
Uses of DownloadManager in com.biglybt.core.history.impl
Methods in com.biglybt.core.history.impl with parameters of type DownloadManagerModifier and TypeMethodDescription(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 DownloadManagerModifierConstructorDescription(package private)
DownloadHistoryImpl
(Map<Long, DownloadHistoryManagerImpl.DownloadHistoryImpl> _history_ref, DownloadManager dm) -
Uses of DownloadManager in com.biglybt.core.lws
Methods in com.biglybt.core.lws that return DownloadManagerModifier and TypeMethodDescriptionLWSDiskManager.getDownload()
LWSDiskManagerState.getDownloadManager()
-
Uses of DownloadManager in com.biglybt.core.subs
Fields in com.biglybt.core.subs declared as DownloadManagerModifier and TypeFieldDescriptionprivate DownloadManager
SubscriptionUtils.SubscriptionDownloadDetails.download
Methods in com.biglybt.core.subs that return DownloadManagerConstructors in com.biglybt.core.subs with parameters of type DownloadManagerModifierConstructorDescriptionprotected
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 DownloadManagerMethods in com.biglybt.core.tag with parameters of type DownloadManagerModifier and TypeMethodDescriptionvoid
TagFeatureExecOnAssign.OptionsTemplateHandler.applyTo
(DownloadManager dm) TagUtils.getActiveMoveOnCompleteTags
(DownloadManager dm, boolean allow_caching, Consumer<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 DownloadManagerModifier and TypeFieldDescription(package private) final DownloadManager
TagDownloadWithState.NPCState.dm
Fields in com.biglybt.core.tag.impl with type parameters of type DownloadManagerModifier and TypeFieldDescription(package private) final Set
<DownloadManager> TagManagerImpl.active_copy_on_complete
(package private) final Map
<Tag, Map<DownloadManager, Long>> TagPropertyConstraintHandler.apply_history
private List
<DownloadManager> TagDownloadWithState.batch
(package private) final IdentityHashMap
<DownloadManager, Set<TagPropertyConstraintHandler.TagConstraint>> TagPropertyConstraintHandler.freq_lim_pending
Methods in com.biglybt.core.tag.impl that return types with arguments of type DownloadManagerMethods in com.biglybt.core.tag.impl with parameters of type DownloadManagerModifier and TypeMethodDescriptionprivate 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
(Set<Taggable> existing, DownloadManager dm, boolean is_new) private void
TagPropertyConstraintHandler.TagConstraint.applySupport2
(Set<Taggable> existing, DownloadManager dm, boolean check_dependencies, 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) TagPropertyConstraintHandler.TagConstraint.ConstraintExpr.eval
(Map<String, Object> context, DownloadManager dm, List<Tag> tags, StringBuilder debug) TagPropertyConstraintHandler.TagConstraint.ConstraintExprAnd.eval
(Map<String, Object> context, DownloadManager dm, List<Tag> tags, StringBuilder debug) TagPropertyConstraintHandler.TagConstraint.ConstraintExprFalse.eval
(Map<String, Object> context, DownloadManager dm, List<Tag> tags, StringBuilder debug) TagPropertyConstraintHandler.TagConstraint.ConstraintExprFunction.eval
(Map<String, Object> context, DownloadManager dm, List<Tag> tags, StringBuilder debug) TagPropertyConstraintHandler.TagConstraint.ConstraintExprNot.eval
(Map<String, Object> context, DownloadManager dm, List<Tag> tags, StringBuilder debug) TagPropertyConstraintHandler.TagConstraint.ConstraintExprOr.eval
(Map<String, Object> context, DownloadManager dm, List<Tag> tags, StringBuilder debug) TagPropertyConstraintHandler.TagConstraint.ConstraintExprParams.eval
(Map<String, Object> context, DownloadManager dm, List<Tag> tags, StringBuilder debug) TagPropertyConstraintHandler.TagConstraint.ConstraintExprTrue.eval
(Map<String, Object> context, DownloadManager dm, List<Tag> tags, StringBuilder debug) TagPropertyConstraintHandler.TagConstraint.ConstraintExprXor.eval
(Map<String, Object> context, DownloadManager dm, List<Tag> tags, StringBuilder debug) TagPropertyConstraintHandler.TagConstraint.ConstraintExprFunction.evalSupport
(Map<String, Object> context, DownloadManager dm, List<Tag> tags, StringBuilder debug) TagPropertyTrackerHandler.getAugmentedHosts
(DownloadManager dm) private Object
TagPropertyConstraintHandler.TagConstraint.ConstraintExprFunction.getKeywordValue
(DownloadManager dm, List<Tag> tags, String str) private Number
TagPropertyConstraintHandler.TagConstraint.ConstraintExprFunction.getNumeric
(Map<String, Object> context, DownloadManager dm, List<Tag> tags, Object[] args, int index, StringBuilder debug) private Number
TagPropertyConstraintHandler.TagConstraint.ConstraintExprFunction.getNumericSupport
(DownloadManager dm, List<Tag> tags, Object[] args, int index) private String
TagPropertyConstraintHandler.TagConstraint.ConstraintExprFunction.getString
(Map<String, Object> context, DownloadManager dm, List<Tag> tags, Object[] args, int index, StringBuilder debug) private String[]
TagPropertyConstraintHandler.TagConstraint.ConstraintExprFunction.getStrings
(Map<String, Object> context, DownloadManager dm, List<Tag> tags, Object[] args, int index, StringBuilder debug) TagPropertyTrackerHandler.getTagsForDownload
(DownloadManager dm) private Object
TagPropertyConstraintHandler.TagConstraint.ConstraintExprFunction.getWhatever
(Map<String, Object> context, DownloadManager dm, List<Tag> tags, Object[] args, int index, StringBuilder debug) 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, File location, long options) void
TagPropertyConstraintHandler.nameEtcChanged
(DownloadManager dm) private void
TagDownloadWithState.setRateLimit
(DownloadManager manager, boolean added) boolean
TagPropertyConstraintHandler.TagConstraint.testConstraint
(DownloadManager dm) private boolean
TagPropertyConstraintHandler.TagConstraint.testConstraint
(DownloadManager dm, StringBuilder debug) private void
TagDownloadWithState.updateFPSeeding
(DownloadManager dm, boolean fp_seed, boolean not_fp_seed) Method parameters in com.biglybt.core.tag.impl with type arguments of type DownloadManagerModifier and TypeMethodDescriptionprivate void
TagPropertyUntaggedHandler.addDownloads
(List<DownloadManager> dms) private void
TagPropertyConstraintHandler.apply
(List<DownloadManager> dms, boolean initial_assignment) private void
TagPropertyConstraintHandler.apply
(List<DownloadManager> dms, List<TagPropertyConstraintHandler.TagConstraint> cons) private void
TagPropertyConstraintHandler.TagConstraint.apply
(List<DownloadManager> dms) private static boolean
TagPropertyConstraintHandler.canProcess
(TagPropertyConstraintHandler.TagConstraint constraint, List<DownloadManager> dms) protected Object
TagManagerImpl.evalScript
(Tag tag, String script, List<DownloadManager> dms, String intent_key) TagDownloadWithState.performOperation
(int op, Stream<DownloadManager> dms) Constructors in com.biglybt.core.tag.impl with parameters of type DownloadManager -
Uses of DownloadManager in com.biglybt.core.torrent
Methods in com.biglybt.core.torrent with parameters of type DownloadManagerModifier and TypeMethodDescriptionstatic 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 DownloadManagerModifier and TypeMethodDescriptionstatic 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 DownloadManagerFields in com.biglybt.core.util with type parameters of type DownloadManagerModifier and TypeFieldDescriptionprivate static Map
<DownloadManager, Integer> TorrentUtils.ptd_map
Methods in com.biglybt.core.util that return DownloadManagerModifier and TypeMethodDescriptionLaunchManager.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 DownloadManagerModifier and TypeMethodDescriptionLaunchManager.createTarget
(DownloadManager dm) static void
TorrentUtils.endTorrentDelete
(DownloadManager[] dms) static String
DisplayFormatters.formatDownloadStatus
(DownloadManager manager) static String
DisplayFormatters.formatDownloadStatusDefaultLocale
(DownloadManager manager) static String
DisplayFormatters.formatHashFails
(DownloadManager download_manager) TorrentUtils.getInitialMetadata
(DownloadManager dm, boolean include_dn) static String
UrlUtils.getMagnetURI
(DownloadManager dm) static String
UrlUtils.getMagnetURI
(DownloadManager dm, int max_name_len) TorrentUtils.getMergedTrackers
(DownloadManager[] dms) 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, Runnable target) static void
TorrentUtils.setInitialMetadata
(DownloadManager dm, Map<String, Object> metadata, boolean include_dn) static void
TorrentUtils.startTorrentDelete
(DownloadManager[] dms) Constructors in com.biglybt.core.util with parameters of type DownloadManager -
Uses of DownloadManager in com.biglybt.pifimpl.local
Methods in com.biglybt.pifimpl.local that return DownloadManagerModifier and TypeMethodDescriptionstatic DownloadManager
static DownloadManager
PluginCoreUtils.unwrapIfPossible
(Download dm) Methods in com.biglybt.pifimpl.local with parameters of type DownloadManagerModifier and TypeMethodDescriptionvoid
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 DownloadManagerModifier and TypeFieldDescriptionprotected DownloadManager
DownloadStatsImpl.dm
private final DownloadManager
DownloadImpl.download_manager
Fields in com.biglybt.pifimpl.local.download with type parameters of type DownloadManagerModifier and TypeFieldDescriptionprivate Map
<DownloadManager, DownloadImpl> DownloadManagerImpl.download_map
private Map
<DownloadManager, DownloadImpl> DownloadManagerImpl.pending_dls
Methods in com.biglybt.pifimpl.local.download that return DownloadManagerMethods in com.biglybt.pifimpl.local.download with parameters of type DownloadManagerModifier and TypeMethodDescriptionprotected void
DownloadManagerImpl.addDownloadManager
(DownloadManager dm) void
DownloadImpl.attributeEventOccurred
(DownloadManager download, 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 DownloadManagerModifierConstructorDescriptionprivate
AggregateScrapeResult
(Download _dl, DownloadManager _dm) protected
DownloadImpl
(DownloadManagerImpl _manager, DownloadManager _dm) protected
protected
DownloadStubImpl
(DownloadManagerImpl _manager, DownloadImpl _download, DownloadManager _core_dm, String[] _manual_tags, String _category, Map<String, Object> _gm_map) -
Uses of DownloadManager in com.biglybt.plugin.magnet
Fields in com.biglybt.plugin.magnet declared as DownloadManagerModifier and TypeFieldDescriptionprivate DownloadManager
MagnetPluginMDDownloader.core_dm
private final DownloadManager
MagnetPlugin.DownloadResult.dm
Methods in com.biglybt.plugin.magnet that return DownloadManagerModifier and TypeMethodDescriptionprivate DownloadManager
MagnetPlugin.DownloadResult.getDownload()
protected DownloadManager
MagnetPluginMDDownloader.getDownloadManager()
Methods in com.biglybt.plugin.magnet with parameters of type DownloadManagerModifier and TypeMethodDescriptionMagnetPlugin.getInitialMetadata
(DownloadManager dm, Map<String, Object> existing_md) MagnetPlugin.getInitialTags
(DownloadManager from_dm) protected void
MagnetPlugin.setDNChanged
(DownloadManager dm) protected void
MagnetPlugin.setInitialMetadata
(DownloadManager to_dm, List<String> tags, Map<String, Object> other_metadata) protected boolean
MagnetPlugin.updateInitialMetadata
(Map map, DownloadManager from_dm) -
Uses of DownloadManager in com.biglybt.plugin.net.buddy
Methods in com.biglybt.plugin.net.buddy that return DownloadManager -
Uses of DownloadManager in com.biglybt.plugin.simpleapi
Methods in com.biglybt.plugin.simpleapi that return DownloadManagerModifier and TypeMethodDescriptionprivate DownloadManager
SimpleAPIPlugin.getDownloadFromHash
(Map<String, String> args) -
Uses of DownloadManager in com.biglybt.plugin.startstoprules.defaultplugin
Fields in com.biglybt.plugin.startstoprules.defaultplugin declared as DownloadManagerMethods in com.biglybt.plugin.startstoprules.defaultplugin with parameters of type DownloadManagerModifier and TypeMethodDescriptionvoid
RankCalculatorReal.attributeEventOccurred
(DownloadManager download, String attribute, int event_type) void
StartStopRulesDefaultPlugin.StartStopDownloadStateAttributeListener.attributeEventOccurred
(DownloadManager download, String attribute, int event_type) protected void
StartStopRulesDefaultPlugin.setFPTagStatus
(DownloadManager dm, boolean is_fp) -
Uses of DownloadManager in com.biglybt.ui.console
Fields in com.biglybt.ui.console with type parameters of type DownloadManager -
Uses of DownloadManager in com.biglybt.ui.console.commands
Methods in com.biglybt.ui.console.commands with parameters of type DownloadManagerModifier and TypeMethodDescriptionfinal int
IConsoleCommand.TorrentComparator.compare
(DownloadManager aDL, DownloadManager bDL) protected String
IConsoleCommand.expandVariable
(char variable, DownloadManager dm) expands the specified variable character into a string.protected String
IConsoleCommand.getTorrentSummary
(DownloadManager dm) returns the summary details for the specified torrent.boolean
Hack.HackCategory.performCommand
(ConsoleInput ci, DownloadManager dm, List<String> args) locate the appropriate subcommand and execute itboolean
Hack.HackDownloadSpeed.performCommand
(ConsoleInput ci, DownloadManager dm, List args) locate the appropriate subcommand and execute itboolean
Hack.HackFile.performCommand
(ConsoleInput ci, DownloadManager dm, List args) boolean
Hack.HackHost.performCommand
(ConsoleInput ci, DownloadManager dm, List args) boolean
Hack.HackPort.performCommand
(ConsoleInput ci, DownloadManager dm, List args) boolean
Hack.HackTag.performCommand
(ConsoleInput ci, DownloadManager dm, List<String> args) locate the appropriate subcommand and execute itboolean
Hack.HackTracker.performCommand
(ConsoleInput ci, DownloadManager dm, List args) locate the appropriate subcommand and execute itboolean
Hack.HackUploads.performCommand
(ConsoleInput ci, DownloadManager dm, List args) locate the appropriate subcommand and execute itboolean
Hack.HackUploadSpeed.performCommand
(ConsoleInput ci, DownloadManager dm, List args) locate the appropriate subcommand and execute itboolean
Hack.HackURL.performCommand
(ConsoleInput ci, DownloadManager dm, List args) protected boolean
Hack.performCommand
(ConsoleInput ci, DownloadManager dm, List args) finds the appropriate subcommand and executes it.protected boolean
TorrentArchive.performCommand
(ConsoleInput ci, DownloadManager dm, List args) protected boolean
TorrentCheck.performCommand
(ConsoleInput ci, DownloadManager dm, List args) protected abstract boolean
TorrentCommand.performCommand
(ConsoleInput ci, DownloadManager dm, List<String> args) protected boolean
TorrentForceStart.performCommand
(ConsoleInput ci, DownloadManager dm, List args) protected boolean
TorrentHost.performCommand
(ConsoleInput ci, DownloadManager dm, List args) protected boolean
TorrentLog.performCommand
(ConsoleInput ci, DownloadManager dm, List args) protected boolean
TorrentPublish.performCommand
(ConsoleInput ci, DownloadManager dm, List args) protected boolean
TorrentQueue.performCommand
(ConsoleInput ci, DownloadManager dm, List args) protected boolean
TorrentRemove.performCommand
(ConsoleInput ci, DownloadManager dm, List args) protected boolean
TorrentStart.performCommand
(ConsoleInput ci, DownloadManager dm, List args) protected boolean
TorrentStop.performCommand
(ConsoleInput ci, DownloadManager dm, List args) abstract boolean
TorrentSubCommand.performCommand
(ConsoleInput ci, DownloadManager dm, List<String> args) private void
TorrentCommand.performCommandIfAllowed
(ConsoleInput ci, List args, DownloadManager dm, String desc, String name) checks the role of the user.private static void
Show.printTorrentDetails
(PrintStream out, DownloadManager dm, int torrentNum, List<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 DownloadManagerModifier and TypeMethodDescriptionprotected 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 DownloadManagerMethods in com.biglybt.ui.selectedcontent that return DownloadManagerModifier and TypeMethodDescriptionstatic DownloadManager[]
SelectedContentManager.getDMSFromSelectedContent()
ISelectedContent.getDownloadManager()
SelectedContent.getDownloadManager()
Methods in com.biglybt.ui.selectedcontent with parameters of type DownloadManagerModifier and TypeMethodDescriptionvoid
ISelectedContent.setDownloadManager
(DownloadManager dm) void
SelectedContent.setDownloadManager
(DownloadManager _dm) Constructors in com.biglybt.ui.selectedcontent with parameters of type DownloadManager -
Uses of DownloadManager in com.biglybt.ui.swt
Fields in com.biglybt.ui.swt declared as DownloadManagerModifier and TypeFieldDescriptionprivate DownloadManager[]
ListenerDMTask.dms
private DownloadManager[]
TorrentMenuFancy.dms
Fields in com.biglybt.ui.swt with type parameters of type DownloadManagerMethods in com.biglybt.ui.swt that return DownloadManagerMethods in com.biglybt.ui.swt with parameters of type DownloadManagerModifier and TypeMethodDescriptionprivate 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) private void
UserAlerts.checkComplete
(DownloadManager manager, boolean explicit, boolean cancelled) protected static void
TorrentUtil.clearMOC
(DownloadManager[] dms) private org.eclipse.swt.widgets.Control
TorrentMenuFancy.createActionButton
(DownloadManager[] dms, org.eclipse.swt.widgets.Composite cParent, String keyToolTip, 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, String keyToolTip, 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) protected static String
TorrentUtil.getMOC
(DownloadManager[] dms) static boolean
TorrentUtil.isForceStartVisible
(DownloadManager[] dms) static void
TorrentUtil.moveDataFiles
(org.eclipse.swt.widgets.Shell shell, DownloadManager[] dms, boolean batch) 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.selectMOC
(org.eclipse.swt.widgets.Shell shell, DownloadManager[] dms, Consumer<String> moc_setter) protected static void
TorrentUtil.setMOC
(DownloadManager[] dms, String path) Method parameters in com.biglybt.ui.swt with type arguments of type DownloadManagerModifier and TypeMethodDescriptionprivate static void
TorrentUtil.moveSelectedTorrentsTo
(GlobalManager gm, List<DownloadManager> all_dms, 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 DownloadManagerModifierConstructorDescriptionListenerDMTask
(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, String tableID) Constructor parameters in com.biglybt.ui.swt with type arguments of type DownloadManagerModifierConstructorDescriptionTorrentMenuFancy
(TableViewSWT<DownloadManager> tv, boolean isSeedingView, org.eclipse.swt.widgets.Shell parentShell, DownloadManager[] dms, 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 -
Uses of DownloadManager in com.biglybt.ui.swt.debug
Methods in com.biglybt.ui.swt.debug with parameters of type DownloadManagerModifier and TypeMethodDescriptionstatic 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 DownloadManagerModifierConstructorDescriptionExportTorrentWizard
(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 DownloadManagerModifier and TypeMethodDescriptionstatic 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 DownloadManagerMethods in com.biglybt.ui.swt.minibar with parameters of type DownloadManagerModifier and TypeMethodDescriptionstatic 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 DownloadManagerModifierConstructorDescriptionprivate
DownloadBar
(DownloadManager download, org.eclipse.swt.widgets.Shell main) -
Uses of DownloadManager in com.biglybt.ui.swt.plugin.net.buddy.swt
Methods in com.biglybt.ui.swt.plugin.net.buddy.swt with parameters of type DownloadManagerModifier and TypeMethodDescriptionprivate void
BuddyPluginView.BetaSubViewHolder.tagsUpdated
(DownloadManager dm) -
Uses of DownloadManager in com.biglybt.ui.swt.shells
Fields in com.biglybt.ui.swt.shells declared as DownloadManagerConstructors in com.biglybt.ui.swt.shells with parameters of type DownloadManager -
Uses of DownloadManager in com.biglybt.ui.swt.shells.main
Fields in com.biglybt.ui.swt.shells.main declared as DownloadManagerMethods in com.biglybt.ui.swt.shells.main with parameters of type DownloadManagerModifier and TypeMethodDescriptionprivate 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 DownloadManagerMethods in com.biglybt.ui.swt.subscriptions that return DownloadManagerMethods in com.biglybt.ui.swt.subscriptions with parameters of type DownloadManagerModifier and TypeMethodDescriptionvoid
SubscriptionSelectedContent.setDownloadManager
(DownloadManager dm) Constructors in com.biglybt.ui.swt.subscriptions with parameters of type DownloadManager -
Uses of DownloadManager in com.biglybt.ui.swt.utils
Methods in com.biglybt.ui.swt.utils that return types with arguments of type DownloadManagerModifier and TypeMethodDescriptionstatic List
<DownloadManager> DragDropUtils.getDownloadsFromDropData
(Object dropData, boolean includeFileDrops) Methods in com.biglybt.ui.swt.utils with parameters of type DownloadManagerModifier and TypeMethodDescriptionprivate 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 DownloadManagerModifier and TypeFieldDescriptionprivate DownloadManager
DownloadXferStatsView.current_dm
private DownloadManager
PrivacyView.current_dm
private DownloadManager
PieceGraphView.dlm
private final 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 final DownloadManager
PieceBlocksView.ManagerData.manager
private DownloadManager
PiecesView.manager
private DownloadManager
ScrapeInfoView.manager
private DownloadManager
TrackerView.manager
private DownloadManager[]
FilesView.managers
private DownloadManager
MyTorrentsView.pendingAttention
Fields in com.biglybt.ui.swt.views with type parameters of type DownloadManagerModifier and TypeFieldDescriptionprivate List
<DownloadManager> PieceBlocksView.abv_last_active
private List
<DownloadManager> DownloadActivityView.managers
private Map
<DownloadManager, Set<Integer>> FilesView.selection_outstanding
private TableViewSWT
<DownloadManager> MyTorrentsView.tv
Methods in com.biglybt.ui.swt.views that return DownloadManagerModifier and TypeMethodDescriptionFilesView.FilesViewNodeInner.getDownloadManager()
FilesView.FilesViewNodeLeaf.getDownloadManager()
TorrentOptionsView.DMWrapper.getDownloadManager()
static DownloadManager
ViewUtils.getDownloadManagerFromDataSource
(Object dataSource, DownloadManager existing) MyTorrentsSuperView.getSelectedDownloads()
MyTorrentsView.getSelectedDownloads()
Methods in com.biglybt.ui.swt.views that return types with arguments of type DownloadManagerModifier and TypeMethodDescriptionprotected TableViewSWT
<DownloadManager> MyTorrentsView.createTableView
(Class<?> forDataSourceType, String tableID, TableColumnCore[] basicItems) Creates and return anTableViewSWT
Subclasses my override to return a different TableViewSWT if neededstatic List
<DownloadManager> ViewUtils.getDownloadManagersFromDataSource
(Object dataSource, List<DownloadManager> existing) MyTorrentsView.init
(Core _core, String tableID, Class<?> _forDataSourceType, TableColumnCore[] basicItems) MyTorrentsSubView.initYourTableView()
MyTorrentsView.initYourTableView()
Methods in com.biglybt.ui.swt.views with parameters of type DownloadManagerModifier and TypeMethodDescriptionprivate void
FilesView.addManagerListeners
(DownloadManager[] managers) protected static boolean
PeersViewBase.addPeersMenu
(DownloadManager man, String column_name, org.eclipse.swt.widgets.Menu menu, PEPeer[] peers) void
PrivacyView.attributeEventOccurred
(DownloadManager download, String attribute, int event_type) void
TorrentOptionsView.DMWrapper.attributeEventOccurred
(DownloadManager dm, 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, File source, File target, boolean dont_delete_existing, Runnable done) private static void
FilesViewMenuUtil.copyFileSupport
(DownloadManager manager, DiskManagerFileInfo fileInfo, File source, File target, boolean dont_delete_existing, 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, String columnName, org.eclipse.swt.widgets.Menu menu, DownloadManager[] manager_list, DiskManagerFileInfo[][] files_list, Map<DiskManagerFileInfo, String> structure_map, 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, String sLastSearch, boolean bRegexSearch, boolean confusable) static DownloadManager
ViewUtils.getDownloadManagerFromDataSource
(Object dataSource, DownloadManager existing) private static String
PeersViewBase.getMyPeerDetails
(DownloadManager dm) private DiskManagerFileInfo[]
MyTorrentsView.getVisibleFiles
(DownloadManager dm) private static void
FilesViewMenuUtil.hardLinkFile
(DownloadManager manager, DiskManagerFileInfo file_info, File source, File target, 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, File source, File target, boolean dont_delete_existing, Runnable done) private static void
FilesViewMenuUtil.moveFileSupport
(DownloadManager manager, DiskManagerFileInfo fileInfo, File source, File target, boolean dont_delete_existing, 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) private void
PeersGraphicView.renderArrows
(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) void
MyTorrentsView.requestAttention
(DownloadManager dm) static void
FilesViewMenuUtil.revertFiles
(TableView<?> tv, DownloadManager[] dms) private void
ScrapeInfoView.setDownlaodManager
(DownloadManager dm) private static void
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 DownloadManagerModifier and TypeMethodDescriptionstatic List
<DownloadManager> ViewUtils.getDownloadManagersFromDataSource
(Object dataSource, 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 DownloadManagerModifierConstructorDescriptionprivate
DMWrapper
(DownloadManager _dm) private
FilesViewNodeInner
(DownloadManager _dm, int _uid, String _node_name, String _node_path, FilesView.FilesViewNodeInner _parent) private
ManagerData
(DownloadManager _manager) private
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 DownloadManagerModifier and TypeMethodDescriptionvoid
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 -
Uses of DownloadManager in com.biglybt.ui.swt.views.skin
Fields in com.biglybt.ui.swt.views.skin declared as DownloadManagerModifier and TypeFieldDescriptionprivate DownloadManager
SBC_TorrentDetailsView.manager
private static DownloadManager[]
SBC_LibraryView.selection_dms
Fields in com.biglybt.ui.swt.views.skin with type parameters of type DownloadManagerMethods in com.biglybt.ui.swt.views.skin that return DownloadManagerMethods in com.biglybt.ui.swt.views.skin with parameters of type DownloadManagerModifier and TypeMethodDescriptionprivate static void
TorrentListViewsUtils._playOrStream
(DownloadManager dm, int file_index, boolean complete_only, String referal) void
SBC_TorrentDetailsView.completionChanged
(DownloadManager manager, boolean bCompleted) void
SBC_TorrentDetailsView.downloadComplete
(DownloadManager manager) void
SBC_TorrentDetailsView.filePriorityChanged
(DownloadManager download, DiskManagerFileInfo file) boolean
MyTorrentsView_Big.isOurDownloadManager
(DownloadManager dm) private static int
TorrentListViewsUtils.openInEMP
(DownloadManager dm, int _file_index, boolean complete_only, 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, 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 DownloadManagerFields in com.biglybt.ui.swt.views.tableitems.mytorrents with type parameters of type DownloadManagerModifier and TypeFieldDescription(package private) Map
<DownloadManager, Long> TrackerNextAccessItem.map
Methods in com.biglybt.ui.swt.views.tableitems.mytorrents with parameters of type DownloadManagerModifier and TypeMethodDescriptionvoid
RankItem.GMListener.downloadManagerAdded
(DownloadManager dm) void
RankItem.GMListener.downloadManagerRemoved
(DownloadManager dm) static 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 DownloadManagerModifier and TypeFieldDescriptionprivate static Map
<DownloadManager, WebPlugin> ManagerUtils.browse_plugins
Methods in com.biglybt.ui.swt.views.utils that return DownloadManagerModifier and TypeMethodDescriptionstatic DownloadManager[]
ManagerUtils.cleanUp
(DownloadManager[] dms) Methods in com.biglybt.ui.swt.views.utils that return types with arguments of type DownloadManagerModifier and TypeMethodDescriptionprivate static List
<DownloadManager> CategoryUIUtils.getDownloads
(Category category, Predicate<Taggable> filter) Methods in com.biglybt.ui.swt.views.utils with parameters of type DownloadManagerModifier and TypeMethodDescriptionstatic void
TagUIUtils.addLibraryViewTagsSubMenu
(DownloadManager[] dms, org.eclipse.swt.widgets.Menu menu_tags) static void
ManagerUtils.advancedRename
(DownloadManager[] dms) static void
ManagerUtils.allocate
(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 String
ManagerUtils.browse
(DownloadManager dm) static String
ManagerUtils.browse
(DownloadManager dm, boolean anon, boolean launch) static String
ManagerUtils.browse
(DownloadManager dm, DiskManagerFileInfo _file, boolean anon, boolean launch) static boolean
ManagerUtils.browseWebsite
(DownloadManager dm) static boolean
ManagerUtils.canAllocate
(DownloadManager dm) 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.isForceStartable
(DownloadManager dm, boolean allow_error) static boolean
ManagerUtils.isPauseable
(DownloadManager dm) static boolean
ManagerUtils.isStartable
(DownloadManager dm) static boolean
ManagerUtils.isStartable
(DownloadManager dm, boolean allow_error) 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, String[] initial_search_roots, int mode, int link_type, int tolerance, boolean include_skipped, boolean test_only) static void
ManagerUtils.locateFiles
(DownloadManager[] dms, org.eclipse.swt.widgets.Shell shell) private static void
ManagerUtils.locateFilesSupport
(DownloadManager[] dms, DiskManagerFileInfo[][] dm_files, List<TorrentOpenOptions> torrents, Consumer<File[]> listener, 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) 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) static void
ManagerUtils.viewDebug
(DownloadManager[] dms) static void
ManagerUtils.viewLinks
(DownloadManager[] dms) Method parameters in com.biglybt.ui.swt.views.utils with type arguments of type DownloadManagerModifier and TypeMethodDescriptionprivate static void
ManagerUtils.advancedRename
(List<DownloadManager> list) static void
ManagerUtils.asyncPauseForPeriod
(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 DownloadManagerModifier and TypeMethodDescriptionprivate static List
<DownloadManager> TagCanvas.handleDropTargetEvent
(org.eclipse.swt.dnd.DropTargetEvent e) -
Uses of DownloadManager in com.biglybt.util
Methods in com.biglybt.util that return DownloadManagerMethods in com.biglybt.util with parameters of type DownloadManagerModifier and TypeMethodDescriptionprivate static boolean
PlayUtils.canPlay
(DownloadManager dm, int file_index) private static boolean
PlayUtils.canStream
(DownloadManager dm, int file_index) static DiskManagerFileInfo
PlayUtils.getBestPlayableFile
(DownloadManager download) static boolean
PlayUtils.prepareForPlay
(DownloadManager dm)