Uses of Interface
com.biglybt.core.tag.TagGroup
-
Packages that use TagGroup Package Description com.biglybt.core.tag com.biglybt.core.tag.impl com.biglybt.ui.swt.columns.tag com.biglybt.ui.swt.views com.biglybt.ui.swt.views.utils -
-
Uses of TagGroup in com.biglybt.core.tag
Fields in com.biglybt.core.tag with type parameters of type TagGroup Modifier and Type Field Description private static java.util.Comparator<TagGroup>
TagUtils. tag_group_comparator
Methods in com.biglybt.core.tag that return TagGroup Modifier and Type Method Description TagGroup
Tag. getGroupContainer()
Methods in com.biglybt.core.tag that return types with arguments of type TagGroup Modifier and Type Method Description static java.util.Comparator<TagGroup>
TagUtils. getTagGroupComparator()
static java.util.List<TagGroup>
TagUtils. sortTagGroups(java.util.Collection<TagGroup> _groups)
Method parameters in com.biglybt.core.tag with type arguments of type TagGroup Modifier and Type Method Description static java.util.List<TagGroup>
TagUtils. sortTagGroups(java.util.Collection<TagGroup> _groups)
-
Uses of TagGroup in com.biglybt.core.tag.impl
Classes in com.biglybt.core.tag.impl that implement TagGroup Modifier and Type Class Description protected class
TagTypeBase.TagGroupImpl
Methods in com.biglybt.core.tag.impl that return TagGroup Modifier and Type Method Description TagGroup
TagBase. getGroupContainer()
protected TagGroup
TagTypeBase. getTagGroup(java.lang.String name)
-
Uses of TagGroup in com.biglybt.ui.swt.columns.tag
Fields in com.biglybt.ui.swt.columns.tag declared as TagGroup Modifier and Type Field Description private TagGroup
ColumnTagGroupIcons. tag_group
Constructors in com.biglybt.ui.swt.columns.tag with parameters of type TagGroup Constructor Description ColumnTagGroupIcons(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 Modifier and Type Method Description private void
MyTorrentsView. setCurrentTagGroup(TagGroup tg)
-
Uses of TagGroup in com.biglybt.ui.swt.views.utils
Methods in com.biglybt.ui.swt.views.utils with parameters of type TagGroup Modifier and Type Method Description 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)
-