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 intSubscriptionUtils.getHashStatus(SearchSubsResultBase result) voidSubscriptionManager.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 TypeMethodDescriptionvoidSubscriptionManagerImpl.markReadInAllSubscriptions(SearchSubsResultBase[] results) Constructors in com.biglybt.core.subs.impl with parameters of type SearchSubsResultBaseModifierConstructorDescriptionprotectedSubscriptionResultImpl(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 voidSBC_SearchResultsView.downloadAction(SearchSubsResultBase entry) protected static voidSBC_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 voidSearchSubsUtils.addMenu(Subscription subs_maybe_null, SearchSubsResultBase[] results, org.eclipse.swt.widgets.Menu menu) static booleanSearchSubsUtils.addMenu(SearchSubsResultBase result, org.eclipse.swt.widgets.Menu menu)