Uses of Class
com.biglybt.core.tag.impl.TagTypeBase.TagGroupImpl
Packages that use TagTypeBase.TagGroupImpl
-
Uses of TagTypeBase.TagGroupImpl in com.biglybt.core.tag.impl
Fields in com.biglybt.core.tag.impl with type parameters of type TagTypeBase.TagGroupImplModifier and TypeFieldDescriptionprivate Map<String,
TagTypeBase.TagGroupImpl> TagTypeBase.tag_groups
Methods in com.biglybt.core.tag.impl with parameters of type TagTypeBase.TagGroupImplModifier and TypeMethodDescriptionprivate void
TagTypeBase.setTagGroupName
(TagTypeBase.TagGroupImpl old_group, String new_name) protected void
TagManagerImpl.tagGroupCreated
(TagTypeBase tag_type, TagTypeBase.TagGroupImpl group, TagTypeBase.TagGroupImpl old_group) protected void
TagManagerImpl.tagGroupDeleted
(TagTypeBase tag_type, TagTypeBase.TagGroupImpl group) protected void
TagManagerImpl.tagGroupRenamed
(TagTypeBase tag_type, TagTypeBase.TagGroupImpl old_group, TagTypeBase.TagGroupImpl new_group) protected void
TagManagerImpl.tagGroupUpdated
(TagTypeBase tag_type, TagTypeBase.TagGroupImpl group) Constructors in com.biglybt.core.tag.impl with parameters of type TagTypeBase.TagGroupImplModifierConstructorDescriptionprivate
TagGroupImpl
(String _name, TagTypeBase.TagGroupImpl _basis)