Uses of Class
com.biglybt.core.tag.impl.TagManagerImpl
Packages that use TagManagerImpl
-
Uses of TagManagerImpl in com.biglybt.core.tag.impl
Fields in com.biglybt.core.tag.impl declared as TagManagerImplModifier and TypeFieldDescriptionprivate static final TagManagerImpl
TagTypeBase.manager
private static TagManagerImpl
TagManagerImpl.singleton
private final TagManagerImpl
TagPropertyConstraintHandler.tag_manager
private final TagManagerImpl
TagPropertyTrackerHandler.tag_manager
(package private) final TagManagerImpl
TagPropertyTrackerTemplateHandler.tag_manager
(package private) final TagManagerImpl
TagPropertyUntaggedHandler.tag_manager
Methods in com.biglybt.core.tag.impl that return TagManagerImplModifier and TypeMethodDescriptionprotected TagManagerImpl
TagBase.getManager()
static TagManagerImpl
TagManagerImpl.getSingleton()
TagTypeBase.getTagManager()
Constructors in com.biglybt.core.tag.impl with parameters of type TagManagerImplModifierConstructorDescriptionprotected
TagPropertyConstraintHandler
(Core _core, TagManagerImpl _tm) protected
TagPropertyTrackerHandler
(Core _core, TagManagerImpl _tm) protected
TagPropertyTrackerTemplateHandler
(Core _core, TagManagerImpl _tm) protected
TagPropertyUntaggedHandler
(Core _core, TagManagerImpl _tm)