Uses of Class
com.biglybt.core.tag.impl.TagBase
Packages that use TagBase
Package
Description
-
Uses of TagBase in com.biglybt.core.category.impl
Subclasses of TagBase in com.biglybt.core.category.impl -
Uses of TagBase in com.biglybt.core.global.impl
Subclasses of TagBase in com.biglybt.core.global.impl -
Uses of TagBase in com.biglybt.core.speedmanager
Subclasses of TagBase in com.biglybt.core.speedmanager -
Uses of TagBase in com.biglybt.core.tag.impl
Subclasses of TagBase in com.biglybt.core.tag.implModifier and TypeClassDescriptionclass
(package private) static class
class
Fields in com.biglybt.core.tag.impl with type parameters of type TagBaseMethods in com.biglybt.core.tag.impl with parameters of type TagBaseModifier and TypeMethodDescriptionprotected void
TagManagerImpl.checkRSSFeeds
(TagBase tag, boolean enable) void
TagManagerImpl.generate
(IndentWriter writer, TagTypeBase tag_type, TagBase tag) protected void
TagTypeBase.generateConfig
(IndentWriter writer, TagBase tag) TagManagerImpl.getConf
(TagTypeBase tag_type, TagBase tag, boolean create) TagManagerImpl.getVuzeFile
(TagBase tag) protected Boolean
TagManagerImpl.readBooleanAttribute
(TagTypeBase tag_type, TagBase tag, String attr, Boolean def) protected Boolean
TagTypeBase.readBooleanAttribute
(TagBase tag, String attr, Boolean def) protected Long
TagManagerImpl.readLongAttribute
(TagTypeBase tag_type, TagBase tag, String attr, Long def) protected Long
TagTypeBase.readLongAttribute
(TagBase tag, String attr, Long def) protected long[]
TagManagerImpl.readLongListAttribute
(TagTypeBase tag_type, TagBase tag, String attr, long[] def) protected long[]
TagTypeBase.readLongListAttribute
(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
TagTypeBase.readStringAttribute
(TagBase tag, String attr, String def) protected String[]
TagManagerImpl.readStringListAttribute
(TagTypeBase tag_type, TagBase tag, String attr, String[] def) protected String[]
TagTypeBase.readStringListAttribute
(TagBase tag, String attr, String[] def) protected boolean
TagManagerImpl.writeBooleanAttribute
(TagTypeBase tag_type, TagBase tag, String attr, Boolean value) protected boolean
TagTypeBase.writeBooleanAttribute
(TagBase tag, String attr, Boolean value) protected boolean
TagManagerImpl.writeLongAttribute
(TagTypeBase tag_type, TagBase tag, String attr, Long value) protected boolean
TagTypeBase.writeLongAttribute
(TagBase tag, String attr, Long value) protected boolean
TagManagerImpl.writeLongListAttribute
(TagTypeBase tag_type, TagBase tag, String attr, long[] value) protected boolean
TagTypeBase.writeLongListAttribute
(TagBase tag, String attr, long[] value) protected void
TagManagerImpl.writeMapAttribute
(TagTypeBase tag_type, TagBase tag, String attr, Map<String, Object> value) protected void
protected boolean
TagManagerImpl.writeStringAttribute
(TagTypeBase tag_type, TagBase tag, String attr, String value) protected boolean
TagTypeBase.writeStringAttribute
(TagBase tag, String attr, String value) protected boolean
TagManagerImpl.writeStringListAttribute
(TagTypeBase tag_type, TagBase tag, String attr, String[] value) protected boolean
TagTypeBase.writeStringListAttribute
(TagBase tag, String attr, String[] value) -
Uses of TagBase in com.biglybt.ui.swt.shells.opentorrent
Subclasses of TagBase in com.biglybt.ui.swt.shells.opentorrent