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 DownloadHistoryModifier and TypeMethodDescriptionDownloadHistoryEvent.getHistory()DownloadHistoryManager.getHistory()Method parameters in com.biglybt.core.history with type arguments of type DownloadHistoryModifier and TypeMethodDescriptionvoidDownloadHistoryManager.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.historyMethods in com.biglybt.core.history.impl that return types with arguments of type DownloadHistoryModifier and TypeMethodDescriptionDownloadHistoryManagerImpl.DownloadHistoryEventImpl.getHistory()DownloadHistoryManagerImpl.getHistory()Methods in com.biglybt.core.history.impl with parameters of type DownloadHistoryModifier and TypeMethodDescription(package private) voidDownloadHistoryManagerImpl.historyUpdated(DownloadHistory dh, int action, int type) (package private) voidDownloadHistoryManagerImpl.setRedownloading(DownloadHistory dh) Method parameters in com.biglybt.core.history.impl with type arguments of type DownloadHistoryModifier and TypeMethodDescriptionprivate voidDownloadHistoryManagerImpl.historyUpdated(Collection<DownloadHistory> list, int action, int type) voidDownloadHistoryManagerImpl.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
Classes in com.biglybt.ui.swt.views.skin that implement interfaces with type arguments of type DownloadHistoryFields in com.biglybt.ui.swt.views.skin with type parameters of type DownloadHistoryModifier and TypeFieldDescriptionprivate TableColumnFilterHelper<DownloadHistory> SBC_DownloadHistoryView.col_filter_helperprivate TableViewSWT<DownloadHistory> SBC_DownloadHistoryView.tvMethods in com.biglybt.ui.swt.views.skin with parameters of type DownloadHistoryModifier and TypeMethodDescriptionbooleanSBC_DownloadHistoryView.filterCheck(DownloadHistory ds, String filter, boolean regex, boolean confusable)