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_groupsMethods in com.biglybt.core.tag.impl with parameters of type TagTypeBase.TagGroupImplModifier and TypeMethodDescriptionprivate voidTagTypeBase.setTagGroupName(TagTypeBase.TagGroupImpl old_group, String new_name) protected voidTagManagerImpl.tagGroupCreated(TagTypeBase tag_type, TagTypeBase.TagGroupImpl group, TagTypeBase.TagGroupImpl old_group) protected voidTagManagerImpl.tagGroupDeleted(TagTypeBase tag_type, TagTypeBase.TagGroupImpl group) protected voidTagManagerImpl.tagGroupRenamed(TagTypeBase tag_type, TagTypeBase.TagGroupImpl old_group, TagTypeBase.TagGroupImpl new_group) protected voidTagManagerImpl.tagGroupUpdated(TagTypeBase tag_type, TagTypeBase.TagGroupImpl group) Constructors in com.biglybt.core.tag.impl with parameters of type TagTypeBase.TagGroupImplModifierConstructorDescriptionprivateTagGroupImpl(String _name, TagTypeBase.TagGroupImpl _basis)