Uses of Interface
com.biglybt.core.tag.TagManager
-
-
Uses of TagManager in com.biglybt.core.content
Fields in com.biglybt.core.content declared as TagManager Modifier and Type Field Description private TagManager
RelatedContentManager. tag_manager
-
Uses of TagManager in com.biglybt.core.devices.impl
Fields in com.biglybt.core.devices.impl declared as TagManager Modifier and Type Field Description private static TagManager
TranscodeFileImpl. tag_manager
-
Uses of TagManager in com.biglybt.core.download
Fields in com.biglybt.core.download declared as TagManager Modifier and Type Field Description private static TagManager
DownloadManagerEnhancer. tag_manager
-
Uses of TagManager in com.biglybt.core.history.impl
Fields in com.biglybt.core.history.impl declared as TagManager Modifier and Type Field Description private static TagManager
DownloadHistoryManagerImpl. tag_manager
-
Uses of TagManager in com.biglybt.core.tag
Methods in com.biglybt.core.tag that return TagManager Modifier and Type Method Description static TagManager
TagManagerFactory. getTagManager()
TagManager
TagType. getTagManager()
Methods in com.biglybt.core.tag with parameters of type TagManager Modifier and Type Method Description void
TagManagerListener. tagTypeAdded(TagManager manager, TagType tag_type)
void
TagManagerListener. tagTypeRemoved(TagManager manager, TagType tag_type)
-
Uses of TagManager in com.biglybt.core.tag.impl
Classes in com.biglybt.core.tag.impl that implement TagManager Modifier and Type Class Description class
TagManagerImpl
-
Uses of TagManager in com.biglybt.pifimpl.local.download
Fields in com.biglybt.pifimpl.local.download declared as TagManager Modifier and Type Field Description private TagManager
DownloadManagerImpl. tag_manager
-
Uses of TagManager in com.biglybt.plugin.sharing.hoster
Fields in com.biglybt.plugin.sharing.hoster declared as TagManager Modifier and Type Field Description private TagManager
ShareHosterPlugin. tag_manager
-
Uses of TagManager in com.biglybt.plugin.startstoprules.defaultplugin
Fields in com.biglybt.plugin.startstoprules.defaultplugin declared as TagManager Modifier and Type Field Description private TagManager
StartStopRulesDefaultPlugin. tag_manager
Methods in com.biglybt.plugin.startstoprules.defaultplugin that return TagManager Modifier and Type Method Description TagManager
StartStopRulesDefaultPlugin. getTagManager()
-
Uses of TagManager in com.biglybt.ui.swt.columns.subscriptions
Fields in com.biglybt.ui.swt.columns.subscriptions declared as TagManager Modifier and Type Field Description private static TagManager
ColumnSubscriptionTag. tag_manager
-
Uses of TagManager in com.biglybt.ui.swt.columns.tag
Fields in com.biglybt.ui.swt.columns.tag declared as TagManager Modifier and Type Field Description private static TagManager
ColumnTagGroupIcons. tag_manager
-
Uses of TagManager in com.biglybt.ui.swt.views
Fields in com.biglybt.ui.swt.views declared as TagManager Modifier and Type Field Description private static TagManager
MyTorrentsView. tagManager
-
Uses of TagManager in com.biglybt.ui.swt.views.skin
Methods in com.biglybt.ui.swt.views.skin with parameters of type TagManager Modifier and Type Method Description void
SBC_TagsOverview. tagTypeAdded(TagManager manager, TagType tag_type)
void
SBC_TagsOverview. tagTypeRemoved(TagManager manager, TagType tag_type)
-
Uses of TagManager in com.biglybt.ui.swt.views.stats
Methods in com.biglybt.ui.swt.views.stats with parameters of type TagManager Modifier and Type Method Description void
TagStatsView. tagTypeAdded(TagManager manager, TagType tag_type)
void
TagStatsView. tagTypeRemoved(TagManager manager, TagType tag_type)
-
Uses of TagManager in com.biglybt.ui.swt.views.tableitems.myshares
Fields in com.biglybt.ui.swt.views.tableitems.myshares declared as TagManager Modifier and Type Field Description private static TagManager
TagsItem. tag_manager
-
Uses of TagManager in com.biglybt.ui.swt.views.tableitems.mytorrents
Fields in com.biglybt.ui.swt.views.tableitems.mytorrents declared as TagManager Modifier and Type Field Description private static TagManager
CategoryIconsItem. tag_manager
private static TagManager
TagColorsItem. tag_manager
private static TagManager
TagIconsItem. tag_manager
private static TagManager
TagsItem. tag_manager
-