Package com.biglybt.core.tag.impl
Class TagTypeDownloadManual
java.lang.Object
com.biglybt.core.tag.impl.TagTypeBase
com.biglybt.core.tag.impl.TagTypeWithState
com.biglybt.core.tag.impl.TagTypeDownloadManual
- All Implemented Interfaces:
TagListener,TagType
-
Nested Class Summary
Nested classes/interfaces inherited from class com.biglybt.core.tag.impl.TagTypeBase
TagTypeBase.TagGroupImpl -
Field Summary
FieldsFields inherited from class com.biglybt.core.tag.impl.TagTypeBase
AT_COLOR_IDFields inherited from interface com.biglybt.core.tag.TagType
TT_DOWNLOAD_CATEGORY, TT_DOWNLOAD_INTERNAL, TT_DOWNLOAD_MANUAL, TT_DOWNLOAD_STATE, TT_PEER_IPSET, TT_SWARM_TAG, TT_TAG_SUGGESTION -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected TagDownloadWithStateint[]protected TagDownloadWithStatebooleanbooleanMethods inherited from class com.biglybt.core.tag.impl.TagTypeWithState
addTag, getResolver, getTagCount, getTags, removeTag, removeTaggable, resolveTaggableMethods inherited from class com.biglybt.core.tag.impl.TagTypeBase
addTagListener, addTagType, addTagTypeListener, closing, fireChanged, fireMetadataChanged, generate, generateConfig, getTag, getTag, getTagAndTaggableMut, getTagGroup, getTagManager, getTagsForTaggable, getTagType, getTagTypeFeatures, getTagTypeName, hasTagTypeFeature, readBooleanAttribute, readLongAttribute, readLongListAttribute, readMapAttribute, readStringAttribute, readStringListAttribute, removeTagListener, removeTagType, removeTagTypeListener, requestAttention, setTagGroup, sync, taggableAdded, taggableRemoved, taggableSync, tagsOrMembershipChanged, writeBooleanAttribute, writeLongAttribute, writeLongListAttribute, writeMapAttribute, writeStringAttribute, writeStringListAttribute
-
Field Details
-
color_default
private static final int[] color_default -
next_tag_id
-
-
Constructor Details
-
TagTypeDownloadManual
-
-
Method Details
-
isTagTypePersistent
public boolean isTagTypePersistent()- Specified by:
isTagTypePersistentin interfaceTagType- Overrides:
isTagTypePersistentin classTagTypeBase
-
isTagTypeAuto
public boolean isTagTypeAuto()- Specified by:
isTagTypeAutoin interfaceTagType- Overrides:
isTagTypeAutoin classTagTypeBase
-
getColorDefault
public int[] getColorDefault()- Specified by:
getColorDefaultin interfaceTagType- Overrides:
getColorDefaultin classTagTypeBase
-
createTag
- Specified by:
createTagin interfaceTagType- Overrides:
createTagin classTagTypeBase- Throws:
TagException
-
createTag
- Overrides:
createTagin classTagTypeWithState
-
importTag
-