Uses of Interface
com.biglybt.core.tag.TagFeatureProperties.TagProperty
Packages that use TagFeatureProperties.TagProperty
-
Uses of TagFeatureProperties.TagProperty in com.biglybt.core.tag
Methods in com.biglybt.core.tag that return TagFeatureProperties.TagPropertyModifier and TypeMethodDescriptionTagFeatureProperties.getProperty
(String name) TagFeatureProperties.getSupportedProperties()
Methods in com.biglybt.core.tag with parameters of type TagFeatureProperties.TagPropertyModifier and TypeMethodDescriptionvoid
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.TagPropertyFields in com.biglybt.core.tag.impl declared as TagFeatureProperties.TagPropertyModifier and TypeFieldDescriptionprivate final TagFeatureProperties.TagProperty[]
TagDownloadWithState.tag_properties
Fields in com.biglybt.core.tag.impl with type parameters of type TagFeatureProperties.TagPropertyModifier and TypeFieldDescriptionprivate Set<TagFeatureProperties.TagProperty>
TagPropertyTrackerHandler.properties
Methods in com.biglybt.core.tag.impl that return TagFeatureProperties.TagPropertyModifier and TypeMethodDescriptionprotected TagFeatureProperties.TagProperty
TagBase.createTagProperty
(String name, int type) TagBase.getProperty
(String name) TagBase.getSupportedProperties()
TagDownloadWithState.getSupportedProperties()
Methods in com.biglybt.core.tag.impl with parameters of type TagFeatureProperties.TagPropertyModifier and TypeMethodDescriptionprotected String[]
TagManagerImpl.explain
(Tag tag, TagFeatureProperties.TagProperty property, Taggable taggable) private String[]
TagPropertyTrackerTemplateHandler.getPropertyBits
(TagFeatureProperties.TagProperty prop) private void
TagPropertyConstraintHandler.handleProperty
(TagFeatureProperties.TagProperty property, boolean force) 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)