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 TypeClassDescriptionclassclassclassclassFields 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_typesMethods in com.biglybt.core.tag.impl that return TagTypeBaseMethods in com.biglybt.core.tag.impl with parameters of type TagTypeBaseModifier and TypeMethodDescriptionvoidTagManagerImpl.addTagType(TagTypeBase tag_type) voidTagManagerImpl.generate(IndentWriter writer, TagTypeBase tag_type) voidTagManagerImpl.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 BooleanTagManagerImpl.readBooleanAttribute(TagTypeBase tag_type, TagBase tag, String attr, Boolean def) protected LongTagManagerImpl.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 StringTagManagerImpl.readStringAttribute(TagTypeBase tag_type, TagBase tag, String attr, String def) protected String[]TagManagerImpl.readStringListAttribute(TagTypeBase tag_type, TagBase tag, String attr, String[] def) protected voidTagManagerImpl.removeTagType(TagTypeBase tag_type) protected voidTagManagerImpl.tagGroupCreated(TagTypeBase tag_type, TagTypeBase.TagGroupImpl group, TagTypeBase.TagGroupImpl old_group) protected voidTagManagerImpl.tagGroupDeleted(TagTypeBase tag_type, TagTypeBase.TagGroupImpl group) protected voidTagManagerImpl.tagGroupRenamed(TagTypeBase tag_type, TagTypeBase.TagGroupImpl old_group, TagTypeBase.TagGroupImpl new_group) protected voidTagManagerImpl.tagGroupUpdated(TagTypeBase tag_type, TagTypeBase.TagGroupImpl group) protected booleanTagManagerImpl.writeBooleanAttribute(TagTypeBase tag_type, TagBase tag, String attr, Boolean value) protected booleanTagManagerImpl.writeLongAttribute(TagTypeBase tag_type, TagBase tag, String attr, Long value) protected booleanTagManagerImpl.writeLongListAttribute(TagTypeBase tag_type, TagBase tag, String attr, long[] value) protected voidTagManagerImpl.writeMapAttribute(TagTypeBase tag_type, TagBase tag, String attr, Map<String, Object> value) protected booleanTagManagerImpl.writeStringAttribute(TagTypeBase tag_type, TagBase tag, String attr, String value) protected booleanTagManagerImpl.writeStringListAttribute(TagTypeBase tag_type, TagBase tag, String attr, String[] value) Constructors in com.biglybt.core.tag.impl with parameters of type TagTypeBaseModifierConstructorDescriptionprotectedTagBase(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) protectedTagDownloadWithState(TagTypeBase tt, int tag_id, Map details, boolean do_rates, boolean do_up, boolean do_down, boolean do_bytes, int run_states) privateTagSwarmTagImpl(TagTypeBase tag_type, int id, String name) privateTagSwarmTagImpl(TagTypeBase tag_type, int id, Map<String, Object> details) TagWithState(TagTypeBase tt, int tag_id, String name) protectedTagWithState(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