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_comparatorMethods 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 voidTagGroupListener.groupChanged(TagGroup group) voidvoidTagGroupListener.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 TagGroupTagTypeBase.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 TagGroupColumnTagGroupIcons.tag_groupprivate TagGroupColumnTagGroupTags.tag_groupConstructors 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 voidTagUIUtils.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 booleanTagUIUtils.addTagGroupMenu(org.eclipse.swt.widgets.Menu menu, TagGroup group) static voidTagUIUtils.createSideBarMenuItems(org.eclipse.swt.widgets.Menu menu, TagGroup tag_group)