Uses of Interface
com.biglybt.core.tag.Taggable
Packages that use Taggable
Package
Description
-
Uses of Taggable in com.biglybt.core.category.impl
Methods in com.biglybt.core.category.impl that return types with arguments of type TaggableMethods in com.biglybt.core.category.impl with parameters of type TaggableModifier and TypeMethodDescriptionvoid
CategoryImpl.addTaggable
(Taggable t) boolean
CategoryImpl.hasTaggable
(Taggable t) void
CategoryImpl.removeTaggable
(Taggable t) void
CategoryImpl.taggableAdded
(Tag tag, Taggable tagged) void
CategoryImpl.taggableRemoved
(Tag tag, Taggable tagged) -
Uses of Taggable in com.biglybt.core.download
Subinterfaces of Taggable in com.biglybt.core.download -
Uses of Taggable in com.biglybt.core.download.impl
Classes in com.biglybt.core.download.impl that implement Taggable -
Uses of Taggable in com.biglybt.core.global.impl
Methods in com.biglybt.core.global.impl that return TaggableMethods in com.biglybt.core.global.impl that return types with arguments of type TaggableMethods in com.biglybt.core.global.impl with parameters of type Taggable -
Uses of Taggable in com.biglybt.core.peer
Subinterfaces of Taggable in com.biglybt.core.peer -
Uses of Taggable in com.biglybt.core.peer.impl
Subinterfaces of Taggable in com.biglybt.core.peer.impl -
Uses of Taggable in com.biglybt.core.peer.impl.control
Classes in com.biglybt.core.peer.impl.control that implement Taggable -
Uses of Taggable in com.biglybt.core.peer.impl.transport
Classes in com.biglybt.core.peer.impl.transport that implement Taggable -
Uses of Taggable in com.biglybt.core.speedmanager
Methods in com.biglybt.core.speedmanager that return types with arguments of type TaggableMethods in com.biglybt.core.speedmanager with parameters of type TaggableModifier and TypeMethodDescriptionvoid
SpeedLimitHandler.PeerSet.TagPeerImpl.addTaggable
(Taggable t) boolean
SpeedLimitHandler.PeerSet.TagPeerImpl.hasTaggable
(Taggable t) void
SpeedLimitHandler.PeerSet.TagPeerImpl.removeTaggable
(Taggable t) -
Uses of Taggable in com.biglybt.core.tag
Methods in com.biglybt.core.tag that return TaggableMethods in com.biglybt.core.tag that return types with arguments of type TaggableModifier and TypeMethodDescriptionTaggableResolver.getResolvedTaggables()
Tag.getTagged()
TagFeatureRunState.performOperation
(int op) TagFeatureRunState.performOperation
(int op, Predicate<Taggable> filter) Methods in com.biglybt.core.tag with parameters of type TaggableModifier and TypeMethodDescriptionvoid
Tag.addTaggable
(Taggable t) void
TagType.addTagListener
(Taggable taggable, TagListener listener) taggable-specific listneer for this tag-typevoid
TaggableResolver.LifecycleControlListener.canTaggableBeRemoved
(Taggable taggble) String[]
TagFeatureProperties.TagProperty.explainTaggable
(Taggable taggable) TaggableResolver.getDisplayName
(Taggable taggable) long
Tag.getTaggableAddedTime
(Taggable taggble) TagManager.getTagsForTaggable
(int[] tag_types, Taggable taggable) TagManager.getTagsForTaggable
(int tag_type, Taggable taggable) TagManager.getTagsForTaggable
(Taggable taggable) TagType.getTagsForTaggable
(Taggable taggable) boolean
Tag.hasTaggable
(Taggable t) void
Tag.removeTaggable
(Taggable t) void
TagType.removeTagListener
(Taggable taggable, TagListener listener) void
TagListener.taggableAdded
(Tag tag, Taggable tagged) void
TaggableLifecycleAdapter.taggableCreated
(Taggable taggable) void
TaggableLifecycleHandler.taggableCreated
(Taggable taggable) void
TaggableLifecycleListener.taggableCreated
(Taggable taggable) void
TaggableLifecycleAdapter.taggableDestroyed
(Taggable taggable) void
TaggableLifecycleHandler.taggableDestroyed
(Taggable taggable) void
TaggableLifecycleListener.taggableDestroyed
(Taggable taggable) void
TagListener.taggableRemoved
(Tag tag, Taggable tagged) void
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 changesMethod parameters in com.biglybt.core.tag with type arguments of type TaggableModifier and TypeMethodDescriptiondefault boolean[]
TagFeatureRunState.getPerformableOperations
(int[] ops, Predicate<Taggable> filter) void
TaggableLifecycleAdapter.initialised
(List<Taggable> current_taggables) void
TaggableLifecycleListener.initialised
(List<Taggable> current_taggables) void
TaggableLifecycleHandler.initialized
(List<Taggable> initial_taggables) TagFeatureRunState.performOperation
(int op, Predicate<Taggable> filter) -
Uses of Taggable in com.biglybt.core.tag.impl
Fields in com.biglybt.core.tag.impl with type parameters of type TaggableModifier and TypeFieldDescriptionprivate final CopyOnWriteSet<Taggable>
TagWithState.objects
private final Map<Taggable,
List<TagListener>> TagTypeBase.tag_listeners
TagPropertyUntaggedHandler.taggable_counts
Methods in com.biglybt.core.tag.impl that return TaggableModifier and TypeMethodDescriptionprotected Taggable
TagTypeBase.resolveTaggable
(String id) protected Taggable
TagTypeWithState.resolveTaggable
(String id) Methods in com.biglybt.core.tag.impl that return types with arguments of type TaggableModifier and TypeMethodDescriptionTagWithState.getTagged()
TagDownloadWithState.performOperation
(int op) TagDownloadWithState.performOperation
(int op, Predicate<Taggable> filter) TagDownloadWithState.performOperation
(int op, Stream<DownloadManager> dms) Methods in com.biglybt.core.tag.impl with parameters of type TaggableModifier and TypeMethodDescriptionvoid
TagBase.addTaggable
(Taggable t) void
TagDownloadWithState.addTaggable
(Taggable t) void
TagTypeSwarmTag.TagSwarmTagImpl.addTaggable
(Taggable t) void
TagWithState.addTaggable
(Taggable t) void
TagTypeBase.addTagListener
(Taggable taggable, TagListener listener) void
TagDownloadWithState.canTaggableBeRemoved
(Taggable taggable) protected void
TagWithState.checkNotifications
(Taggable taggable, boolean is_add) protected String[]
TagManagerImpl.explain
(Tag tag, TagFeatureProperties.TagProperty property, Taggable taggable) protected String[]
String[]
TagBase.TagPropertyImpl.explainTaggable
(Taggable taggable) long
TagBase.getTaggableAddedTime
(Taggable taggble) long
TagWithState.getTaggableAddedTime
(Taggable taggble) TagManagerImpl.getTagsForTaggable
(int[] tts, Taggable taggable) TagManagerImpl.getTagsForTaggable
(int tag_type, Taggable taggable) TagManagerImpl.getTagsForTaggable
(Taggable taggable) TagTypeBase.getTagsForTaggable
(Taggable taggable) boolean
TagWithState.hasTaggable
(Taggable t) void
TagBase.removeTaggable
(Taggable t) private void
TagManagerImpl.removeTaggable
(TaggableResolver resolver, Taggable taggable) protected void
TagTypeBase.removeTaggable
(TaggableResolver resolver, Taggable taggable) void
TagTypeSwarmTag.TagSwarmTagImpl.removeTaggable
(Taggable t) protected void
TagTypeWithState.removeTaggable
(TaggableResolver _resolver, Taggable taggable) void
TagWithState.removeTaggable
(Taggable t) void
TagTypeBase.removeTagListener
(Taggable taggable, TagListener listener) void
TagManagerImpl.taggableAdded
(TagType tag_type, Tag tag, Taggable tagged) void
TagPropertyTrackerTemplateHandler.taggableAdded
(Tag tag, Taggable tagged) void
TagTypeBase.taggableAdded
(Tag tag, Taggable tagged) void
TagManagerImpl.LifecycleHandlerImpl.taggableCreated
(Taggable t) void
TagManagerImpl.LifecycleHandlerImpl.taggableDestroyed
(Taggable t) void
TagManagerImpl.taggableRemoved
(TagType tag_type, Tag tag, Taggable tagged) void
TagPropertyTrackerTemplateHandler.taggableRemoved
(Tag tag, Taggable tagged) void
TagTypeBase.taggableRemoved
(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) Method parameters in com.biglybt.core.tag.impl with type arguments of type TaggableModifier and TypeMethodDescriptionprivate void
TagPropertyConstraintHandler.TagConstraint.applySupport
(Set<Taggable> existing, DownloadManager dm, boolean is_new) private void
TagPropertyConstraintHandler.TagConstraint.applySupport2
(Set<Taggable> existing, DownloadManager dm, boolean check_dependencies, Set<TagPropertyConstraintHandler.TagConstraint> checked, boolean is_new) boolean[]
TagDownloadWithState.getPerformableOperations
(int[] ops, Predicate<Taggable> filter) private void
TagPropertyTrackerTemplateHandler.handleStuff
(String[] bits, Set<Taggable> taggables) void
TagManagerImpl.LifecycleHandlerImpl.initialized
(List<Taggable> initial_taggables) TagDownloadWithState.performOperation
(int op, Predicate<Taggable> filter) -
Uses of Taggable in com.biglybt.pifimpl.local.peers
Classes in com.biglybt.pifimpl.local.peers that implement Taggable -
Uses of Taggable in com.biglybt.plugin.sharing.hoster
Fields in com.biglybt.plugin.sharing.hoster with type parameters of type TaggableModifier and TypeFieldDescriptionprivate Map<Taggable,
ShareResource> ShareHosterPlugin.taggable_map
-
Uses of Taggable in com.biglybt.ui.swt.shells.opentorrent
Methods in com.biglybt.ui.swt.shells.opentorrent that return types with arguments of type TaggableMethods in com.biglybt.ui.swt.shells.opentorrent with parameters of type TaggableModifier and TypeMethodDescriptionboolean
OpenTorrentOptionsWindow.DiscoveredTag.hasTaggable
(Taggable t) -
Uses of Taggable in com.biglybt.ui.swt.views
Fields in com.biglybt.ui.swt.views with type parameters of type TaggableMethods in com.biglybt.ui.swt.views with parameters of type TaggableModifier and TypeMethodDescriptionvoid
MyTorrentsView.taggableAdded
(Tag tag, Taggable tagged) void
PeersGeneralView.taggableAdded
(Tag tag, Taggable tagged) void
MyTorrentsView.taggableRemoved
(Tag tag, Taggable tagged) void
PeersGeneralView.taggableRemoved
(Tag tag, Taggable tagged) -
Uses of Taggable in com.biglybt.ui.swt.views.utils
Fields in com.biglybt.ui.swt.views.utils declared as TaggableModifier and TypeFieldDescriptionprivate Taggable[]
TagUIUtils.TagMenuOptions.Builder.taggables
private final Taggable[]
TagUIUtils.TagMenuOptions.taggables
Methods in com.biglybt.ui.swt.views.utils with parameters of type TaggableModifier and TypeMethodDescriptionTagUIUtils.TagMenuOptions.Builder.setTaggables
(Taggable[] taggables) Taggable
s will be scanned for tag selection.Method parameters in com.biglybt.ui.swt.views.utils with type arguments of type TaggableModifier and TypeMethodDescriptionprivate static void
TagUIUtils.applyLocationToCurrent
(Tag tag, File location, long options, int type, Predicate<Taggable> filter) static void
CategoryUIUtils.createMenuItems
(org.eclipse.swt.widgets.Menu menu, Category category, Predicate<Taggable> filter) static void
TagUIUtils.createSideBarMenuItems
(org.eclipse.swt.widgets.Menu menu, Tag tag, Predicate<Taggable> filter) static void
TagUIUtils.createSideBarMenuItemsDelayed
(org.eclipse.swt.widgets.Menu menu, Tag tag, Predicate<Taggable> filter) private static void
TagUIUtils.createTF_FileLocationMenuItems
(org.eclipse.swt.widgets.Menu menu, Tag tag, Predicate<Taggable> filter) private static void
TagUIUtils.createTF_RunState
(org.eclipse.swt.widgets.Menu menu, Tag tag, Predicate<Taggable> filter, int userMode) private static List<DownloadManager>
CategoryUIUtils.getDownloads
(Category category, Predicate<Taggable> filter) static void
CategoryUIUtils.setupCategoryMenu
(org.eclipse.swt.widgets.Menu menu, Category category, Predicate<Taggable> filter) boolean
TagButtonsUI.updateFields
(List<Taggable> taggables) int
-
Uses of Taggable in com.biglybt.ui.swt.widgets
Methods in com.biglybt.ui.swt.widgets with parameters of type TaggableModifier and TypeMethodDescriptionboolean
Method parameters in com.biglybt.ui.swt.widgets with type arguments of type TaggableModifier and TypeMethodDescriptionboolean
TagPainter.updateState
(List<Taggable> taggables) boolean
TagPainter.updateState
(List<Taggable> taggables, org.eclipse.swt.graphics.Device device, org.eclipse.swt.graphics.Color defaultFG, org.eclipse.swt.graphics.Color defaultBG)