Uses of Interface
com.biglybt.pif.tag.Tag
-
-
Uses of Tag in com.biglybt.core.category
Subinterfaces of Tag in com.biglybt.core.category Modifier and Type Interface Description interface
Category
A Category for grouping torrents (DownloadManagers) -
Uses of Tag in com.biglybt.core.category.impl
Classes in com.biglybt.core.category.impl that implement Tag Modifier and Type Class Description class
CategoryImpl
-
Uses of Tag in com.biglybt.core.global.impl
Classes in com.biglybt.core.global.impl that implement Tag Modifier and Type Class Description private class
GlobalManagerImpl.DownloadStateTagger.MyTag
-
Uses of Tag in com.biglybt.core.lws
Methods in com.biglybt.core.lws that return types with arguments of type Tag Modifier and Type Method Description java.util.List<Tag>
LWSDownload. getTags()
-
Uses of Tag in com.biglybt.core.speedmanager
Classes in com.biglybt.core.speedmanager that implement Tag Modifier and Type Class Description private class
SpeedLimitHandler.PeerSet.TagPeerImpl
-
Uses of Tag in com.biglybt.core.tag
Subinterfaces of Tag in com.biglybt.core.tag Modifier and Type Interface Description interface
Tag
interface
TagDownload
interface
TagPeer
-
Uses of Tag in com.biglybt.core.tag.impl
Classes in com.biglybt.core.tag.impl that implement Tag Modifier and Type Class Description class
TagBase
class
TagDownloadWithState
class
TagWithState
-
Uses of Tag in com.biglybt.pif.download
Methods in com.biglybt.pif.download that return types with arguments of type Tag Modifier and Type Method Description java.util.List<Tag>
Download. getTags()
-
Uses of Tag in com.biglybt.pif.tag
Methods in com.biglybt.pif.tag that return Tag Modifier and Type Method Description Tag
TagManager. createTag(java.lang.String name)
Tag
TagManager. lookupTag(java.lang.String name)
Methods in com.biglybt.pif.tag that return types with arguments of type Tag Modifier and Type Method Description java.util.List<Tag>
TagManager. getTags()
Methods in com.biglybt.pif.tag with parameters of type Tag Modifier and Type Method Description void
TagListener. taggableAdded(Tag tag, Taggable tagged)
void
TagListener. taggableRemoved(Tag tag, Taggable tagged)
void
TagListener. taggableSync(Tag tag)
-
Uses of Tag in com.biglybt.pif.torrent
Methods in com.biglybt.pif.torrent that return types with arguments of type Tag Modifier and Type Method Description java.util.List<Tag>
TorrentOptions. getTags()
Methods in com.biglybt.pif.torrent with parameters of type Tag Modifier and Type Method Description void
TorrentOptions. addTag(Tag tag)
void
TorrentOptions. removeTag(Tag tag)
-
Uses of Tag in com.biglybt.pif.utils
Methods in com.biglybt.pif.utils that return Tag Modifier and Type Method Description Tag
Utilities. lookupTag(java.lang.String name)
-
Uses of Tag in com.biglybt.pifimpl.local.download
Methods in com.biglybt.pifimpl.local.download that return types with arguments of type Tag Modifier and Type Method Description java.util.List<Tag>
DownloadImpl. getTags()
-
Uses of Tag in com.biglybt.pifimpl.local.torrent
Methods in com.biglybt.pifimpl.local.torrent that return types with arguments of type Tag Modifier and Type Method Description java.util.List<Tag>
TorrentManagerImpl.TorrentOptionsImpl. getTags()
Methods in com.biglybt.pifimpl.local.torrent with parameters of type Tag Modifier and Type Method Description void
TorrentManagerImpl.TorrentOptionsImpl. addTag(Tag tag)
void
TorrentManagerImpl.TorrentOptionsImpl. removeTag(Tag tag)
-
Uses of Tag in com.biglybt.pifimpl.local.utils
Methods in com.biglybt.pifimpl.local.utils that return Tag Modifier and Type Method Description Tag
UtilitiesImpl.TagManagerImpl. createTag(java.lang.String name)
Tag
UtilitiesImpl. lookupTag(java.lang.String name)
Tag
UtilitiesImpl.TagManagerImpl. lookupTag(java.lang.String name)
Methods in com.biglybt.pifimpl.local.utils that return types with arguments of type Tag Modifier and Type Method Description java.util.List<Tag>
UtilitiesImpl.TagManagerImpl. getTags()
-
Uses of Tag in com.biglybt.pifimpl.remote.download
Methods in com.biglybt.pifimpl.remote.download that return types with arguments of type Tag Modifier and Type Method Description java.util.List<Tag>
RPDownload. getTags()
-
Uses of Tag in com.biglybt.ui.swt.shells.opentorrent
Classes in com.biglybt.ui.swt.shells.opentorrent that implement Tag Modifier and Type Class Description private static class
OpenTorrentOptionsWindow.DiscoveredTag
-