Class OpenTorrentOptionsWindow.DiscoveredTag.TagTypeDiscovery
- java.lang.Object
-
- com.biglybt.core.tag.impl.TagTypeBase
-
- com.biglybt.ui.swt.shells.opentorrent.OpenTorrentOptionsWindow.DiscoveredTag.TagTypeDiscovery
-
- All Implemented Interfaces:
TagListener
,TagType
- Enclosing class:
- OpenTorrentOptionsWindow.DiscoveredTag
private static class OpenTorrentOptionsWindow.DiscoveredTag.TagTypeDiscovery extends TagTypeBase
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.biglybt.core.tag.impl.TagTypeBase
TagTypeBase.TagGroupImpl
-
-
Field Summary
Fields Modifier and Type Field Description private int[]
color_default
-
Fields inherited from class com.biglybt.core.tag.impl.TagTypeBase
AT_COLOR_ID
-
Fields inherited from interface com.biglybt.core.tag.TagType
TT_DOWNLOAD_CATEGORY, TT_DOWNLOAD_INTERNAL, TT_DOWNLOAD_MANUAL, TT_DOWNLOAD_STATE, TT_PEER_IPSET, TT_TAG_SUGGESTION
-
-
Constructor Summary
Constructors Constructor Description TagTypeDiscovery()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int[]
getColorDefault()
int
getTagCount()
java.util.List<Tag>
getTags()
-
Methods inherited from class com.biglybt.core.tag.impl.TagTypeBase
addTag, addTagListener, addTagType, addTagTypeListener, closing, createTag, fireChanged, fireMembershipChanged, fireMetadataChanged, generate, generateConfig, getResolver, getTag, getTag, getTagGroup, getTagManager, getTagsForTaggable, getTagType, getTagTypeFeatures, getTagTypeName, hasTagTypeFeature, isTagTypeAuto, isTagTypePersistent, readBooleanAttribute, readLongAttribute, readLongListAttribute, readMapAttribute, readStringAttribute, readStringListAttribute, removeTag, removeTaggable, removeTagListener, removeTagType, removeTagTypeListener, requestAttention, resolveTaggable, setTagGroup, sync, taggableAdded, taggableRemoved, taggableSync, writeBooleanAttribute, writeLongAttribute, writeLongListAttribute, writeMapAttribute, writeStringAttribute, writeStringListAttribute
-
-
-
-
Method Detail
-
getTags
public java.util.List<Tag> getTags()
-
getTagCount
public int getTagCount()
-
getColorDefault
public int[] getColorDefault()
- Specified by:
getColorDefault
in interfaceTagType
- Overrides:
getColorDefault
in classTagTypeBase
-
-