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 TagType
SpeedLimitHandler.NetLimit.NetLimitStatsProvider.tag_type
private final TagType
SpeedLimitHandler.NetLimit.tag_type
Methods in com.biglybt.core.speedmanager with parameters of type TagTypeModifier and TypeMethodDescriptionprivate void
Constructors 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 TypeMethodDescriptionvoid
TaggableLifecycleAdapter.taggableTagged
(TagType tag_type, Tag tag, Taggable taggable) void
TaggableLifecycleListener.taggableTagged
(TagType tag_type, Tag tag, Taggable taggable) Currently only implemented for manual_download tag changesvoid
TaggableLifecycleAdapter.taggableUntagged
(TagType tag_type, Tag tag, Taggable taggable) void
TaggableLifecycleListener.taggableUntagged
(TagType tag_type, Tag tag, Taggable taggable) Currently only implemented for manual_download tag changesvoid
TagManagerListener.tagTypeAdded
(TagManager manager, TagType tag_type) void
TagTypeAdapter.tagTypeChanged
(TagType tag_type) void
TagTypeListener.tagTypeChanged
(TagType tag_type) General change not specific to one tagvoid
TagManagerListener.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 TypeClassDescriptionclass
class
class
class
class
Fields 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 void
TagManagerImpl.removeConfig
(TagType tag_type) void
TagManagerImpl.taggableAdded
(TagType tag_type, Tag tag, Taggable tagged) void
TagManagerImpl.taggableRemoved
(TagType tag_type, Tag tag, Taggable tagged) void
TagManagerImpl.LifecycleHandlerImpl.taggableTagged
(TagType tag_type, Tag tag, Taggable taggable) void
TagManagerImpl.LifecycleHandlerImpl.taggableUntagged
(TagType tag_type, Tag tag, Taggable taggable) void
TagPropertyConstraintHandler.tagTypeChanged
(TagType tag_type) void
TagPropertyUntaggedHandler.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 TypeMethodDescriptionvoid
MyTorrentsView.tagTypeChanged
(TagType tag_type) void
TaggingView.tagTypeChanged
(TagType tag_type) void
TagSettingsView.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 TypeMethodDescriptionvoid
SBC_TagsOverview.tagTypeAdded
(TagManager manager, TagType tag_type) void
SBC_TagsOverview.tagTypeChanged
(TagType tag_type) void
SBC_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 void
void
TagStatsView.tagTypeAdded
(TagManager manager, TagType tag_type) void
TagStatsView.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 void
TagUIUtils.addShareWithFriendsMenuItems
(org.eclipse.swt.widgets.Menu menu, Tag tag, TagType tag_type) private static void
TagUIUtils.createCloseableMenuItems
(org.eclipse.swt.widgets.Menu menu, TagType tag_type, org.eclipse.swt.widgets.Menu[] menuShowHide, boolean needs_separator_next) private static void
TagUIUtils.createNonAutoMenuItems
(org.eclipse.swt.widgets.Menu menu, Tag tag, TagType tag_type, org.eclipse.swt.widgets.Menu[] menuShowHide) private static void
TagUIUtils.createTagGroupMenu
(org.eclipse.swt.widgets.Menu menu, TagType tag_type, List<Tag> tagz) private static void
TagUIUtils.createTF_RateLimitMenuItems
(org.eclipse.swt.widgets.Menu menu, Tag tag, TagType tag_type, int userMode)