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_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_SWARM_TAG, TT_TAG_SUGGESTION
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected TagDownloadWithState
int[]
protected TagDownloadWithState
boolean
boolean
Methods inherited from class com.biglybt.core.tag.impl.TagTypeWithState
addTag, getResolver, getTagCount, getTags, removeTag, removeTaggable, resolveTaggable
Methods 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:
isTagTypePersistent
in interfaceTagType
- Overrides:
isTagTypePersistent
in classTagTypeBase
-
isTagTypeAuto
public boolean isTagTypeAuto()- Specified by:
isTagTypeAuto
in interfaceTagType
- Overrides:
isTagTypeAuto
in classTagTypeBase
-
getColorDefault
public int[] getColorDefault()- Specified by:
getColorDefault
in interfaceTagType
- Overrides:
getColorDefault
in classTagTypeBase
-
createTag
- Specified by:
createTag
in interfaceTagType
- Overrides:
createTag
in classTagTypeBase
- Throws:
TagException
-
createTag
- Overrides:
createTag
in classTagTypeWithState
-
importTag
-