Uses of Interface
com.biglybt.core.subs.util.SearchSubsResultBase
Packages that use SearchSubsResultBase
Package
Description
-
Uses of SearchSubsResultBase in com.biglybt.core.subs
Methods in com.biglybt.core.subs with parameters of type SearchSubsResultBaseModifier and TypeMethodDescriptionstatic long[]
SubscriptionUtils.getDownloadHistoryDates
(SearchSubsResultBase result) static int
SubscriptionUtils.getHashStatus
(SearchSubsResultBase result) void
SubscriptionManager.markReadInAllSubscriptions
(SearchSubsResultBase[] results) -
Uses of SearchSubsResultBase in com.biglybt.core.subs.impl
Methods in com.biglybt.core.subs.impl with parameters of type SearchSubsResultBaseModifier and TypeMethodDescriptionvoid
SubscriptionManagerImpl.markReadInAllSubscriptions
(SearchSubsResultBase[] results) Constructors in com.biglybt.core.subs.impl with parameters of type SearchSubsResultBaseModifierConstructorDescriptionprotected
SubscriptionResultImpl
(SubscriptionHistoryImpl _history, SearchSubsResultBase _base) -
Uses of SearchSubsResultBase in com.biglybt.core.subs.util
Classes in com.biglybt.core.subs.util that implement SearchSubsResultBase -
Uses of SearchSubsResultBase in com.biglybt.ui.swt.search
Classes in com.biglybt.ui.swt.search that implement SearchSubsResultBaseMethods in com.biglybt.ui.swt.search with parameters of type SearchSubsResultBaseModifier and TypeMethodDescriptionstatic void
SBC_SearchResultsView.downloadAction
(SearchSubsResultBase entry) protected static void
SBC_SearchResultsView.showDownloadFTUX
(SearchSubsResultBase entry, UserPrompterResultListener listener) -
Uses of SearchSubsResultBase in com.biglybt.ui.swt.utils
Methods in com.biglybt.ui.swt.utils with type parameters of type SearchSubsResultBaseModifier and TypeMethodDescriptionstatic <T extends SearchSubsResultBase>
booleanSearchSubsUtils.filterCheck
(TableColumnFilterHelper<T> filter_helper, T ds, String filter, boolean regex, boolean confusable) Methods in com.biglybt.ui.swt.utils with parameters of type SearchSubsResultBaseModifier and TypeMethodDescriptionstatic void
SearchSubsUtils.addMenu
(Subscription subs_maybe_null, SearchSubsResultBase[] results, org.eclipse.swt.widgets.Menu menu) static boolean
SearchSubsUtils.addMenu
(SearchSubsResultBase result, org.eclipse.swt.widgets.Menu menu)