Uses of Class
com.biglybt.plugin.net.buddy.PartialBuddy
Packages that use PartialBuddy
Package
Description
-
Uses of PartialBuddy in com.biglybt.plugin.net.buddy
Methods in com.biglybt.plugin.net.buddy that return types with arguments of type PartialBuddyMethods in com.biglybt.plugin.net.buddy with parameters of type PartialBuddyModifier and TypeMethodDescriptionvoidBuddyPlugin.partialBuddyAdded(PartialBuddy pb) voidPartialBuddyListener.partialBuddyAdded(PartialBuddy buddy) voidBuddyPlugin.partialBuddyChanged(PartialBuddy pb) voidPartialBuddyListener.partialBuddyChanged(PartialBuddy buddy) voidBuddyPlugin.partialBuddyRemoved(PartialBuddy pb) voidPartialBuddyListener.partialBuddyRemoved(PartialBuddy buddy) -
Uses of PartialBuddy in com.biglybt.plugin.net.buddy.tracker
Fields in com.biglybt.plugin.net.buddy.tracker declared as PartialBuddyModifier and TypeFieldDescriptionprivate final PartialBuddyBuddyPluginTracker.PartialBuddyData.pbMethods in com.biglybt.plugin.net.buddy.tracker that return types with arguments of type PartialBuddyMethods in com.biglybt.plugin.net.buddy.tracker with parameters of type PartialBuddyModifier and TypeMethodDescriptionBuddyPluginTracker.getDownloadsSummary(PartialBuddy pb) voidBuddyPluginTracker.removePartialBuddy(PartialBuddy pb) Constructors in com.biglybt.plugin.net.buddy.tracker with parameters of type PartialBuddy -
Uses of PartialBuddy in com.biglybt.ui.swt.plugin.net.buddy.swt
Classes in com.biglybt.ui.swt.plugin.net.buddy.swt that implement interfaces with type arguments of type PartialBuddyFields in com.biglybt.ui.swt.plugin.net.buddy.swt with type parameters of type PartialBuddyModifier and TypeFieldDescriptionprivate List<PartialBuddy> BuddyPluginViewInstance.partial_buddiesMethods in com.biglybt.ui.swt.plugin.net.buddy.swt that return types with arguments of type PartialBuddyModifier and TypeMethodDescriptionprivate Comparator<PartialBuddy> BuddyPluginViewInstance.addPartialBuddyTable(org.eclipse.swt.widgets.Composite child1) Methods in com.biglybt.ui.swt.plugin.net.buddy.swt with parameters of type PartialBuddyModifier and TypeMethodDescriptionintBuddyPluginViewInstance.PBFilterComparator.compare(PartialBuddy b1, PartialBuddy b2) voidBuddyPluginViewInstance.partialBuddyAdded(PartialBuddy buddy) voidBuddyPluginViewInstance.partialBuddyChanged(PartialBuddy buddy) voidBuddyPluginViewInstance.partialBuddyRemoved(PartialBuddy buddy)