Uses of Interface
com.biglybt.core.dht.control.DHTControlContact
-
Packages that use DHTControlContact Package Description com.biglybt.core.dht.control com.biglybt.core.dht.control.impl com.biglybt.ui.swt.views.stats -
-
Uses of DHTControlContact in com.biglybt.core.dht.control
Methods in com.biglybt.core.dht.control that return types with arguments of type DHTControlContact Modifier and Type Method Description java.util.List<DHTControlContact>
DHTControl. getContacts()
-
Uses of DHTControlContact in com.biglybt.core.dht.control.impl
Classes in com.biglybt.core.dht.control.impl that implement DHTControlContact Modifier and Type Class Description class
DHTControlContactImpl
Methods in com.biglybt.core.dht.control.impl that return types with arguments of type DHTControlContact Modifier and Type Method Description java.util.List<DHTControlContact>
DHTControlImpl. getContacts()
-
Uses of DHTControlContact in com.biglybt.ui.swt.views.stats
Fields in com.biglybt.ui.swt.views.stats with type parameters of type DHTControlContact Modifier and Type Field Description private java.util.List<DHTControlContact>
VivaldiPanel. lastContacts
Methods in com.biglybt.ui.swt.views.stats with parameters of type DHTControlContact Modifier and Type Method Description private void
VivaldiPanel. draw(org.eclipse.swt.graphics.GC gc, float x, float y, float h, DHTControlContact contact, int distance, float error)
Method parameters in com.biglybt.ui.swt.views.stats with type arguments of type DHTControlContact Modifier and Type Method Description void
VivaldiPanel. refreshContacts(java.util.List<DHTControlContact> contacts, DHTTransportContact self)
-