Uses of Interface
com.biglybt.pif.tag.Taggable
-
-
Uses of Taggable in com.biglybt.core.download
Subinterfaces of Taggable in com.biglybt.core.download Modifier and Type Interface Description interface
DownloadManager
-
Uses of Taggable in com.biglybt.core.download.impl
Classes in com.biglybt.core.download.impl that implement Taggable Modifier and Type Class Description class
DownloadManagerImpl
-
Uses of Taggable in com.biglybt.core.lws
Classes in com.biglybt.core.lws that implement Taggable Modifier and Type Class Description class
LWSDownload
-
Uses of Taggable in com.biglybt.core.peer
Subinterfaces of Taggable in com.biglybt.core.peer Modifier and Type Interface Description interface
PEPeer
-
Uses of Taggable in com.biglybt.core.peer.impl
Subinterfaces of Taggable in com.biglybt.core.peer.impl Modifier and Type Interface Description interface
PEPeerTransport
-
Uses of Taggable in com.biglybt.core.peer.impl.control
Classes in com.biglybt.core.peer.impl.control that implement Taggable Modifier and Type Class Description private class
PEPeerControlImpl.MyPeer
-
Uses of Taggable in com.biglybt.core.peer.impl.transport
Classes in com.biglybt.core.peer.impl.transport that implement Taggable Modifier and Type Class Description class
PEPeerTransportProtocol
-
Uses of Taggable in com.biglybt.core.tag
Subinterfaces of Taggable in com.biglybt.core.tag Modifier and Type Interface Description interface
Taggable
-
Uses of Taggable in com.biglybt.core.tag.impl
Methods in com.biglybt.core.tag.impl that return types with arguments of type Taggable Modifier and Type Method Description java.util.List<Taggable>
TagBase. getTaggables()
-
Uses of Taggable in com.biglybt.pif.download
Subinterfaces of Taggable in com.biglybt.pif.download Modifier and Type Interface Description interface
Download
Management of a Torrent's activity. -
Uses of Taggable in com.biglybt.pif.tag
Methods in com.biglybt.pif.tag that return types with arguments of type Taggable Modifier and Type Method Description java.util.List<Taggable>
Tag. getTaggables()
Methods in com.biglybt.pif.tag with parameters of type Taggable Modifier and Type Method Description void
TagListener. taggableAdded(Tag tag, Taggable tagged)
void
TagListener. taggableRemoved(Tag tag, Taggable tagged)
-
Uses of Taggable in com.biglybt.pifimpl.local.download
Classes in com.biglybt.pifimpl.local.download that implement Taggable Modifier and Type Class Description class
DownloadImpl
-
Uses of Taggable in com.biglybt.pifimpl.local.peers
Classes in com.biglybt.pifimpl.local.peers that implement Taggable Modifier and Type Class Description class
PeerForeignDelegate
-
Uses of Taggable in com.biglybt.pifimpl.remote.download
Classes in com.biglybt.pifimpl.remote.download that implement Taggable Modifier and Type Class Description class
RPDownload
-