Uses of Interface
com.biglybt.core.disk.DiskManagerFileInfo
Packages that use DiskManagerFileInfo
Package
Description
-
Uses of DiskManagerFileInfo in com.biglybt.core.disk
Methods in com.biglybt.core.disk that return DiskManagerFileInfoMethods in com.biglybt.core.disk with parameters of type DiskManagerFileInfoModifier and TypeMethodDescriptionstatic voidDiskManagerFactory.clearResumeData(DownloadManager download_manager, DiskManagerFileInfo file) default voidDiskManagerListener.fileCompleted(DiskManager dm, DiskManagerFileInfo file) default voidDiskManagerListener.filePriorityChanged(DiskManager dm, DiskManagerFileInfo file) static voidDiskManagerFactory.recheckFile(DownloadManager download_manager, DiskManagerFileInfo file) Method parameters in com.biglybt.core.disk with type arguments of type DiskManagerFileInfoModifier and TypeMethodDescriptionvoidDiskManagerListener.filePriorityChanged(DiskManager dm, List<DiskManagerFileInfo> files) -
Uses of DiskManagerFileInfo in com.biglybt.core.disk.impl
Subinterfaces of DiskManagerFileInfo in com.biglybt.core.disk.implClasses in com.biglybt.core.disk.impl that implement DiskManagerFileInfoModifier and TypeClassDescriptionclass(package private) static classMethods in com.biglybt.core.disk.impl that return DiskManagerFileInfoModifier and TypeMethodDescriptionDiskManagerFileInfoSetImpl.getFiles()DiskManagerImpl.getFiles()Methods in com.biglybt.core.disk.impl with parameters of type DiskManagerFileInfoModifier and TypeMethodDescriptionvoidDiskManagerHelper.priorityChanged(DiskManagerFileInfo file) voidDiskManagerImpl.priorityChanged(DiskManagerFileInfo file) voidDiskManagerHelper.setFailedAndRecheck(DiskManagerFileInfo file, String reason) voidDiskManagerImpl.setFailedAndRecheck(DiskManagerFileInfo file, String reason) (package private) static StringDiskManagerUtil.setFileLink(DownloadManager download_manager, DiskManagerFileInfo[] info, DiskManagerFileInfo file_info, File from_file, File to_link, boolean dont_delete_existing, FileUtil.ProgressListener pl) protected static FileDiskManagerUtil.setSkippedInternalSupport(DownloadManager dm, DiskManagerFileInfo dm_file, CacheFile cache_file, boolean skipped) voidDiskManagerHelper.skippedFileSetChanged(DiskManagerFileInfo file) voidDiskManagerImpl.skippedFileSetChanged(DiskManagerFileInfo file) voidDiskManagerHelper.storageTypeChanged(DiskManagerFileInfo file) voidDiskManagerImpl.storageTypeChanged(DiskManagerFileInfo file) protected static voidDiskManagerImpl.storeFileDownloaded(DownloadManager download_manager, DiskManagerFileInfo[] files, boolean persist, boolean interim) protected static voidDiskManagerImpl.storeFilePriorities(DownloadManager download_manager, DiskManagerFileInfo[] files) protected static voidDiskManagerUtil.storeFilePriorities(DownloadManager download_manager, DiskManagerFileInfo[] files) Method parameters in com.biglybt.core.disk.impl with type arguments of type DiskManagerFileInfoModifier and TypeMethodDescriptionprivate int[]DiskManagerImpl.allocateFiles(Map<DiskManagerFileInfo, Long> file_sizes, boolean[] stop_after_start) -
Uses of DiskManagerFileInfo in com.biglybt.core.disk.impl.piecemapper
Methods in com.biglybt.core.disk.impl.piecemapper that return DiskManagerFileInfoMethods in com.biglybt.core.disk.impl.piecemapper with parameters of type DiskManagerFileInfo -
Uses of DiskManagerFileInfo in com.biglybt.core.disk.impl.piecemapper.impl
Fields in com.biglybt.core.disk.impl.piecemapper.impl declared as DiskManagerFileInfoModifier and TypeFieldDescriptionprivate final DiskManagerFileInfoPieceMapEntryImpl._fileThis class denotes the mapping of a piece onto a file.(package private) final DiskManagerFileInfoDMPieceMapSimple.fileprivate DiskManagerFileInfoPieceMapperImpl.fileInfo.fileMethods in com.biglybt.core.disk.impl.piecemapper.impl that return DiskManagerFileInfoModifier and TypeMethodDescriptionDMPieceMapSimple.pieceList.getFile()PieceMapEntryImpl.getFile()PieceMapperImpl.fileInfo.getFileInfo()Methods in com.biglybt.core.disk.impl.piecemapper.impl with parameters of type DiskManagerFileInfoModifier and TypeMethodDescriptionvoidPieceMapperImpl.fileInfo.setFileInfo(DiskManagerFileInfo _file) Constructors in com.biglybt.core.disk.impl.piecemapper.impl with parameters of type DiskManagerFileInfoModifierConstructorDescriptionprotectedDMPieceMapSimple(TOTorrent torrent, DiskManagerFileInfo _file) PieceMapEntryImpl(DiskManagerFileInfo file, long offset, int length) -
Uses of DiskManagerFileInfo in com.biglybt.core.disk.impl.resume
Methods in com.biglybt.core.disk.impl.resume with parameters of type DiskManagerFileInfoModifier and TypeMethodDescriptionstatic voidRDResumeHandler.clearResumeData(DownloadManager download_manager, DiskManagerFileInfo file) private static intRDResumeHandler.clearResumeDataSupport(DownloadManager download_manager, DiskManagerFileInfo file, boolean recheck, boolean onlyClearUnsharedFirstLast) static booleanRDResumeHandler.fileMustExist(DownloadManager download_manager, DiskManagerFileInfo file) Deprecated.Kept for xmwebuistatic booleanRDResumeHandler.fileMustExist(DownloadManager download_manager, DiskManagerFileInfoSet fileSet, DiskManagerFileInfo file) private static intRDResumeHandler.findFirstFileWithPieceN(int firstPiece, DiskManagerFileInfo[] files) finds the first affected file via binary search, this is necessary as some methods might be invoked for all files, which would result in O(n²) if we'd scan the whole file array every timestatic voidRDResumeHandler.recheckFile(DownloadManager download_manager, DiskManagerFileInfo file) static intRDResumeHandler.storageTypeChanged(DownloadManager download_manager, DiskManagerFileInfo file) Method parameters in com.biglybt.core.disk.impl.resume with type arguments of type DiskManagerFileInfoModifier and TypeMethodDescriptionvoidRDResumeHandler.checkAllPieces(boolean newfiles, boolean forceRecheck, Map<DiskManagerFileInfo, Long> file_sizes, RDResumeHandler.ProgressListener listener) -
Uses of DiskManagerFileInfo in com.biglybt.core.download
Fields in com.biglybt.core.download declared as DiskManagerFileInfoMethods in com.biglybt.core.download that return DiskManagerFileInfoModifier and TypeMethodDescriptionDownloadManager.getDiskManagerFileInfo()Deprecated.use getDiskManagerFileInfoSet() insteadEnhancedDownloadManagerFile.getFile()DownloadManagerState.getPrimaryFile()Methods in com.biglybt.core.download with parameters of type DiskManagerFileInfoModifier and TypeMethodDescriptiondefault voidDownloadManagerListener.fileLocationChanged(DownloadManager download, DiskManagerFileInfo file) voidDownloadManagerListener.filePriorityChanged(DownloadManager download, DiskManagerFileInfo file) int[]DownloadManager.getStorageType(DiskManagerFileInfo[] infos) voidDownloadManager.recheckFile(DiskManagerFileInfo file) Recheck a particular file.voidDownloadManager.resetFile(DiskManagerFileInfo file) Reset the file download state to totally undownloaded.Method parameters in com.biglybt.core.download with type arguments of type DiskManagerFileInfoModifier and TypeMethodDescriptionvoidDownloadManager.requestAllocation(List<DiskManagerFileInfo> files) Instructions that file given files need allocation - used when switching file storage types/skipped state Will pause and resume the download if it is activeConstructors in com.biglybt.core.download with parameters of type DiskManagerFileInfoModifierConstructorDescriptionprotectedEnhancedDownloadManagerFile(DiskManagerFileInfo _file, long _offset) -
Uses of DiskManagerFileInfo in com.biglybt.core.download.impl
Classes in com.biglybt.core.download.impl that implement DiskManagerFileInfoFields in com.biglybt.core.download.impl declared as DiskManagerFileInfoModifier and TypeFieldDescriptionprivate DiskManagerFileInfoDownloadManagerController.fileInfoFacade.delegateMethods in com.biglybt.core.download.impl that return DiskManagerFileInfoModifier and TypeMethodDescriptionDownloadManagerController.getDiskManagerFileInfo()Deprecated.use getDiskManagerFileInfoSet() insteadDownloadManagerImpl.getDiskManagerFileInfo()Deprecated.use getDiskManagerFileInfoSet() insteadDownloadManagerController.FileInfoFacadeSet.getFiles()DownloadManagerStateImpl.getPrimaryFile()DownloadManagerStateImpl.nullState.getPrimaryFile()Methods in com.biglybt.core.download.impl with parameters of type DiskManagerFileInfoModifier and TypeMethodDescriptionprotected voidDownloadManagerController.calculateCompleteness(DiskManagerFileInfo[] active) voidDownloadManagerController.DiskManagerListener_Default.fileCompleted(DiskManager dm, DiskManagerFileInfo file) voidDownloadManagerController.ForceRecheckDiskManagerListener.fileCompleted(DiskManager dm, DiskManagerFileInfo file) voidDownloadManagerAdapter.filePriorityChanged(DownloadManager download, DiskManagerFileInfo file) int[]DownloadManagerImpl.getStorageType(DiskManagerFileInfo[] info) protected voidDownloadManagerImpl.informFileCompletionChange(DiskManagerFileInfo file) protected voidDownloadManagerImpl.informLocationChange(DiskManagerFileInfo file) voidDownloadManagerImpl.recheckFile(DiskManagerFileInfo file) voidDownloadManagerImpl.resetFile(DiskManagerFileInfo file) protected voidDownloadManagerController.fileInfoFacade.setDelegate(DiskManagerFileInfo new_delegate) Method parameters in com.biglybt.core.download.impl with type arguments of type DiskManagerFileInfoModifier and TypeMethodDescriptionvoidDownloadManagerController.DiskManagerListener_Default.filePriorityChanged(DiskManager dm, List<DiskManagerFileInfo> files) voidDownloadManagerController.ForceRecheckDiskManagerListener.filePriorityChanged(DiskManager dm, List<DiskManagerFileInfo> files) protected voidDownloadManagerImpl.informPriorityChange(List<DiskManagerFileInfo> files) voidDownloadManagerImpl.requestAllocation(List<DiskManagerFileInfo> files) -
Uses of DiskManagerFileInfo in com.biglybt.core.global.impl
Fields in com.biglybt.core.global.impl declared as DiskManagerFileInfoModifier and TypeFieldDescriptionprivate final DiskManagerFileInfoGlobalManagerFileMerger.SameSizeFiles.SameSizeFileWrapper.fileFields in com.biglybt.core.global.impl with type parameters of type DiskManagerFileInfoModifier and TypeFieldDescriptionprivate final Set<DiskManagerFileInfo> GlobalManagerFileMerger.SameSizeFiles.filesMethods in com.biglybt.core.global.impl that return DiskManagerFileInfoModifier and TypeMethodDescription(package private) DiskManagerFileInfoGlobalManagerFileMerger.SameSizeFiles.SameSizeFileWrapper.getFile()Methods in com.biglybt.core.global.impl with parameters of type DiskManagerFileInfoModifier and TypeMethodDescriptionvoidGlobalManagerImpl.DownloadStateTagger.filePriorityChanged(DownloadManager download, DiskManagerFileInfo file) Method parameters in com.biglybt.core.global.impl with type arguments of type DiskManagerFileInfoModifier and TypeMethodDescription(package private) booleanGlobalManagerFileMerger.SameSizeFiles.sameAs(Set<DiskManagerFileInfo> _others) Constructors in com.biglybt.core.global.impl with parameters of type DiskManagerFileInfoModifierConstructorDescription(package private)SameSizeFileWrapper(int _wrapper_num, DiskManagerFileInfo _file) Constructor parameters in com.biglybt.core.global.impl with type arguments of type DiskManagerFileInfo -
Uses of DiskManagerFileInfo in com.biglybt.core.lws
Methods in com.biglybt.core.lws that return DiskManagerFileInfoMethods in com.biglybt.core.lws with parameters of type DiskManagerFileInfoModifier and TypeMethodDescriptionvoidLWSDiskManager.priorityChanged(DiskManagerFileInfo file) voidLWSDiskManager.setFailedAndRecheck(DiskManagerFileInfo file, String reason) voidLWSDiskManager.skippedFileSetChanged(DiskManagerFileInfo file) voidLWSDiskManager.storageTypeChanged(DiskManagerFileInfo file) -
Uses of DiskManagerFileInfo in com.biglybt.core.peer.impl.control
Methods in com.biglybt.core.peer.impl.control with parameters of type DiskManagerFileInfoModifier and TypeMethodDescriptionprivate voidPEPeerControlImpl.checkAutoSequentialFiles(DiskManagerFileInfo done_file) -
Uses of DiskManagerFileInfo in com.biglybt.core.peermanager.piecepicker.impl
Method parameters in com.biglybt.core.peermanager.piecepicker.impl with type arguments of type DiskManagerFileInfoModifier and TypeMethodDescriptionfinal voidPiecePickerImpl.DiskManagerListenerImpl.filePriorityChanged(DiskManager dm, List<DiskManagerFileInfo> files) -
Uses of DiskManagerFileInfo in com.biglybt.core.util
Fields in com.biglybt.core.util declared as DiskManagerFileInfoModifier and TypeFieldDescriptionprivate DiskManagerFileInfoLaunchManager.LaunchTarget.file_infoMethods in com.biglybt.core.util that return DiskManagerFileInfoMethods in com.biglybt.core.util with parameters of type DiskManagerFileInfoConstructors in com.biglybt.core.util with parameters of type DiskManagerFileInfo -
Uses of DiskManagerFileInfo in com.biglybt.pifimpl.local
Methods in com.biglybt.pifimpl.local that return DiskManagerFileInfoModifier and TypeMethodDescriptionstatic DiskManagerFileInfoPluginCoreUtils.unwrap(DiskManagerFileInfo info) Methods in com.biglybt.pifimpl.local with parameters of type DiskManagerFileInfoModifier and TypeMethodDescriptionstatic DiskManagerFileInfoPluginCoreUtils.wrap(DiskManagerFileInfo info) -
Uses of DiskManagerFileInfo in com.biglybt.pifimpl.local.disk
Fields in com.biglybt.pifimpl.local.disk declared as DiskManagerFileInfoModifier and TypeFieldDescriptionprotected DiskManagerFileInfoDiskManagerFileInfoImpl.coreprivate DiskManagerFileInfoDiskManagerChannelImpl.core_fileMethods in com.biglybt.pifimpl.local.disk that return DiskManagerFileInfoConstructors in com.biglybt.pifimpl.local.disk with parameters of type DiskManagerFileInfoModifierConstructorDescriptionDiskManagerFileInfoImpl(DownloadImpl _download, DiskManagerFileInfo coreFileInfo) -
Uses of DiskManagerFileInfo in com.biglybt.pifimpl.local.download
Methods in com.biglybt.pifimpl.local.download with parameters of type DiskManagerFileInfoModifier and TypeMethodDescriptionvoidDownloadImpl.filePriorityChanged(DownloadManager download, DiskManagerFileInfo file) -
Uses of DiskManagerFileInfo in com.biglybt.pifimpl.local.peers
Method parameters in com.biglybt.pifimpl.local.peers with type arguments of type DiskManagerFileInfoModifier and TypeMethodDescriptionvoidPeerManagerImpl.CoreListener.filePriorityChanged(DiskManager dm, List<DiskManagerFileInfo> files) -
Uses of DiskManagerFileInfo in com.biglybt.ui.swt
Fields in com.biglybt.ui.swt with type parameters of type DiskManagerFileInfoMethods in com.biglybt.ui.swt that return DiskManagerFileInfoMethods in com.biglybt.ui.swt with parameters of type DiskManagerFileInfoModifier and TypeMethodDescriptionprivate voidUserAlerts.activityFinished(DownloadManager manager, DiskManagerFileInfo dm_file) static booleanUtils.isQuickViewActive(DiskManagerFileInfo file) static booleanUtils.isQuickViewSupported(DiskManagerFileInfo file) static voidUtils.launch(DiskManagerFileInfo fileInfo) static voidUtils.launchFileExplicit(DiskManagerFileInfo file, String exe) private static voidUtils.quickView(DiskManagerFileInfo file) private static voidUtils.quickViewRAR(DiskManagerFileInfo file) static voidUtils.setQuickViewActive(DiskManagerFileInfo file, boolean active) -
Uses of DiskManagerFileInfo in com.biglybt.ui.swt.columns.torrent
Methods in com.biglybt.ui.swt.columns.torrent with parameters of type DiskManagerFileInfoModifier and TypeMethodDescriptionprivate voidColumnThumbAndName.cellPaintFileInfo(org.eclipse.swt.graphics.GC gc, TableCellSWT cell, DiskManagerFileInfo fileInfo) (package private) voidColumnTorrentFileProgress.fillInfoProgressETA(TableRowCore row, org.eclipse.swt.graphics.GC gc, DiskManagerFileInfo fileInfo, org.eclipse.swt.graphics.Rectangle cellArea) private StringColumnThumbAndName.getDisplayName(DiskManagerFileInfo fileInfo) -
Uses of DiskManagerFileInfo in com.biglybt.ui.swt.debug
Methods in com.biglybt.ui.swt.debug with parameters of type DiskManagerFileInfoModifier and TypeMethodDescriptionstatic StringUIDebugGenerator.obfuscateFileName(DiskManagerFileInfo fileInfo) -
Uses of DiskManagerFileInfo in com.biglybt.ui.swt.mainwindow
Methods in com.biglybt.ui.swt.mainwindow with parameters of type DiskManagerFileInfoModifier and TypeMethodDescriptionstatic voidMenuFactory.addAlertsMenu(org.eclipse.swt.widgets.Menu menu, DownloadManager dm, DiskManagerFileInfo[] files) -
Uses of DiskManagerFileInfo in com.biglybt.ui.swt.views
Classes in com.biglybt.ui.swt.views that implement DiskManagerFileInfoModifier and TypeClassDescriptionprivate static classprivate static classSubclasses with type arguments of type DiskManagerFileInfo in com.biglybt.ui.swt.viewsClasses in com.biglybt.ui.swt.views that implement interfaces with type arguments of type DiskManagerFileInfoFields in com.biglybt.ui.swt.views declared as DiskManagerFileInfoModifier and TypeFieldDescriptionprivate final DiskManagerFileInfoFilesView.FilesViewNodeLeaf.delegateFields in com.biglybt.ui.swt.views with type parameters of type DiskManagerFileInfoModifier and TypeFieldDescription(package private) TableColumnFilterHelper<DiskManagerFileInfo> FilesView.col_filter_helper(package private) TableViewSWT<DiskManagerFileInfo> FilesView.tvMethods in com.biglybt.ui.swt.views that return DiskManagerFileInfoModifier and TypeMethodDescriptionprotected DiskManagerFileInfoFilesView.FilesViewNodeLeaf.getTarget()private DiskManagerFileInfo[]MyTorrentsView.getVisibleFiles(DownloadManager dm) Methods in com.biglybt.ui.swt.views that return types with arguments of type DiskManagerFileInfoModifier and TypeMethodDescriptionprivate List<DiskManagerFileInfo> FilesView.getFileInfo()protected List<DiskManagerFileInfo> FilesView.FilesViewNodeInner.getFiles(boolean recursive) FilesView.initYourTableView()Methods in com.biglybt.ui.swt.views with parameters of type DiskManagerFileInfoModifier and TypeMethodDescriptionprivate static voidFilesViewMenuUtil.askForRenameFilenameAndExec(DiskManagerFileInfo fileInfo, TableView tv) private static voidFilesViewMenuUtil.askForRenameFilenameAndExecSupport(DiskManagerFileInfo fileInfo, TableView tv) private static StringFilesViewMenuUtil.askForRetargetedFilename(DiskManagerFileInfo fileInfo) private static StringFilesViewMenuUtil.askForSaveDirectory(DiskManagerFileInfo fileInfo, String message) private static booleanFilesViewMenuUtil.checkRetargetOK(DiskManagerFileInfo info, File target) private static voidFilesViewMenuUtil.copyFile(DownloadManager manager, DiskManagerFileInfo fileInfo, File source, File target, boolean dont_delete_existing, Runnable done) private static voidFilesViewMenuUtil.copyFileSupport(DownloadManager manager, DiskManagerFileInfo fileInfo, File source, File target, boolean dont_delete_existing, Runnable done) voidFilesView.fileLocationChanged(DownloadManager download, DiskManagerFileInfo file) voidFilesView.filePriorityChanged(DownloadManager download, DiskManagerFileInfo file) voidMyTorrentsView.filePriorityChanged(DownloadManager download, DiskManagerFileInfo file) static voidFilesViewMenuUtil.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) booleanFilesView.filterCheck(DiskManagerFileInfo ds, String filter, boolean regex, boolean confusable) private booleanFilesView.filterCheckSupport(DiskManagerFileInfo ds, String filter, boolean regex, boolean confusable) private TableRowCoreFilesView.getRowForFile(DiskManagerFileInfo file) private static voidFilesViewMenuUtil.hardLinkFile(DownloadManager manager, DiskManagerFileInfo file_info, File source, File target, Runnable done) private static voidFilesViewMenuUtil.moveFile(DownloadManager manager, DiskManagerFileInfo fileInfo, File source, File target, boolean dont_delete_existing, Runnable done) private static voidFilesViewMenuUtil.moveFileSupport(DownloadManager manager, DiskManagerFileInfo fileInfo, File source, File target, boolean dont_delete_existing, Runnable done) private static voidFilesViewMenuUtil.setPriorities(DownloadManager manager, DiskManagerFileInfo[] fileInfos, int newPriority) private static voidFilesViewMenuUtil.setPriorities(DownloadManager manager, DiskManagerFileInfo[] fileInfos, Map<DiskManagerFileInfo, Integer> priorityMap) private static voidFilesViewMenuUtil.setSkipped(DownloadManager manager, DiskManagerFileInfo[] infos, boolean skipped, int delete_action, boolean prompt) Method parameters in com.biglybt.ui.swt.views with type arguments of type DiskManagerFileInfoModifier and TypeMethodDescriptionstatic voidFilesViewMenuUtil.changePriority(Object type, List<DiskManagerFileInfo> file_list) static voidFilesViewMenuUtil.changePriority(Object type, List<DiskManagerFileInfo> file_list, boolean prompt) private static voidFilesViewMenuUtil.changePriorityAuto(List<DiskManagerFileInfo> file_list) private static voidFilesViewMenuUtil.changePriorityManual(List<DiskManagerFileInfo> file_list) static voidFilesViewMenuUtil.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 voidFilesView.FilesViewNodeInner.getFiles(List<DiskManagerFileInfo> files, boolean recursive) private static voidFilesViewMenuUtil.invalidateRows(TableView tv, List<DiskManagerFileInfo> files) static voidFilesViewMenuUtil.recheckFiles(List<DiskManagerFileInfo> file_list) static voidFilesViewMenuUtil.rename(TableView tv, Object[] datasources, Map<DiskManagerFileInfo, String> structure_map, boolean rename_it, boolean retarget_it, boolean batch, boolean duplicates) static voidFilesViewMenuUtil.revertFiles(TableView<?> tv, List<DiskManagerFileInfo> files) private static voidFilesViewMenuUtil.revertFiles(TableView<?> tv, List<DiskManagerFileInfo> files, boolean hard_link, boolean copy, boolean retain_names) private static voidFilesViewMenuUtil.setPriorities(DownloadManager manager, DiskManagerFileInfo[] fileInfos, Map<DiskManagerFileInfo, Integer> priorityMap) static voidFilesViewMenuUtil.setSkipped(List<DiskManagerFileInfo> file_list, boolean skipped, int delete_action, boolean prompt) voidFilesView.viewChanged(TableView<DiskManagerFileInfo> view) Constructors in com.biglybt.ui.swt.views with parameters of type DiskManagerFileInfoModifierConstructorDescriptionprivateFilesViewNodeLeaf(String _name, DiskManagerFileInfo _delegate, FilesView.FilesViewNodeInner _parent) -
Uses of DiskManagerFileInfo in com.biglybt.ui.swt.views.file
Fields in com.biglybt.ui.swt.views.file declared as DiskManagerFileInfo -
Uses of DiskManagerFileInfo in com.biglybt.ui.swt.views.peer
Fields in com.biglybt.ui.swt.views.peer declared as DiskManagerFileInfoModifier and TypeFieldDescriptionprivate DiskManagerFileInfoPeerFilesView.PeersFilesViewRow.fileMethods in com.biglybt.ui.swt.views.peer that return DiskManagerFileInfoModifier and TypeMethodDescriptionprivate DiskManagerFileInfoPeerFilesView.PeersFilesViewRow.getFile()Constructors in com.biglybt.ui.swt.views.peer with parameters of type DiskManagerFileInfo -
Uses of DiskManagerFileInfo in com.biglybt.ui.swt.views.skin
Methods in com.biglybt.ui.swt.views.skin with parameters of type DiskManagerFileInfoModifier and TypeMethodDescriptionvoidSBC_TorrentDetailsView.filePriorityChanged(DownloadManager download, DiskManagerFileInfo file) -
Uses of DiskManagerFileInfo in com.biglybt.ui.swt.views.tableitems.files
Fields in com.biglybt.ui.swt.views.tableitems.files declared as DiskManagerFileInfoFields in com.biglybt.ui.swt.views.tableitems.files with type parameters of type DiskManagerFileInfoModifier and TypeFieldDescriptionprivate static Map<DiskManagerFileInfo, Set<String>> FileHashItemBase.pendingMethods in com.biglybt.ui.swt.views.tableitems.files with parameters of type DiskManagerFileInfoModifier and TypeMethodDescriptionprivate static StringFileExtensionItem.determineFileExt(DiskManagerFileInfo fileInfo) protected static StringInterner.DirKeyPathItem.determinePath(DiskManagerFileInfo fileInfo, boolean _show_file_path) private static StringFileHashItemBase.getHash(String hash_type, DiskManagerFileInfo file) private static booleanFileHashItemBase.isFileReady(DiskManagerFileInfo file) private static voidFileHashItemBase.updateHash(String hash_type, DiskManagerFileInfo file) -
Uses of DiskManagerFileInfo in com.biglybt.ui.swt.views.tableitems.peers
Method parameters in com.biglybt.ui.swt.views.tableitems.peers with type arguments of type DiskManagerFileInfoModifier and TypeMethodDescriptionvoidPiecesItem.filePriorityChanged(DiskManager dm, List<DiskManagerFileInfo> files) -
Uses of DiskManagerFileInfo in com.biglybt.ui.swt.views.utils
Methods in com.biglybt.ui.swt.views.utils that return DiskManagerFileInfoModifier and TypeMethodDescriptionprivate static DiskManagerFileInfoManagerUtils.getBrowseHomePage(DownloadManager dm) Methods in com.biglybt.ui.swt.views.utils with parameters of type DiskManagerFileInfoModifier and TypeMethodDescriptionstatic StringManagerUtils.browse(DiskManagerFileInfo file) static StringManagerUtils.browse(DiskManagerFileInfo file, boolean anon, boolean launch) static StringManagerUtils.browse(DownloadManager dm, DiskManagerFileInfo _file, boolean anon, boolean launch) static booleanManagerUtils.browseWebsite(DiskManagerFileInfo file) static voidManagerUtils.findMoreLikeThis(DiskManagerFileInfo file, org.eclipse.swt.widgets.Shell shell) private static voidManagerUtils.findMoreLikeThis(DownloadManager dm, DiskManagerFileInfo file, org.eclipse.swt.widgets.Shell shell) static URLManagerUtils.getMediaServerContentURL(DiskManagerFileInfo file) static voidManagerUtils.locateFiles(DownloadManager[] dms, DiskManagerFileInfo[][] dm_files, org.eclipse.swt.widgets.Shell shell) private static voidManagerUtils.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) private static voidManagerUtils.locateFilesSupport(DownloadManager[] dms, DiskManagerFileInfo[][] dm_files, List<TorrentOpenOptions> torrents, Consumer<File[]> listener, org.eclipse.swt.widgets.Shell shell) static voidManagerUtils.open(DiskManagerFileInfo file, boolean open_containing_folder_mode) static voidManagerUtils.setFileSkipped(DiskManagerFileInfo file_info, boolean skipped) Takes account of whether the download has ever been started and if not selects between normal/delete as opposed to normal/do-not-downloadMethod parameters in com.biglybt.ui.swt.views.utils with type arguments of type DiskManagerFileInfoModifier and TypeMethodDescriptionstatic voidManagerUtils.setFilesSkipped(List<DiskManagerFileInfo> file_infos, boolean skipped) Takes account of whether the download has ever been started and if not selects between normal/delete as opposed to normal/do-not-download -
Uses of DiskManagerFileInfo in com.biglybt.util
Methods in com.biglybt.util that return DiskManagerFileInfoModifier and TypeMethodDescriptionstatic DiskManagerFileInfoPlayUtils.getBestPlayableFile(DownloadManager download) static DiskManagerFileInfoDataSourceUtils.getFileInfo(Object ds)