Uses of Interface
com.biglybt.core.tag.TagType
Packages that use TagType
Package
Description
-
Uses of TagType in com.biglybt.core.category.impl
Classes in com.biglybt.core.category.impl that implement TagType -
Uses of TagType in com.biglybt.core.global.impl
Classes in com.biglybt.core.global.impl that implement TagType -
Uses of TagType in com.biglybt.core.speedmanager
Classes in com.biglybt.core.speedmanager that implement TagTypeFields in com.biglybt.core.speedmanager declared as TagTypeModifier and TypeFieldDescriptionprivate final TagTypeSpeedLimitHandler.NetLimit.NetLimitStatsProvider.tag_typeprivate final TagTypeSpeedLimitHandler.NetLimit.tag_typeMethods in com.biglybt.core.speedmanager with parameters of type TagTypeModifier and TypeMethodDescriptionprivate voidConstructors in com.biglybt.core.speedmanager with parameters of type TagType -
Uses of TagType in com.biglybt.core.tag
Methods in com.biglybt.core.tag that return TagTypeModifier and TypeMethodDescriptionTag.getTagType()Unique type denoting this species of tagTagGroup.getTagType()TagManager.getTagType(int tag_type) Methods in com.biglybt.core.tag that return types with arguments of type TagTypeModifier and TypeMethodDescriptionTagManager.getTagTypes()TagUtils.sortTagTypes(Collection<TagType> _tag_types) Methods in com.biglybt.core.tag with parameters of type TagTypeModifier and TypeMethodDescriptionvoidTaggableLifecycleAdapter.taggableTagged(TagType tag_type, Tag tag, Taggable taggable) voidTaggableLifecycleListener.taggableTagged(TagType tag_type, Tag tag, Taggable taggable) Currently only implemented for manual_download tag changesvoidTaggableLifecycleAdapter.taggableUntagged(TagType tag_type, Tag tag, Taggable taggable) voidTaggableLifecycleListener.taggableUntagged(TagType tag_type, Tag tag, Taggable taggable) Currently only implemented for manual_download tag changesvoidTagManagerListener.tagTypeAdded(TagManager manager, TagType tag_type) voidTagTypeAdapter.tagTypeChanged(TagType tag_type) voidTagTypeListener.tagTypeChanged(TagType tag_type) General change not specific to one tagvoidTagManagerListener.tagTypeRemoved(TagManager manager, TagType tag_type) Method parameters in com.biglybt.core.tag with type arguments of type TagType -
Uses of TagType in com.biglybt.core.tag.impl
Classes in com.biglybt.core.tag.impl that implement TagTypeModifier and TypeClassDescriptionclassclassclassclassclassFields in com.biglybt.core.tag.impl with type parameters of type TagTypeMethods in com.biglybt.core.tag.impl that return TagTypeModifier and TypeMethodDescriptionTagManagerImpl.getTagType(int tag_type) TagTypeBase.TagGroupImpl.getTagType()Methods in com.biglybt.core.tag.impl that return types with arguments of type TagTypeMethods in com.biglybt.core.tag.impl with parameters of type TagTypeModifier and TypeMethodDescriptionprotected voidTagManagerImpl.removeConfig(TagType tag_type) voidTagManagerImpl.taggableAdded(TagType tag_type, Tag tag, Taggable tagged) voidTagManagerImpl.taggableRemoved(TagType tag_type, Tag tag, Taggable tagged) voidTagManagerImpl.LifecycleHandlerImpl.taggableTagged(TagType tag_type, Tag tag, Taggable taggable) voidTagManagerImpl.LifecycleHandlerImpl.taggableUntagged(TagType tag_type, Tag tag, Taggable taggable) voidTagPropertyConstraintHandler.tagTypeChanged(TagType tag_type) voidTagPropertyUntaggedHandler.tagTypeChanged(TagType tag_type) -
Uses of TagType in com.biglybt.ui.swt.columns.searchsubs
Fields in com.biglybt.ui.swt.columns.searchsubs declared as TagType -
Uses of TagType in com.biglybt.ui.swt.shells.opentorrent
Classes in com.biglybt.ui.swt.shells.opentorrent that implement TagTypeModifier and TypeClassDescriptionprivate static class -
Uses of TagType in com.biglybt.ui.swt.views
Methods in com.biglybt.ui.swt.views with parameters of type TagTypeModifier and TypeMethodDescriptionvoidMyTorrentsView.tagTypeChanged(TagType tag_type) voidTaggingView.tagTypeChanged(TagType tag_type) voidTagSettingsView.tagTypeChanged(TagType tag_type) -
Uses of TagType in com.biglybt.ui.swt.views.skin
Methods in com.biglybt.ui.swt.views.skin with parameters of type TagTypeModifier and TypeMethodDescriptionvoidSBC_TagsOverview.tagTypeAdded(TagManager manager, TagType tag_type) voidSBC_TagsOverview.tagTypeChanged(TagType tag_type) voidSBC_TagsOverview.tagTypeRemoved(TagManager manager, TagType tag_type) -
Uses of TagType in com.biglybt.ui.swt.views.stats
Methods in com.biglybt.ui.swt.views.stats with parameters of type TagTypeModifier and TypeMethodDescriptionprivate voidvoidTagStatsView.tagTypeAdded(TagManager manager, TagType tag_type) voidTagStatsView.tagTypeRemoved(TagManager manager, TagType tag_type) -
Uses of TagType in com.biglybt.ui.swt.views.tableitems.mytorrents
Fields in com.biglybt.ui.swt.views.tableitems.mytorrents declared as TagType -
Uses of TagType in com.biglybt.ui.swt.views.utils
Methods in com.biglybt.ui.swt.views.utils with parameters of type TagTypeModifier and TypeMethodDescriptionprivate static voidTagUIUtils.addShareWithFriendsMenuItems(org.eclipse.swt.widgets.Menu menu, Tag tag, TagType tag_type) private static voidTagUIUtils.createCloseableMenuItems(org.eclipse.swt.widgets.Menu menu, TagType tag_type, org.eclipse.swt.widgets.Menu[] menuShowHide, boolean needs_separator_next) private static voidTagUIUtils.createNonAutoMenuItems(org.eclipse.swt.widgets.Menu menu, Tag tag, TagType tag_type, org.eclipse.swt.widgets.Menu[] menuShowHide) private static voidTagUIUtils.createTagGroupMenu(org.eclipse.swt.widgets.Menu menu, TagType tag_type, List<Tag> tagz) private static voidTagUIUtils.createTF_RateLimitMenuItems(org.eclipse.swt.widgets.Menu menu, Tag tag, TagType tag_type, int userMode)