Uses of Class
com.biglybt.core.tag.impl.TagTypeBase
Packages that use TagTypeBase
Package
Description
-
Uses of TagTypeBase in com.biglybt.core.category.impl
Subclasses of TagTypeBase in com.biglybt.core.category.impl -
Uses of TagTypeBase in com.biglybt.core.global.impl
Subclasses of TagTypeBase in com.biglybt.core.global.impl -
Uses of TagTypeBase in com.biglybt.core.speedmanager
Subclasses of TagTypeBase in com.biglybt.core.speedmanager -
Uses of TagTypeBase in com.biglybt.core.tag.impl
Subclasses of TagTypeBase in com.biglybt.core.tag.implModifier and TypeClassDescriptionclass
class
class
class
Fields in com.biglybt.core.tag.impl declared as TagTypeBaseFields in com.biglybt.core.tag.impl with type parameters of type TagTypeBaseModifier and TypeFieldDescription(package private) final CopyOnWriteList<TagTypeBase>
TagManagerImpl.tag_types
Methods in com.biglybt.core.tag.impl that return TagTypeBaseMethods in com.biglybt.core.tag.impl with parameters of type TagTypeBaseModifier and TypeMethodDescriptionvoid
TagManagerImpl.addTagType
(TagTypeBase tag_type) void
TagManagerImpl.generate
(IndentWriter writer, TagTypeBase tag_type) void
TagManagerImpl.generate
(IndentWriter writer, TagTypeBase tag_type, TagBase tag) TagManagerImpl.getConf
(TagTypeBase tag_type, boolean create) TagManagerImpl.getConf
(TagTypeBase tag_type, TagBase tag, boolean create) protected Boolean
TagManagerImpl.readBooleanAttribute
(TagTypeBase tag_type, TagBase tag, String attr, Boolean def) protected Long
TagManagerImpl.readLongAttribute
(TagTypeBase tag_type, TagBase tag, String attr, Long def) protected long[]
TagManagerImpl.readLongListAttribute
(TagTypeBase tag_type, TagBase tag, String attr, long[] def) TagManagerImpl.readMapAttribute
(TagTypeBase tag_type, TagBase tag, String attr, Map<String, Object> def) protected String
TagManagerImpl.readStringAttribute
(TagTypeBase tag_type, TagBase tag, String attr, String def) protected String[]
TagManagerImpl.readStringListAttribute
(TagTypeBase tag_type, TagBase tag, String attr, String[] def) protected void
TagManagerImpl.removeTagType
(TagTypeBase tag_type) protected void
TagManagerImpl.tagGroupCreated
(TagTypeBase tag_type, TagTypeBase.TagGroupImpl group, TagTypeBase.TagGroupImpl old_group) protected void
TagManagerImpl.tagGroupDeleted
(TagTypeBase tag_type, TagTypeBase.TagGroupImpl group) protected void
TagManagerImpl.tagGroupRenamed
(TagTypeBase tag_type, TagTypeBase.TagGroupImpl old_group, TagTypeBase.TagGroupImpl new_group) protected void
TagManagerImpl.tagGroupUpdated
(TagTypeBase tag_type, TagTypeBase.TagGroupImpl group) protected boolean
TagManagerImpl.writeBooleanAttribute
(TagTypeBase tag_type, TagBase tag, String attr, Boolean value) protected boolean
TagManagerImpl.writeLongAttribute
(TagTypeBase tag_type, TagBase tag, String attr, Long value) protected boolean
TagManagerImpl.writeLongListAttribute
(TagTypeBase tag_type, TagBase tag, String attr, long[] value) protected void
TagManagerImpl.writeMapAttribute
(TagTypeBase tag_type, TagBase tag, String attr, Map<String, Object> value) protected boolean
TagManagerImpl.writeStringAttribute
(TagTypeBase tag_type, TagBase tag, String attr, String value) protected boolean
TagManagerImpl.writeStringListAttribute
(TagTypeBase tag_type, TagBase tag, String attr, String[] value) Constructors in com.biglybt.core.tag.impl with parameters of type TagTypeBaseModifierConstructorDescriptionprotected
TagBase
(TagTypeBase _tag_type, int _tag_id, String _tag_name) TagDownloadWithState
(TagTypeBase tt, int tag_id, String name, boolean do_rates, boolean do_up, boolean do_down, boolean do_bytes, int run_states) protected
TagDownloadWithState
(TagTypeBase tt, int tag_id, Map details, boolean do_rates, boolean do_up, boolean do_down, boolean do_bytes, int run_states) private
TagSwarmTagImpl
(TagTypeBase tag_type, int id, String name) private
TagSwarmTagImpl
(TagTypeBase tag_type, int id, Map<String, Object> details) TagWithState
(TagTypeBase tt, int tag_id, String name) protected
TagWithState
(TagTypeBase tt, int tag_id, Map map) -
Uses of TagTypeBase in com.biglybt.ui.swt.shells.opentorrent
Subclasses of TagTypeBase in com.biglybt.ui.swt.shells.opentorrentModifier and TypeClassDescriptionprivate static class