Uses of Interface
com.biglybt.core.tag.TagGroup
Packages that use TagGroup
Package
Description
-
Uses of TagGroup in com.biglybt.core.tag
Fields in com.biglybt.core.tag with type parameters of type TagGroupModifier and TypeFieldDescriptionprivate static Comparator
<TagGroup> TagUtils.tag_group_comparator
Methods in com.biglybt.core.tag that return TagGroupMethods in com.biglybt.core.tag that return types with arguments of type TagGroupModifier and TypeMethodDescriptionstatic Comparator
<TagGroup> TagUtils.getTagGroupComparator()
TagUtils.sortTagGroups
(Collection<TagGroup> _groups) Methods in com.biglybt.core.tag with parameters of type TagGroupModifier and TypeMethodDescriptiondefault void
TagGroupListener.groupChanged
(TagGroup group) void
void
TagGroupListener.tagRemoved
(TagGroup group, Tag tag) Method parameters in com.biglybt.core.tag with type arguments of type TagGroup -
Uses of TagGroup in com.biglybt.core.tag.impl
Classes in com.biglybt.core.tag.impl that implement TagGroupMethods in com.biglybt.core.tag.impl that return TagGroupModifier and TypeMethodDescriptionTagBase.getGroupContainer()
protected TagGroup
TagTypeBase.getTagGroup
(String name) -
Uses of TagGroup in com.biglybt.ui.swt.columns.tag
Fields in com.biglybt.ui.swt.columns.tag declared as TagGroupModifier and TypeFieldDescriptionprivate TagGroup
ColumnTagGroupIcons.tag_group
private TagGroup
ColumnTagGroupTags.tag_group
Constructors in com.biglybt.ui.swt.columns.tag with parameters of type TagGroupModifierConstructorDescriptionColumnTagGroupIcons
(TableColumn column, TagGroup tg) ColumnTagGroupTags
(TableColumn column, TagGroup tg) -
Uses of TagGroup in com.biglybt.ui.swt.views
Methods in com.biglybt.ui.swt.views with parameters of type TagGroup -
Uses of TagGroup in com.biglybt.ui.swt.views.utils
Methods in com.biglybt.ui.swt.views.utils with parameters of type TagGroupModifier and TypeMethodDescriptionstatic void
TagUIUtils.addColourChooser
(org.eclipse.swt.widgets.Menu menu, String item_resource, boolean can_clear, TagGroup tag_group, Consumer<org.eclipse.swt.graphics.RGB> receiver) private static boolean
TagUIUtils.addTagGroupMenu
(org.eclipse.swt.widgets.Menu menu, TagGroup group) static void
TagUIUtils.createSideBarMenuItems
(org.eclipse.swt.widgets.Menu menu, TagGroup tag_group)