Class OpenTorrentOptionsWindow.DiscoveredTag

java.lang.Object
com.biglybt.core.tag.impl.TagBase
com.biglybt.ui.swt.shells.opentorrent.OpenTorrentOptionsWindow.DiscoveredTag
All Implemented Interfaces:
Tag, DataSourceResolver.ExportableDataSource, SimpleTimer.TimerTickReceiver, Tag
Enclosing class:
OpenTorrentOptionsWindow

private static class OpenTorrentOptionsWindow.DiscoveredTag extends TagBase
  • Field Details

    • tag_ids

      private static final AtomicInteger tag_ids
    • name

      private final String name
    • networks

      private final String[] networks
    • existingTag

      private Tag existingTag
  • Constructor Details

    • DiscoveredTag

      private DiscoveredTag(String _name, String[] _networks)
  • Method Details

    • getTaggableTypes

      public int getTaggableTypes()
    • getTaggedCount

      public int getTaggedCount()
    • getTagged

      public Set<Taggable> getTagged()
    • hasTaggable

      public boolean hasTaggable(Taggable t)