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 classclassFields 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 voidTagManagerImpl.checkRSSFeeds(TagBase tag, boolean enable) voidTagManagerImpl.generate(IndentWriter writer, TagTypeBase tag_type, TagBase tag) protected voidTagTypeBase.generateConfig(IndentWriter writer, TagBase tag) TagManagerImpl.getConf(TagTypeBase tag_type, TagBase tag, boolean create) TagManagerImpl.getVuzeFile(TagBase tag) protected BooleanTagManagerImpl.readBooleanAttribute(TagTypeBase tag_type, TagBase tag, String attr, Boolean def) protected BooleanTagTypeBase.readBooleanAttribute(TagBase tag, String attr, Boolean def) protected LongTagManagerImpl.readLongAttribute(TagTypeBase tag_type, TagBase tag, String attr, Long def) protected LongTagTypeBase.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 StringTagManagerImpl.readStringAttribute(TagTypeBase tag_type, TagBase tag, String attr, String def) protected StringTagTypeBase.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 booleanTagManagerImpl.writeBooleanAttribute(TagTypeBase tag_type, TagBase tag, String attr, Boolean value) protected booleanTagTypeBase.writeBooleanAttribute(TagBase tag, String attr, Boolean value) protected booleanTagManagerImpl.writeLongAttribute(TagTypeBase tag_type, TagBase tag, String attr, Long value) protected booleanTagTypeBase.writeLongAttribute(TagBase tag, String attr, Long value) protected booleanTagManagerImpl.writeLongListAttribute(TagTypeBase tag_type, TagBase tag, String attr, long[] value) protected booleanTagTypeBase.writeLongListAttribute(TagBase tag, String attr, long[] value) protected voidTagManagerImpl.writeMapAttribute(TagTypeBase tag_type, TagBase tag, String attr, Map<String, Object> value) protected voidprotected booleanTagManagerImpl.writeStringAttribute(TagTypeBase tag_type, TagBase tag, String attr, String value) protected booleanTagTypeBase.writeStringAttribute(TagBase tag, String attr, String value) protected booleanTagManagerImpl.writeStringListAttribute(TagTypeBase tag_type, TagBase tag, String attr, String[] value) protected booleanTagTypeBase.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