Uses of Interface
com.biglybt.core.tag.TagFeatureProperties.TagProperty
-
Packages that use TagFeatureProperties.TagProperty Package Description com.biglybt.core.tag com.biglybt.core.tag.impl -
-
Uses of TagFeatureProperties.TagProperty in com.biglybt.core.tag
Methods in com.biglybt.core.tag that return TagFeatureProperties.TagProperty Modifier and Type Method Description TagFeatureProperties.TagProperty
TagFeatureProperties. getProperty(java.lang.String name)
TagFeatureProperties.TagProperty[]
TagFeatureProperties. getSupportedProperties()
Methods in com.biglybt.core.tag with parameters of type TagFeatureProperties.TagProperty Modifier and Type Method Description void
TagFeatureProperties.TagPropertyListener. propertyChanged(TagFeatureProperties.TagProperty property)
void
TagFeatureProperties.TagPropertyListener. propertySync(TagFeatureProperties.TagProperty property)
-
Uses of TagFeatureProperties.TagProperty in com.biglybt.core.tag.impl
Classes in com.biglybt.core.tag.impl that implement TagFeatureProperties.TagProperty Modifier and Type Class Description private class
TagBase.TagPropertyImpl
Fields in com.biglybt.core.tag.impl declared as TagFeatureProperties.TagProperty Modifier and Type Field Description private TagFeatureProperties.TagProperty[]
TagDownloadWithState. tag_properties
Fields in com.biglybt.core.tag.impl with type parameters of type TagFeatureProperties.TagProperty Modifier and Type Field Description private java.util.Set<TagFeatureProperties.TagProperty>
TagPropertyTrackerHandler. properties
Methods in com.biglybt.core.tag.impl that return TagFeatureProperties.TagProperty Modifier and Type Method Description protected TagFeatureProperties.TagProperty
TagBase. createTagProperty(java.lang.String name, int type)
TagFeatureProperties.TagProperty
TagBase. getProperty(java.lang.String name)
TagFeatureProperties.TagProperty[]
TagBase. getSupportedProperties()
TagFeatureProperties.TagProperty[]
TagDownloadWithState. getSupportedProperties()
Methods in com.biglybt.core.tag.impl with parameters of type TagFeatureProperties.TagProperty Modifier and Type Method Description protected java.lang.String
TagManagerImpl. explain(Tag tag, TagFeatureProperties.TagProperty property, Taggable taggable)
private java.lang.String[]
TagPropertyTrackerTemplateHandler. getPropertyBits(TagFeatureProperties.TagProperty prop)
private void
TagPropertyConstraintHandler. handleProperty(TagFeatureProperties.TagProperty property)
private void
TagPropertyTrackerHandler. handleProperty(TagFeatureProperties.TagProperty property, boolean start_of_day)
private void
TagPropertyUntaggedHandler. handleProperty(TagFeatureProperties.TagProperty property)
private void
TagPropertyTrackerHandler. hookTagProperty(TagFeatureProperties.TagProperty property)
void
TagPropertyTrackerHandler. propertyChanged(TagFeatureProperties.TagProperty property)
void
TagPropertyTrackerTemplateHandler. propertyChanged(TagFeatureProperties.TagProperty property)
void
TagPropertyTrackerHandler. propertySync(TagFeatureProperties.TagProperty property)
void
TagPropertyTrackerTemplateHandler. propertySync(TagFeatureProperties.TagProperty property)
-