Uses of Interface
com.biglybt.core.tag.TagTypeListener
-
Packages that use TagTypeListener Package Description com.biglybt.core.tag com.biglybt.core.tag.impl com.biglybt.ui.swt.views com.biglybt.ui.swt.views.skin com.biglybt.ui.swt.views.stats -
-
Uses of TagTypeListener in com.biglybt.core.tag
Classes in com.biglybt.core.tag that implement TagTypeListener Modifier and Type Class Description class
TagTypeAdapter
Methods in com.biglybt.core.tag with parameters of type TagTypeListener Modifier and Type Method Description void
TagType. addTagTypeListener(TagTypeListener listener, boolean fire_for_existing)
void
TagType. removeTagTypeListener(TagTypeListener listener)
-
Uses of TagTypeListener in com.biglybt.core.tag.impl
Classes in com.biglybt.core.tag.impl that implement TagTypeListener Modifier and Type Class Description class
TagPropertyConstraintHandler
class
TagPropertyUntaggedHandler
Fields in com.biglybt.core.tag.impl with type parameters of type TagTypeListener Modifier and Type Field Description private ListenerManager<TagTypeListener>
TagTypeBase. tt_listeners
Methods in com.biglybt.core.tag.impl with parameters of type TagTypeListener Modifier and Type Method Description void
TagTypeBase. addTagTypeListener(TagTypeListener listener, boolean fire_for_existing)
void
TagTypeBase. removeTagTypeListener(TagTypeListener listener)
-
Uses of TagTypeListener in com.biglybt.ui.swt.views
Classes in com.biglybt.ui.swt.views that implement TagTypeListener Modifier and Type Class Description class
MyTorrentsSubView
class
MyTorrentsView
Displays a list of torrents in a table view.class
TaggingView
View showing tags set on selected taggable item(s).class
TagSettingsView
-
Uses of TagTypeListener in com.biglybt.ui.swt.views.skin
Classes in com.biglybt.ui.swt.views.skin that implement TagTypeListener Modifier and Type Class Description class
MyTorrentsView_Big
class
MyTorrentsView_Small
class
SBC_TagsOverview
Fields in com.biglybt.ui.swt.views.skin declared as TagTypeListener Modifier and Type Field Description private TagTypeListener
SB_Transfers. tagTypeListener
-
Uses of TagTypeListener in com.biglybt.ui.swt.views.stats
Classes in com.biglybt.ui.swt.views.stats that implement TagTypeListener Modifier and Type Class Description class
TagStatsView
-