Uses of Interface
com.biglybt.core.disk.DiskManagerFileInfo
-
-
Uses of DiskManagerFileInfo in com.biglybt.core.disk
Methods in com.biglybt.core.disk that return DiskManagerFileInfo Modifier and Type Method Description DiskManagerFileInfo[]
DiskManager. getFiles()
DiskManagerFileInfo[]
DiskManagerFileInfoSet. getFiles()
Methods in com.biglybt.core.disk with parameters of type DiskManagerFileInfo Modifier and Type Method Description static void
DiskManagerFactory. clearResumeData(DownloadManager download_manager, DiskManagerFileInfo file)
default void
DiskManagerListener. fileCompleted(DiskManagerFileInfo file)
void
DiskManagerListener. filePriorityChanged(DiskManagerFileInfo file)
static void
DiskManagerFactory. recheckFile(DownloadManager download_manager, DiskManagerFileInfo file)
-
Uses of DiskManagerFileInfo in com.biglybt.core.disk.impl
Subinterfaces of DiskManagerFileInfo in com.biglybt.core.disk.impl Modifier and Type Interface Description interface
DiskManagerFileInfoHelper
Classes in com.biglybt.core.disk.impl that implement DiskManagerFileInfo Modifier and Type Class Description class
DiskManagerFileInfoImpl
(package private) static class
DiskManagerUtil.FileSkeleton
Methods in com.biglybt.core.disk.impl that return DiskManagerFileInfo Modifier and Type Method Description DiskManagerFileInfo[]
DiskManagerFileInfoSetImpl. getFiles()
DiskManagerFileInfo[]
DiskManagerImpl. getFiles()
Methods in com.biglybt.core.disk.impl with parameters of type DiskManagerFileInfo Modifier and Type Method Description void
DiskManagerHelper. priorityChanged(DiskManagerFileInfo file)
void
DiskManagerImpl. priorityChanged(DiskManagerFileInfo file)
void
DiskManagerHelper. setFailedAndRecheck(DiskManagerFileInfo file, java.lang.String reason)
void
DiskManagerImpl. setFailedAndRecheck(DiskManagerFileInfo file, java.lang.String reason)
(package private) static java.lang.String
DiskManagerUtil. setFileLink(DownloadManager download_manager, DiskManagerFileInfo[] info, DiskManagerFileInfo file_info, java.io.File from_file, java.io.File to_link, FileUtil.ProgressListener pl)
void
DiskManagerHelper. skippedFileSetChanged(DiskManagerFileInfo file)
void
DiskManagerImpl. skippedFileSetChanged(DiskManagerFileInfo file)
void
DiskManagerHelper. storageTypeChanged(DiskManagerFileInfo file)
void
DiskManagerImpl. storageTypeChanged(DiskManagerFileInfo file)
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)
-
Uses of DiskManagerFileInfo in com.biglybt.core.disk.impl.piecemapper
Methods in com.biglybt.core.disk.impl.piecemapper that return DiskManagerFileInfo Modifier and Type Method Description DiskManagerFileInfo
DMPieceMapEntry. getFile()
DiskManagerFileInfo
DMPieceMapperFile. getFileInfo()
Methods in com.biglybt.core.disk.impl.piecemapper with parameters of type DiskManagerFileInfo Modifier and Type Method Description void
DMPieceMapperFile. setFileInfo(DiskManagerFileInfo file)
-
Uses of DiskManagerFileInfo in com.biglybt.core.disk.impl.piecemapper.impl
Fields in com.biglybt.core.disk.impl.piecemapper.impl declared as DiskManagerFileInfo Modifier and Type Field Description private DiskManagerFileInfo
PieceMapEntryImpl. _file
This class denotes the mapping of a piece onto a file.(package private) DiskManagerFileInfo
DMPieceMapSimple. file
private DiskManagerFileInfo
PieceMapperImpl.fileInfo. file
Methods in com.biglybt.core.disk.impl.piecemapper.impl that return DiskManagerFileInfo Modifier and Type Method Description DiskManagerFileInfo
DMPieceMapSimple.pieceList. getFile()
DiskManagerFileInfo
PieceMapEntryImpl. getFile()
DiskManagerFileInfo
PieceMapperImpl.fileInfo. getFileInfo()
Methods in com.biglybt.core.disk.impl.piecemapper.impl with parameters of type DiskManagerFileInfo Modifier and Type Method Description void
PieceMapperImpl.fileInfo. setFileInfo(DiskManagerFileInfo _file)
Constructors in com.biglybt.core.disk.impl.piecemapper.impl with parameters of type DiskManagerFileInfo Constructor Description DMPieceMapSimple(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 DiskManagerFileInfo Modifier and Type Method Description static void
RDResumeHandler. clearResumeData(DownloadManager download_manager, DiskManagerFileInfo file)
private static int
RDResumeHandler. clearResumeDataSupport(DownloadManager download_manager, DiskManagerFileInfo file, boolean recheck, boolean onlyClearUnsharedFirstLast)
static boolean
RDResumeHandler. fileMustExist(DownloadManager download_manager, DiskManagerFileInfo file)
Deprecated.Kept for xmwebuistatic boolean
RDResumeHandler. fileMustExist(DownloadManager download_manager, DiskManagerFileInfoSet fileSet, DiskManagerFileInfo file)
private static int
RDResumeHandler. 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 void
RDResumeHandler. recheckFile(DownloadManager download_manager, DiskManagerFileInfo file)
static int
RDResumeHandler. storageTypeChanged(DownloadManager download_manager, DiskManagerFileInfo file)
-
Uses of DiskManagerFileInfo in com.biglybt.core.download
Fields in com.biglybt.core.download declared as DiskManagerFileInfo Modifier and Type Field Description private DiskManagerFileInfo
EnhancedDownloadManagerFile. file
Methods in com.biglybt.core.download that return DiskManagerFileInfo Modifier and Type Method Description DiskManagerFileInfo[]
DownloadManager. getDiskManagerFileInfo()
Deprecated.use getDiskManagerFileInfoSet() insteadDiskManagerFileInfo
EnhancedDownloadManagerFile. getFile()
DiskManagerFileInfo
DownloadManagerState. getPrimaryFile()
Methods in com.biglybt.core.download with parameters of type DiskManagerFileInfo Modifier and Type Method Description default void
DownloadManagerListener. fileLocationChanged(DownloadManager download, DiskManagerFileInfo file)
void
DownloadManagerListener. filePriorityChanged(DownloadManager download, DiskManagerFileInfo file)
int[]
DownloadManager. getStorageType(DiskManagerFileInfo[] infos)
void
DownloadManager. recheckFile(DiskManagerFileInfo file)
Recheck a particular file.void
DownloadManager. resetFile(DiskManagerFileInfo file)
Reset the file download state to totally undownloaded.void
DownloadManager. setFilePriorities(DiskManagerFileInfo[] fileInfos, int type)
Sets the priority for an array for filesvoid
DownloadManagerState. setPrimaryFile(DiskManagerFileInfo dmfi)
Method parameters in com.biglybt.core.download with type arguments of type DiskManagerFileInfo Modifier and Type Method Description void
DownloadManager. requestAllocation(java.util.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 DiskManagerFileInfo Constructor Description EnhancedDownloadManagerFile(DiskManagerFileInfo _file, long _offset)
-
Uses of DiskManagerFileInfo in com.biglybt.core.download.impl
Classes in com.biglybt.core.download.impl that implement DiskManagerFileInfo Modifier and Type Class Description protected class
DownloadManagerController.fileInfoFacade
Fields in com.biglybt.core.download.impl declared as DiskManagerFileInfo Modifier and Type Field Description private DiskManagerFileInfo
DownloadManagerController.fileInfoFacade. delegate
Methods in com.biglybt.core.download.impl that return DiskManagerFileInfo Modifier and Type Method Description DiskManagerFileInfo[]
DownloadManagerController. getDiskManagerFileInfo()
Deprecated.use getDiskManagerFileInfoSet() insteadDiskManagerFileInfo[]
DownloadManagerImpl. getDiskManagerFileInfo()
Deprecated.use getDiskManagerFileInfoSet() insteadDiskManagerFileInfo[]
DownloadManagerController.FileInfoFacadeSet. getFiles()
DiskManagerFileInfo
DownloadManagerStateImpl. getPrimaryFile()
DiskManagerFileInfo
DownloadManagerStateImpl.nullState. getPrimaryFile()
Methods in com.biglybt.core.download.impl with parameters of type DiskManagerFileInfo Modifier and Type Method Description protected void
DownloadManagerController. calculateCompleteness(DiskManagerFileInfo[] active)
void
DownloadManagerAdapter. filePriorityChanged(DownloadManager download, DiskManagerFileInfo file)
void
DownloadManagerController.DiskManagerListener_Default. filePriorityChanged(DiskManagerFileInfo file)
void
DownloadManagerController.ForceRecheckDiskManagerListener. filePriorityChanged(DiskManagerFileInfo file)
int[]
DownloadManagerImpl. getStorageType(DiskManagerFileInfo[] info)
protected void
DownloadManagerImpl. informLocationChange(DiskManagerFileInfo file)
protected void
DownloadManagerImpl. informPriorityChange(DiskManagerFileInfo file)
void
DownloadManagerImpl. recheckFile(DiskManagerFileInfo file)
void
DownloadManagerImpl. resetFile(DiskManagerFileInfo file)
protected void
DownloadManagerController.fileInfoFacade. setDelegate(DiskManagerFileInfo new_delegate)
void
DownloadManagerImpl. setFilePriorities(DiskManagerFileInfo[] fileInfos, int priority)
void
DownloadManagerStateImpl.nullState. setPrimaryFile(DiskManagerFileInfo dmfi)
void
DownloadManagerStateImpl. setPrimaryFile(DiskManagerFileInfo dmfi)
Method parameters in com.biglybt.core.download.impl with type arguments of type DiskManagerFileInfo Modifier and Type Method Description void
DownloadManagerImpl. requestAllocation(java.util.List<DiskManagerFileInfo> files)
-
Uses of DiskManagerFileInfo in com.biglybt.core.global.impl
Fields in com.biglybt.core.global.impl declared as DiskManagerFileInfo Modifier and Type Field Description private DiskManagerFileInfo
GlobalManagerFileMerger.SameSizeFiles.SameSizeFileWrapper. file
Fields in com.biglybt.core.global.impl with type parameters of type DiskManagerFileInfo Modifier and Type Field Description private java.util.Set<DiskManagerFileInfo>
GlobalManagerFileMerger.SameSizeFiles. files
Methods in com.biglybt.core.global.impl that return DiskManagerFileInfo Modifier and Type Method Description (package private) DiskManagerFileInfo
GlobalManagerFileMerger.SameSizeFiles.SameSizeFileWrapper. getFile()
Methods in com.biglybt.core.global.impl with parameters of type DiskManagerFileInfo Modifier and Type Method Description void
GlobalManagerImpl.DownloadStateTagger. filePriorityChanged(DownloadManager download, DiskManagerFileInfo file)
Method parameters in com.biglybt.core.global.impl with type arguments of type DiskManagerFileInfo Modifier and Type Method Description (package private) boolean
GlobalManagerFileMerger.SameSizeFiles. sameAs(java.util.Set<DiskManagerFileInfo> _others)
Constructors in com.biglybt.core.global.impl with parameters of type DiskManagerFileInfo Constructor Description SameSizeFileWrapper(int _wrapper_num, DiskManagerFileInfo _file)
Constructor parameters in com.biglybt.core.global.impl with type arguments of type DiskManagerFileInfo Constructor Description SameSizeFiles(java.util.Set<DiskManagerFileInfo> _files)
-
Uses of DiskManagerFileInfo in com.biglybt.core.lws
Methods in com.biglybt.core.lws that return DiskManagerFileInfo Modifier and Type Method Description DiskManagerFileInfo[]
LWSDiskManager. getFiles()
DiskManagerFileInfo
LWSDiskManagerState. getPrimaryFile()
Methods in com.biglybt.core.lws with parameters of type DiskManagerFileInfo Modifier and Type Method Description void
LWSDiskManager. priorityChanged(DiskManagerFileInfo file)
void
LWSDiskManager. setFailedAndRecheck(DiskManagerFileInfo file, java.lang.String reason)
void
LWSDiskManagerState. setPrimaryFile(DiskManagerFileInfo dmfi)
void
LWSDiskManager. skippedFileSetChanged(DiskManagerFileInfo file)
void
LWSDiskManager. 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 DiskManagerFileInfo Modifier and Type Method Description private void
PEPeerControlImpl. checkAutoSequentialFiles(DiskManagerFileInfo done_file)
-
Uses of DiskManagerFileInfo in com.biglybt.core.peermanager.piecepicker.impl
Methods in com.biglybt.core.peermanager.piecepicker.impl with parameters of type DiskManagerFileInfo Modifier and Type Method Description void
PiecePickerImpl.DiskManagerListenerImpl. filePriorityChanged(DiskManagerFileInfo file)
-
Uses of DiskManagerFileInfo in com.biglybt.core.util
Fields in com.biglybt.core.util declared as DiskManagerFileInfo Modifier and Type Field Description private DiskManagerFileInfo
LaunchManager.LaunchTarget. file_info
Methods in com.biglybt.core.util that return DiskManagerFileInfo Modifier and Type Method Description DiskManagerFileInfo
LaunchManager.LaunchTarget. getFile()
Methods in com.biglybt.core.util with parameters of type DiskManagerFileInfo Modifier and Type Method Description LaunchManager.LaunchTarget
LaunchManager. createTarget(DiskManagerFileInfo fi)
Constructors in com.biglybt.core.util with parameters of type DiskManagerFileInfo Constructor Description LaunchTarget(DiskManagerFileInfo _file_info)
-
Uses of DiskManagerFileInfo in com.biglybt.pifimpl.local
Methods in com.biglybt.pifimpl.local that return DiskManagerFileInfo Modifier and Type Method Description static DiskManagerFileInfo
PluginCoreUtils. unwrap(DiskManagerFileInfo info)
Methods in com.biglybt.pifimpl.local with parameters of type DiskManagerFileInfo Modifier and Type Method Description static DiskManagerFileInfo
PluginCoreUtils. wrap(DiskManagerFileInfo info)
-
Uses of DiskManagerFileInfo in com.biglybt.pifimpl.local.disk
Fields in com.biglybt.pifimpl.local.disk declared as DiskManagerFileInfo Modifier and Type Field Description protected DiskManagerFileInfo
DiskManagerFileInfoImpl. core
private DiskManagerFileInfo
DiskManagerChannelImpl. core_file
Methods in com.biglybt.pifimpl.local.disk that return DiskManagerFileInfo Modifier and Type Method Description DiskManagerFileInfo
DiskManagerFileInfoImpl. getCore()
Constructors in com.biglybt.pifimpl.local.disk with parameters of type DiskManagerFileInfo Constructor Description DiskManagerFileInfoImpl(DownloadImpl _download, DiskManagerFileInfo coreFileInfo)
-
Uses of DiskManagerFileInfo in com.biglybt.pifimpl.local.download
Methods in com.biglybt.pifimpl.local.download with parameters of type DiskManagerFileInfo Modifier and Type Method Description void
DownloadImpl. filePriorityChanged(DownloadManager download, DiskManagerFileInfo file)
-
Uses of DiskManagerFileInfo in com.biglybt.pifimpl.local.peers
Methods in com.biglybt.pifimpl.local.peers with parameters of type DiskManagerFileInfo Modifier and Type Method Description void
PeerManagerImpl.CoreListener. filePriorityChanged(DiskManagerFileInfo file)
-
Uses of DiskManagerFileInfo in com.biglybt.ui.swt
Fields in com.biglybt.ui.swt with type parameters of type DiskManagerFileInfo Modifier and Type Field Description private static java.util.Set<DiskManagerFileInfo>
Utils. quick_view_active
Methods in com.biglybt.ui.swt that return DiskManagerFileInfo Modifier and Type Method Description private static DiskManagerFileInfo[]
TorrentUtil. toDMFI(java.lang.Object[] objects)
Methods in com.biglybt.ui.swt with parameters of type DiskManagerFileInfo Modifier and Type Method Description private void
UserAlerts. activityFinished(DownloadManager manager, DiskManagerFileInfo dm_file)
static boolean
Utils. isQuickViewActive(DiskManagerFileInfo file)
static boolean
Utils. isQuickViewSupported(DiskManagerFileInfo file)
static void
Utils. launch(DiskManagerFileInfo fileInfo)
private static void
Utils. quickView(DiskManagerFileInfo file)
private static void
Utils. quickViewRAR(DiskManagerFileInfo file)
static void
Utils. 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 DiskManagerFileInfo Modifier and Type Method Description private void
ColumnThumbAndName. cellPaintFileInfo(org.eclipse.swt.graphics.GC gc, TableCellSWT cell, DiskManagerFileInfo fileInfo)
(package private) void
ColumnTorrentFileProgress. fillInfoProgressETA(TableRowCore row, org.eclipse.swt.graphics.GC gc, DiskManagerFileInfo fileInfo, org.eclipse.swt.graphics.Rectangle cellArea)
private java.lang.String
ColumnThumbAndName. getDisplayName(DiskManagerFileInfo fileInfo)
-
Uses of DiskManagerFileInfo in com.biglybt.ui.swt.debug
Methods in com.biglybt.ui.swt.debug with parameters of type DiskManagerFileInfo Modifier and Type Method Description static java.lang.String
UIDebugGenerator. obfuscateFileName(DiskManagerFileInfo fileInfo)
-
Uses of DiskManagerFileInfo in com.biglybt.ui.swt.mainwindow
Methods in com.biglybt.ui.swt.mainwindow with parameters of type DiskManagerFileInfo Modifier and Type Method Description static void
MenuFactory. 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 DiskManagerFileInfo Modifier and Type Class Description private static class
FilesView.FilesViewNodeInner
private static class
FilesView.FilesViewNodeLeaf
Fields in com.biglybt.ui.swt.views declared as DiskManagerFileInfo Modifier and Type Field Description private DiskManagerFileInfo
FilesView.FilesViewNodeLeaf. delegate
Fields in com.biglybt.ui.swt.views with type parameters of type DiskManagerFileInfo Modifier and Type Field Description (package private) TableViewSWT<DiskManagerFileInfo>
FilesView. tv
Methods in com.biglybt.ui.swt.views that return DiskManagerFileInfo Modifier and Type Method Description protected DiskManagerFileInfo
FilesView.FilesViewNodeLeaf. getTarget()
Methods in com.biglybt.ui.swt.views that return types with arguments of type DiskManagerFileInfo Modifier and Type Method Description private java.util.List<DiskManagerFileInfo>
FilesView. getFileInfo()
protected java.util.List<DiskManagerFileInfo>
FilesView.FilesViewNodeInner. getFiles(boolean recursive)
TableViewSWT<DiskManagerFileInfo>
FilesView. initYourTableView()
Methods in com.biglybt.ui.swt.views with parameters of type DiskManagerFileInfo Modifier and Type Method Description private static void
FilesViewMenuUtil. askForRenameFilenameAndExec(DiskManagerFileInfo fileInfo, TableView tv)
private static void
FilesViewMenuUtil. askForRenameFilenameAndExecSupport(DiskManagerFileInfo fileInfo, TableView tv)
private static java.lang.String
FilesViewMenuUtil. askForRetargetedFilename(DiskManagerFileInfo fileInfo)
private static java.lang.String
FilesViewMenuUtil. askForSaveDirectory(DiskManagerFileInfo fileInfo, java.lang.String message)
private static boolean
FilesViewMenuUtil. checkRetargetOK(DiskManagerFileInfo info, java.io.File target)
private static void
FilesViewMenuUtil. copyFile(DownloadManager manager, DiskManagerFileInfo fileInfo, java.io.File source, java.io.File target, boolean dont_delete_existing, java.lang.Runnable done)
private static void
FilesViewMenuUtil. copyFileSupport(DownloadManager manager, DiskManagerFileInfo fileInfo, java.io.File source, java.io.File target, boolean dont_delete_existing, java.lang.Runnable done)
private boolean
FilesView. doAllExist(DiskManagerFileInfo[] files)
void
FilesView. fileLocationChanged(DownloadManager download, DiskManagerFileInfo file)
void
FilesView. filePriorityChanged(DownloadManager download, DiskManagerFileInfo file)
void
MyTorrentsView. filePriorityChanged(DownloadManager download, DiskManagerFileInfo file)
static void
FilesViewMenuUtil. fillMenu(TableView<?> tv, java.lang.String columnName, org.eclipse.swt.widgets.Menu menu, DownloadManager[] manager_list, DiskManagerFileInfo[][] files_list, boolean multi_dl_view, boolean disable_multi_dialog_crud)
boolean
FilesView. filterCheck(DiskManagerFileInfo ds, java.lang.String filter, boolean regex)
private static void
FilesViewMenuUtil. hardLinkFile(DownloadManager manager, DiskManagerFileInfo file_info, java.io.File source, java.io.File target, java.lang.Runnable done)
private static void
FilesViewMenuUtil. moveFile(DownloadManager manager, DiskManagerFileInfo fileInfo, java.io.File source, java.io.File target, boolean dont_delete_existing, java.lang.Runnable done)
private static void
FilesViewMenuUtil. moveFileSupport(DownloadManager manager, DiskManagerFileInfo fileInfo, java.io.File source, java.io.File target, boolean dont_delete_existing, java.lang.Runnable done)
private static boolean
FilesViewMenuUtil. 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 DiskManagerFileInfo Modifier and Type Method Description static void
FilesViewMenuUtil. changePriority(java.lang.Object type, java.util.List<DiskManagerFileInfo> file_list)
static void
FilesViewMenuUtil. changePriority(java.lang.Object type, java.util.List<DiskManagerFileInfo> file_list, boolean prompt)
private static void
FilesViewMenuUtil. changePriorityAuto(java.util.List<DiskManagerFileInfo> file_list)
private static void
FilesViewMenuUtil. changePriorityManual(java.util.List<DiskManagerFileInfo> file_list)
private void
FilesView.FilesViewNodeInner. getFiles(java.util.List<DiskManagerFileInfo> files, boolean recursive)
private static void
FilesViewMenuUtil. invalidateRows(TableView tv, java.util.List<DiskManagerFileInfo> files)
static void
FilesViewMenuUtil. recheckFiles(java.util.List<DiskManagerFileInfo> file_list)
static void
FilesViewMenuUtil. revertFiles(TableView<?> tv, java.util.List<DiskManagerFileInfo> files)
private static void
FilesViewMenuUtil. revertFiles(TableView<?> tv, java.util.List<DiskManagerFileInfo> files, boolean hard_link, boolean copy, boolean retain_names)
static void
FilesViewMenuUtil. setSkipped(java.util.List<DiskManagerFileInfo> file_list, boolean skipped, int delete_action, boolean prompt)
void
FilesView. viewChanged(TableView<DiskManagerFileInfo> view)
Constructors in com.biglybt.ui.swt.views with parameters of type DiskManagerFileInfo Constructor Description FilesViewNodeLeaf(java.lang.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 Modifier and Type Field Description private DiskManagerFileInfo
FileInfoView. file
-
Uses of DiskManagerFileInfo in com.biglybt.ui.swt.views.peer
Fields in com.biglybt.ui.swt.views.peer declared as DiskManagerFileInfo Modifier and Type Field Description private DiskManagerFileInfo
PeerFilesView.PeersFilesViewRow. file
Methods in com.biglybt.ui.swt.views.peer that return DiskManagerFileInfo Modifier and Type Method Description private DiskManagerFileInfo
PeerFilesView.PeersFilesViewRow. getFile()
Constructors in com.biglybt.ui.swt.views.peer with parameters of type DiskManagerFileInfo Constructor Description PeersFilesViewRow(DiskManagerFileInfo _file, PEPeer _peer)
-
Uses of DiskManagerFileInfo in com.biglybt.ui.swt.views.skin
Methods in com.biglybt.ui.swt.views.skin with parameters of type DiskManagerFileInfo Modifier and Type Method Description void
SBC_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 DiskManagerFileInfo Modifier and Type Field Description private static DiskManagerFileInfo
FileHashItemBase. active
Fields in com.biglybt.ui.swt.views.tableitems.files with type parameters of type DiskManagerFileInfo Modifier and Type Field Description private static java.util.Map<DiskManagerFileInfo,java.util.Set<java.lang.String>>
FileHashItemBase. pending
Methods in com.biglybt.ui.swt.views.tableitems.files with parameters of type DiskManagerFileInfo Modifier and Type Method Description private static java.lang.String
FileExtensionItem. determineFileExt(DiskManagerFileInfo fileInfo)
protected static java.lang.String
PathItem. determinePath(DiskManagerFileInfo fileInfo, boolean _show_file_path)
private static java.lang.String
FileHashItemBase. getHash(java.lang.String hash_type, DiskManagerFileInfo file)
private static boolean
FileHashItemBase. isFileReady(DiskManagerFileInfo file)
private static void
FileHashItemBase. updateHash(java.lang.String hash_type, DiskManagerFileInfo file)
-
Uses of DiskManagerFileInfo in com.biglybt.ui.swt.views.tableitems.peers
Methods in com.biglybt.ui.swt.views.tableitems.peers with parameters of type DiskManagerFileInfo Modifier and Type Method Description void
PiecesItem. filePriorityChanged(DiskManagerFileInfo file)
-
Uses of DiskManagerFileInfo in com.biglybt.ui.swt.views.utils
Methods in com.biglybt.ui.swt.views.utils that return DiskManagerFileInfo Modifier and Type Method Description private static DiskManagerFileInfo
ManagerUtils. getBrowseHomePage(DownloadManager dm)
Methods in com.biglybt.ui.swt.views.utils with parameters of type DiskManagerFileInfo Modifier and Type Method Description static java.lang.String
ManagerUtils. browse(DiskManagerFileInfo file)
static java.lang.String
ManagerUtils. browse(DiskManagerFileInfo file, boolean anon, boolean launch)
static java.lang.String
ManagerUtils. browse(DownloadManager dm, DiskManagerFileInfo _file, boolean anon, boolean launch)
static boolean
ManagerUtils. browseWebsite(DiskManagerFileInfo file)
static void
ManagerUtils. findMoreLikeThis(DiskManagerFileInfo file, org.eclipse.swt.widgets.Shell shell)
private static void
ManagerUtils. findMoreLikeThis(DownloadManager dm, DiskManagerFileInfo file, org.eclipse.swt.widgets.Shell shell)
static java.net.URL
ManagerUtils. getMediaServerContentURL(DiskManagerFileInfo file)
static void
ManagerUtils. locateFiles(DownloadManager[] dms, DiskManagerFileInfo[][] dm_files, org.eclipse.swt.widgets.Shell shell)
private static void
ManagerUtils. locateFiles(DownloadManager[] dms, DiskManagerFileInfo[][] dm_files, org.eclipse.swt.widgets.Shell shell, java.lang.String[] search_roots, int mode, int link_type, int tolerance, boolean include_skipped)
private static void
ManagerUtils. locateFilesSupport(DownloadManager[] dms, DiskManagerFileInfo[][] dm_files, org.eclipse.swt.widgets.Shell shell)
static void
ManagerUtils. open(DiskManagerFileInfo file, boolean open_containing_folder_mode)
static void
ManagerUtils. 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-download -
Uses of DiskManagerFileInfo in com.biglybt.util
Methods in com.biglybt.util that return DiskManagerFileInfo Modifier and Type Method Description static DiskManagerFileInfo
DataSourceUtils. getFileInfo(java.lang.Object ds)
-