Uses of Interface
com.biglybt.core.history.DownloadHistory
Packages that use DownloadHistory
Package
Description
-
Uses of DownloadHistory in com.biglybt.core.history
Methods in com.biglybt.core.history that return types with arguments of type DownloadHistoryMethod parameters in com.biglybt.core.history with type arguments of type DownloadHistoryModifier and TypeMethodDescriptionvoid
DownloadHistoryManager.removeHistory
(List<DownloadHistory> history) -
Uses of DownloadHistory in com.biglybt.core.history.impl
Classes in com.biglybt.core.history.impl that implement DownloadHistoryFields in com.biglybt.core.history.impl with type parameters of type DownloadHistoryModifier and TypeFieldDescriptionprivate final List<DownloadHistory>
DownloadHistoryManagerImpl.DownloadHistoryEventImpl.history
Methods in com.biglybt.core.history.impl that return types with arguments of type DownloadHistoryModifier and TypeMethodDescriptionDownloadHistoryManagerImpl.DownloadHistoryEventImpl.getHistory()
private List<DownloadHistory>
DownloadHistoryManagerImpl.getHistory()
Methods in com.biglybt.core.history.impl with parameters of type DownloadHistoryModifier and TypeMethodDescription(package private) void
DownloadHistoryManagerImpl.historyUpdated
(DownloadHistory dh, int action, int type) (package private) void
DownloadHistoryManagerImpl.setRedownloading
(DownloadHistory dh) Method parameters in com.biglybt.core.history.impl with type arguments of type DownloadHistoryModifier and TypeMethodDescriptionprivate void
DownloadHistoryManagerImpl.historyUpdated
(Collection<DownloadHistory> list, int action, int type) void
DownloadHistoryManagerImpl.removeHistory
(List<DownloadHistory> to_remove) Constructor parameters in com.biglybt.core.history.impl with type arguments of type DownloadHistoryModifierConstructorDescription(package private)
DownloadHistoryEventImpl
(int _type, List<DownloadHistory> _history) -
Uses of DownloadHistory in com.biglybt.ui.swt.views.skin
Fields in com.biglybt.ui.swt.views.skin with type parameters of type DownloadHistoryModifier and TypeFieldDescriptionprivate TableColumnFilterHelper<DownloadHistory>
SBC_DownloadHistoryView.col_filter_helper
private TableViewSWT<DownloadHistory>
SBC_DownloadHistoryView.tv
Methods in com.biglybt.ui.swt.views.skin with parameters of type DownloadHistoryModifier and TypeMethodDescriptionboolean
SBC_DownloadHistoryView.filterCheck
(DownloadHistory ds, String filter, boolean regex, boolean confusable)