Uses of Class
com.biglybt.core.tag.impl.TagTypeBase
-
Packages that use TagTypeBase Package Description com.biglybt.core.category.impl com.biglybt.core.global.impl com.biglybt.core.speedmanager com.biglybt.core.tag.impl com.biglybt.ui.swt.shells.opentorrent -
-
Uses of TagTypeBase in com.biglybt.core.category.impl
Subclasses of TagTypeBase in com.biglybt.core.category.impl Modifier and Type Class Description class
CategoryManagerImpl
-
Uses of TagTypeBase in com.biglybt.core.global.impl
Subclasses of TagTypeBase in com.biglybt.core.global.impl Modifier and Type Class Description private class
GlobalManagerImpl.DownloadStateTagger
-
Uses of TagTypeBase in com.biglybt.core.speedmanager
Subclasses of TagTypeBase in com.biglybt.core.speedmanager Modifier and Type Class Description private static class
SpeedLimitHandler.IPSetTagType
-
Uses of TagTypeBase in com.biglybt.core.tag.impl
Subclasses of TagTypeBase in com.biglybt.core.tag.impl Modifier and Type Class Description class
TagTypeDownloadInternal
class
TagTypeDownloadManual
class
TagTypeWithState
Fields in com.biglybt.core.tag.impl declared as TagTypeBase Modifier and Type Field Description (package private) TagTypeBase
TagBase. tag_type
Fields in com.biglybt.core.tag.impl with type parameters of type TagTypeBase Modifier and Type Field Description (package private) CopyOnWriteList<TagTypeBase>
TagManagerImpl. tag_types
Methods in com.biglybt.core.tag.impl that return TagTypeBase Modifier and Type Method Description TagTypeBase
TagBase. getTagType()
Methods in com.biglybt.core.tag.impl with parameters of type TagTypeBase Modifier and Type Method Description void
TagManagerImpl. addTagType(TagTypeBase tag_type)
void
TagManagerImpl. generate(IndentWriter writer, TagTypeBase tag_type)
void
TagManagerImpl. generate(IndentWriter writer, TagTypeBase tag_type, TagBase tag)
private java.util.Map<java.lang.String,java.lang.Object>
TagManagerImpl. getConf(TagTypeBase tag_type, boolean create)
private java.util.Map<java.lang.String,java.lang.Object>
TagManagerImpl. getConf(TagTypeBase tag_type, TagBase tag, boolean create)
protected java.lang.Boolean
TagManagerImpl. readBooleanAttribute(TagTypeBase tag_type, TagBase tag, java.lang.String attr, java.lang.Boolean def)
protected java.lang.Long
TagManagerImpl. readLongAttribute(TagTypeBase tag_type, TagBase tag, java.lang.String attr, java.lang.Long def)
protected long[]
TagManagerImpl. readLongListAttribute(TagTypeBase tag_type, TagBase tag, java.lang.String attr, long[] def)
protected java.util.Map<java.lang.String,java.lang.Object>
TagManagerImpl. readMapAttribute(TagTypeBase tag_type, TagBase tag, java.lang.String attr, java.util.Map<java.lang.String,java.lang.Object> def)
protected java.lang.String
TagManagerImpl. readStringAttribute(TagTypeBase tag_type, TagBase tag, java.lang.String attr, java.lang.String def)
protected java.lang.String[]
TagManagerImpl. readStringListAttribute(TagTypeBase tag_type, TagBase tag, java.lang.String attr, java.lang.String[] def)
protected void
TagManagerImpl. removeTagType(TagTypeBase tag_type)
protected void
TagManagerImpl. tagGroupCreated(TagTypeBase tag_type, TagTypeBase.TagGroupImpl group)
protected void
TagManagerImpl. tagGroupUpdated(TagTypeBase tag_type, TagTypeBase.TagGroupImpl group)
protected boolean
TagManagerImpl. writeBooleanAttribute(TagTypeBase tag_type, TagBase tag, java.lang.String attr, java.lang.Boolean value)
protected boolean
TagManagerImpl. writeLongAttribute(TagTypeBase tag_type, TagBase tag, java.lang.String attr, java.lang.Long value)
protected boolean
TagManagerImpl. writeLongListAttribute(TagTypeBase tag_type, TagBase tag, java.lang.String attr, long[] value)
protected void
TagManagerImpl. writeMapAttribute(TagTypeBase tag_type, TagBase tag, java.lang.String attr, java.util.Map<java.lang.String,java.lang.Object> value)
protected boolean
TagManagerImpl. writeStringAttribute(TagTypeBase tag_type, TagBase tag, java.lang.String attr, java.lang.String value)
protected boolean
TagManagerImpl. writeStringListAttribute(TagTypeBase tag_type, TagBase tag, java.lang.String attr, java.lang.String[] value)
Constructors in com.biglybt.core.tag.impl with parameters of type TagTypeBase Constructor Description TagBase(TagTypeBase _tag_type, int _tag_id, java.lang.String _tag_name)
TagDownloadWithState(TagTypeBase tt, int tag_id, java.lang.String name, boolean do_rates, boolean do_up, boolean do_down, boolean do_bytes, int run_states)
TagDownloadWithState(TagTypeBase tt, int tag_id, java.util.Map details, boolean do_rates, boolean do_up, boolean do_down, boolean do_bytes, int run_states)
TagWithState(TagTypeBase tt, int tag_id, java.lang.String name)
TagWithState(TagTypeBase tt, int tag_id, java.util.Map map)
-
Uses of TagTypeBase in com.biglybt.ui.swt.shells.opentorrent
Subclasses of TagTypeBase in com.biglybt.ui.swt.shells.opentorrent Modifier and Type Class Description private static class
OpenTorrentOptionsWindow.DiscoveredTag.TagTypeDiscovery
-