Uses of Class
com.biglybt.core.tag.impl.TagManagerImpl
-
Packages that use TagManagerImpl Package Description com.biglybt.core.tag.impl -
-
Uses of TagManagerImpl in com.biglybt.core.tag.impl
Fields in com.biglybt.core.tag.impl declared as TagManagerImpl Modifier and Type Field Description private static TagManagerImpl
TagTypeBase. manager
private static TagManagerImpl
TagManagerImpl. singleton
private TagManagerImpl
TagPropertyConstraintHandler. tag_manager
private TagManagerImpl
TagPropertyTrackerHandler. tag_manager
(package private) TagManagerImpl
TagPropertyTrackerTemplateHandler. tag_manager
(package private) TagManagerImpl
TagPropertyUntaggedHandler. tag_manager
Methods in com.biglybt.core.tag.impl that return TagManagerImpl Modifier and Type Method Description protected TagManagerImpl
TagBase. getManager()
static TagManagerImpl
TagManagerImpl. getSingleton()
TagManagerImpl
TagTypeBase. getTagManager()
Constructors in com.biglybt.core.tag.impl with parameters of type TagManagerImpl Constructor Description TagPropertyConstraintHandler(Core _core, TagManagerImpl _tm)
TagPropertyTrackerHandler(Core _core, TagManagerImpl _tm)
TagPropertyTrackerTemplateHandler(Core _core, TagManagerImpl _tm)
TagPropertyUntaggedHandler(Core _core, TagManagerImpl _tm)
-