Uses of Interface
com.biglybt.core.tag.Taggable
-
-
Uses of Taggable in com.biglybt.core.category.impl
Methods in com.biglybt.core.category.impl that return types with arguments of type Taggable Modifier and Type Method Description java.util.Set<Taggable>
CategoryImpl. getTagged()
Methods in com.biglybt.core.category.impl with parameters of type Taggable Modifier and Type Method Description void
CategoryImpl. addTaggable(Taggable t)
boolean
CategoryImpl. hasTaggable(Taggable t)
void
CategoryImpl. removeTaggable(Taggable t)
-
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.global.impl
Methods in com.biglybt.core.global.impl that return Taggable Modifier and Type Method Description Taggable
GlobalManagerImpl. resolveTaggable(java.lang.String id)
Methods in com.biglybt.core.global.impl that return types with arguments of type Taggable Modifier and Type Method Description java.util.List<Taggable>
GlobalManagerImpl. getResolvedTaggables()
Methods in com.biglybt.core.global.impl with parameters of type Taggable Modifier and Type Method Description java.lang.String
GlobalManagerImpl. getDisplayName(Taggable taggable)
-
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.speedmanager
Methods in com.biglybt.core.speedmanager that return types with arguments of type Taggable Modifier and Type Method Description java.util.Set<Taggable>
SpeedLimitHandler.PeerSet.TagPeerImpl. getTagged()
Methods in com.biglybt.core.speedmanager with parameters of type Taggable Modifier and Type Method Description void
SpeedLimitHandler.PeerSet.TagPeerImpl. addTaggable(Taggable t)
boolean
SpeedLimitHandler.PeerSet.TagPeerImpl. hasTaggable(Taggable t)
void
SpeedLimitHandler.PeerSet.TagPeerImpl. removeTaggable(Taggable t)
-
Uses of Taggable in com.biglybt.core.tag
Methods in com.biglybt.core.tag that return Taggable Modifier and Type Method Description Taggable
TaggableResolver. resolveTaggable(java.lang.String id)
Methods in com.biglybt.core.tag that return types with arguments of type Taggable Modifier and Type Method Description java.util.List<Taggable>
TaggableResolver. getResolvedTaggables()
java.util.Set<Taggable>
Tag. getTagged()
Methods in com.biglybt.core.tag with parameters of type Taggable Modifier and Type Method Description void
Tag. addTaggable(Taggable t)
void
TagType. addTagListener(Taggable taggable, TagListener listener)
taggable-specific listneer for this tag-typevoid
TaggableResolver.LifecycleControlListener. canTaggableBeRemoved(Taggable taggble)
java.lang.String
TagFeatureProperties.TagProperty. explainTaggable(Taggable taggable)
java.lang.String
TaggableResolver. getDisplayName(Taggable taggable)
long
Tag. getTaggableAddedTime(Taggable taggble)
java.util.List<Tag>
TagManager. getTagsForTaggable(int[] tag_types, Taggable taggable)
java.util.List<Tag>
TagManager. getTagsForTaggable(int tag_type, Taggable taggable)
java.util.List<Tag>
TagManager. getTagsForTaggable(Taggable taggable)
java.util.List<Tag>
TagType. getTagsForTaggable(Taggable taggable)
boolean
Tag. hasTaggable(Taggable t)
void
Tag. removeTaggable(Taggable t)
void
TagType. removeTagListener(Taggable taggable, TagListener listener)
void
TagListener. taggableAdded(Tag tag, Taggable tagged)
void
TaggableLifecycleAdapter. taggableCreated(Taggable taggable)
void
TaggableLifecycleHandler. taggableCreated(Taggable taggable)
void
TaggableLifecycleListener. taggableCreated(Taggable taggable)
void
TaggableLifecycleAdapter. taggableDestroyed(Taggable taggable)
void
TaggableLifecycleHandler. taggableDestroyed(Taggable taggable)
void
TaggableLifecycleListener. taggableDestroyed(Taggable taggable)
void
TagListener. taggableRemoved(Tag tag, Taggable tagged)
void
TaggableLifecycleAdapter. taggableTagged(TagType tag_type, Tag tag, Taggable taggable)
void
TaggableLifecycleListener. taggableTagged(TagType tag_type, Tag tag, Taggable taggable)
Currently only implemented for manual_download tag changesvoid
TaggableLifecycleAdapter. taggableUntagged(TagType tag_type, Tag tag, Taggable taggable)
void
TaggableLifecycleListener. taggableUntagged(TagType tag_type, Tag tag, Taggable taggable)
Currently only implemented for manual_download tag changesMethod parameters in com.biglybt.core.tag with type arguments of type Taggable Modifier and Type Method Description void
TaggableLifecycleAdapter. initialised(java.util.List<Taggable> current_taggables)
void
TaggableLifecycleListener. initialised(java.util.List<Taggable> current_taggables)
void
TaggableLifecycleHandler. initialized(java.util.List<Taggable> initial_taggables)
-
Uses of Taggable in com.biglybt.core.tag.impl
Fields in com.biglybt.core.tag.impl with type parameters of type Taggable Modifier and Type Field Description private CopyOnWriteSet<Taggable>
TagWithState. objects
private java.util.Map<Taggable,java.util.List<TagListener>>
TagTypeBase. tag_listeners
(package private) java.util.Map<Taggable,int[]>
TagPropertyUntaggedHandler. taggable_counts
Methods in com.biglybt.core.tag.impl that return Taggable Modifier and Type Method Description protected Taggable
TagTypeBase. resolveTaggable(java.lang.String id)
protected Taggable
TagTypeWithState. resolveTaggable(java.lang.String id)
Methods in com.biglybt.core.tag.impl that return types with arguments of type Taggable Modifier and Type Method Description java.util.Set<Taggable>
TagWithState. getTagged()
Methods in com.biglybt.core.tag.impl with parameters of type Taggable Modifier and Type Method Description void
TagBase. addTaggable(Taggable t)
void
TagDownloadWithState. addTaggable(Taggable t)
void
TagWithState. addTaggable(Taggable t)
void
TagTypeBase. addTagListener(Taggable taggable, TagListener listener)
void
TagDownloadWithState. canTaggableBeRemoved(Taggable taggable)
protected void
TagWithState. checkNotifications(Taggable taggable, boolean is_add)
protected java.lang.String
TagManagerImpl. explain(Tag tag, TagFeatureProperties.TagProperty property, Taggable taggable)
protected java.lang.String
TagPropertyConstraintHandler. explain(Tag tag, Taggable taggable)
java.lang.String
TagBase.TagPropertyImpl. explainTaggable(Taggable taggable)
long
TagBase. getTaggableAddedTime(Taggable taggble)
long
TagWithState. getTaggableAddedTime(Taggable taggble)
java.util.List<Tag>
TagManagerImpl. getTagsForTaggable(int[] tts, Taggable taggable)
java.util.List<Tag>
TagManagerImpl. getTagsForTaggable(int tag_type, Taggable taggable)
java.util.List<Tag>
TagManagerImpl. getTagsForTaggable(Taggable taggable)
java.util.List<Tag>
TagTypeBase. getTagsForTaggable(Taggable taggable)
boolean
TagWithState. hasTaggable(Taggable t)
void
TagBase. removeTaggable(Taggable t)
private void
TagManagerImpl. removeTaggable(TaggableResolver resolver, Taggable taggable)
protected void
TagTypeBase. removeTaggable(TaggableResolver resolver, Taggable taggable)
protected void
TagTypeWithState. removeTaggable(TaggableResolver _resolver, Taggable taggable)
void
TagWithState. removeTaggable(Taggable t)
void
TagTypeBase. removeTagListener(Taggable taggable, TagListener listener)
void
TagManagerImpl. taggableAdded(TagType tag_type, Tag tag, Taggable tagged)
void
TagPropertyTrackerTemplateHandler. taggableAdded(Tag tag, Taggable tagged)
void
TagTypeBase. taggableAdded(Tag tag, Taggable tagged)
void
TagManagerImpl.LifecycleHandlerImpl. taggableCreated(Taggable t)
void
TagManagerImpl.LifecycleHandlerImpl. taggableDestroyed(Taggable t)
void
TagManagerImpl. taggableRemoved(TagType tag_type, Tag tag, Taggable tagged)
void
TagPropertyTrackerTemplateHandler. taggableRemoved(Tag tag, Taggable tagged)
void
TagTypeBase. taggableRemoved(Tag tag, Taggable tagged)
void
TagManagerImpl.LifecycleHandlerImpl. taggableTagged(TagType tag_type, Tag tag, Taggable taggable)
void
TagManagerImpl.LifecycleHandlerImpl. taggableUntagged(TagType tag_type, Tag tag, Taggable taggable)
Method parameters in com.biglybt.core.tag.impl with type arguments of type Taggable Modifier and Type Method Description private void
TagPropertyConstraintHandler.TagConstraint. applySupport(java.util.Set<Taggable> existing, DownloadManager dm, boolean is_new)
private void
TagPropertyConstraintHandler.TagConstraint. applySupport2(java.util.Set<Taggable> existing, DownloadManager dm, boolean check_dependencies, java.util.Set<TagPropertyConstraintHandler.TagConstraint> checked, boolean is_new)
private void
TagPropertyTrackerTemplateHandler. handleStuff(java.lang.String[] bits, java.util.Set<Taggable> taggables)
void
TagManagerImpl.LifecycleHandlerImpl. initialized(java.util.List<Taggable> initial_taggables)
-
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.plugin.sharing.hoster
Fields in com.biglybt.plugin.sharing.hoster with type parameters of type Taggable Modifier and Type Field Description private java.util.Map<Taggable,ShareResource>
ShareHosterPlugin. taggable_map
-
Uses of Taggable in com.biglybt.ui.swt.shells.opentorrent
Methods in com.biglybt.ui.swt.shells.opentorrent that return types with arguments of type Taggable Modifier and Type Method Description java.util.Set<Taggable>
OpenTorrentOptionsWindow.DiscoveredTag. getTagged()
Methods in com.biglybt.ui.swt.shells.opentorrent with parameters of type Taggable Modifier and Type Method Description boolean
OpenTorrentOptionsWindow.DiscoveredTag. hasTaggable(Taggable t)
-
Uses of Taggable in com.biglybt.ui.swt.views
Fields in com.biglybt.ui.swt.views with type parameters of type Taggable Modifier and Type Field Description private java.util.List<Taggable>
TaggingView. taggables
Methods in com.biglybt.ui.swt.views with parameters of type Taggable Modifier and Type Method Description void
MyTorrentsView. taggableAdded(Tag tag, Taggable tagged)
void
PeersGeneralView. taggableAdded(Tag tag, Taggable tagged)
void
MyTorrentsView. taggableRemoved(Tag tag, Taggable tagged)
void
PeersGeneralView. taggableRemoved(Tag tag, Taggable tagged)
-
Uses of Taggable in com.biglybt.ui.swt.views.utils
Method parameters in com.biglybt.ui.swt.views.utils with type arguments of type Taggable Modifier and Type Method Description boolean
TagButtonsUI. updateFields(java.util.List<Taggable> taggables)
int
TagButtonsUI. updateTag(Tag tag, java.util.List<Taggable> taggables)
-
Uses of Taggable in com.biglybt.ui.swt.widgets
Methods in com.biglybt.ui.swt.widgets with parameters of type Taggable Modifier and Type Method Description boolean
TagPainter. paint(Taggable taggable, org.eclipse.swt.graphics.GC gc, int x, int y)
Method parameters in com.biglybt.ui.swt.widgets with type arguments of type Taggable Modifier and Type Method Description boolean
TagPainter. updateState(java.util.List<Taggable> taggables)
boolean
TagPainter. updateState(java.util.List<Taggable> taggables, org.eclipse.swt.graphics.Device device, org.eclipse.swt.graphics.Color defaultFG, org.eclipse.swt.graphics.Color defaultBG)
-