Uses of Interface
com.biglybt.core.history.DownloadHistory
-
Packages that use DownloadHistory Package Description com.biglybt.core.history com.biglybt.core.history.impl com.biglybt.ui.swt.views.skin -
-
Uses of DownloadHistory in com.biglybt.core.history
Methods in com.biglybt.core.history that return types with arguments of type DownloadHistory Modifier and Type Method Description java.util.List<DownloadHistory>
DownloadHistoryEvent. getHistory()
Method parameters in com.biglybt.core.history with type arguments of type DownloadHistory Modifier and Type Method Description void
DownloadHistoryManager. removeHistory(java.util.List<DownloadHistory> history)
-
Uses of DownloadHistory in com.biglybt.core.history.impl
Classes in com.biglybt.core.history.impl that implement DownloadHistory Modifier and Type Class Description private class
DownloadHistoryManagerImpl.DownloadHistoryImpl
Fields in com.biglybt.core.history.impl with type parameters of type DownloadHistory Modifier and Type Field Description private java.util.List<DownloadHistory>
DownloadHistoryManagerImpl.DownloadHistoryEventImpl. history
Methods in com.biglybt.core.history.impl that return types with arguments of type DownloadHistory Modifier and Type Method Description java.util.List<DownloadHistory>
DownloadHistoryManagerImpl.DownloadHistoryEventImpl. getHistory()
private java.util.List<DownloadHistory>
DownloadHistoryManagerImpl. getHistory()
Methods in com.biglybt.core.history.impl with parameters of type DownloadHistory Modifier and Type Method Description (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 DownloadHistory Modifier and Type Method Description private void
DownloadHistoryManagerImpl. historyUpdated(java.util.Collection<DownloadHistory> list, int action, int type)
void
DownloadHistoryManagerImpl. removeHistory(java.util.List<DownloadHistory> to_remove)
Constructor parameters in com.biglybt.core.history.impl with type arguments of type DownloadHistory Constructor Description DownloadHistoryEventImpl(int _type, java.util.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 DownloadHistory Modifier and Type Field Description private TableViewSWT<DownloadHistory>
SBC_DownloadHistoryView. tv
Methods in com.biglybt.ui.swt.views.skin with parameters of type DownloadHistory Modifier and Type Method Description boolean
SBC_DownloadHistoryView. filterCheck(DownloadHistory ds, java.lang.String filter, boolean regex)
-