Package com.biglybt.core.tag.impl
Class TagPropertyUntaggedHandler
java.lang.Object
com.biglybt.core.tag.impl.TagPropertyUntaggedHandler
- All Implemented Interfaces:
TagTypeListener
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.biglybt.core.tag.TagTypeListener
TagTypeListener.TagEvent
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final Core
private boolean
private boolean
(package private) final TagManagerImpl
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
TagPropertyUntaggedHandler
(Core _core, TagManagerImpl _tm) -
Method Summary
Modifier and TypeMethodDescriptionprivate void
addDownloads
(List<DownloadManager> dms) private void
disable()
private void
enable()
private void
private void
setEnabled
(Tag current_tag, boolean enabled) void
void
void
tagRemoved
(Tag tag) void
tagTypeChanged
(TagType tag_type) General change not specific to one tag
-
Field Details
-
core
-
tag_manager
-
is_initialised
private boolean is_initialised -
is_enabled
private boolean is_enabled -
untagged_tags
-
taggable_counts
-
-
Constructor Details
-
TagPropertyUntaggedHandler
-
-
Method Details
-
tagTypeChanged
Description copied from interface:TagTypeListener
General change not specific to one tag- Specified by:
tagTypeChanged
in interfaceTagTypeListener
-
tagEventOccurred
- Specified by:
tagEventOccurred
in interfaceTagTypeListener
-
tagAdded
-
tagRemoved
-
enable
private void enable() -
disable
private void disable() -
setEnabled
-
handleProperty
-
addDownloads
-
getUntaggedTags
-