Uses of Interface
com.biglybt.core.tag.Tag
Packages that use Tag
Package
Description
-
Uses of Tag in com.biglybt.core.category
Subinterfaces of Tag in com.biglybt.core.categoryModifier and TypeInterfaceDescriptioninterfaceA Category for grouping torrents (DownloadManagers) -
Uses of Tag in com.biglybt.core.category.impl
Classes in com.biglybt.core.category.impl that implement TagFields in com.biglybt.core.category.impl with type parameters of type TagMethods in com.biglybt.core.category.impl that return TagModifier and TypeMethodDescriptionMethods in com.biglybt.core.category.impl that return types with arguments of type TagMethods in com.biglybt.core.category.impl with parameters of type TagModifier and TypeMethodDescriptionprotected voidCategoryManagerImpl.fireMetadataChanged(Tag t) voidCategoryImpl.taggableAdded(Tag tag, Taggable tagged) voidCategoryImpl.taggableRemoved(Tag tag, Taggable tagged) voidCategoryImpl.taggableSync(Tag tag) -
Uses of Tag in com.biglybt.core.devices.impl
Fields in com.biglybt.core.devices.impl with type parameters of type TagMethods in com.biglybt.core.devices.impl with parameters of type TagModifier and TypeMethodDescription(package private) voidTranscodeManagerImpl.processTag(Tag tag, Object[] details, DownloadManager dm) -
Uses of Tag in com.biglybt.core.global.impl
Classes in com.biglybt.core.global.impl that implement Tag -
Uses of Tag in com.biglybt.core.history.impl
Method parameters in com.biglybt.core.history.impl with type arguments of type TagModifier and TypeMethodDescription(package private) voidDownloadHistoryManagerImpl.DownloadHistoryImpl.setRemoved(List<Tag> removal_tags) -
Uses of Tag in com.biglybt.core.speedmanager
Classes in com.biglybt.core.speedmanager that implement Tag -
Uses of Tag in com.biglybt.core.tag
Subinterfaces of Tag in com.biglybt.core.tagModifier and TypeInterfaceDescriptioninterfaceinterfaceinterfaceFields in com.biglybt.core.tag with type parameters of type TagModifier and TypeFieldDescriptionprivate static final Comparator<Tag> TagUtils.tag_comparatorprivate static final Comparator<Tag> TagUtils.tag_icon_comparatorMethods in com.biglybt.core.tag that return TagModifier and TypeMethodDescriptionTagFeature.getTag()TagFeatureProperties.TagProperty.getTag()TagType.getTag(int tag_id) TagTypeListener.TagEvent.getTag()TagWrapper.getTag()TagManager.lookupTagByUID(long tag_uid) Methods in com.biglybt.core.tag that return types with arguments of type TagModifier and TypeMethodDescriptionTag.dependsOnTags()TagUtils.getActiveMoveOnCompleteTags(DownloadManager dm, boolean allow_caching, Consumer<String> logger) TagFeatureExecOnAssign.getTagAssigns()static Comparator<Tag> TagUtils.getTagComparator()TagFeatureExecOnAssign.getTagRemoves()TagGroup.getTags()TagType.getTags()TagManager.getTagsByName(String name, boolean is_localized) TagManager.getTagsForTaggable(int[] tag_types, Taggable taggable) TagManager.getTagsForTaggable(int tag_type, Taggable taggable) TagManager.getTagsForTaggable(Taggable taggable) TagType.getTagsForTaggable(Taggable taggable) TagManager.lookupTagsByName(String tag_name) TagUtils.sortTagIcons(Collection<Tag> _tags) TagUtils.sortTags(Collection<Tag> _tags) Methods in com.biglybt.core.tag with parameters of type TagModifier and TypeMethodDescriptionvoidstatic StringTagUtils.getTagTooltip(Tag tag) static StringTagUtils.getTagTooltip(Tag tag, boolean skip_name) voidvoidvoidvoidTagTypeAdapter.tagChanged(Tag tag) voidTagFeatureListener.tagFeatureChanged(Tag tag, int feature) voidTagListener.taggableAdded(Tag tag, Taggable tagged) voidTagListener.taggableRemoved(Tag tag, Taggable tagged) voidTagListener.taggableSync(Tag tag) voidTaggableLifecycleAdapter.taggableTagged(TagType tag_type, Tag tag, Taggable taggable) voidTaggableLifecycleListener.taggableTagged(TagType tag_type, Tag tag, Taggable taggable) Currently only implemented for manual_download tag changesvoidTaggableLifecycleAdapter.taggableUntagged(TagType tag_type, Tag tag, Taggable taggable) voidTaggableLifecycleListener.taggableUntagged(TagType tag_type, Tag tag, Taggable taggable) Currently only implemented for manual_download tag changesvoidTagGroupListener.tagRemoved(TagGroup group, Tag tag) voidTagTypeAdapter.tagRemoved(Tag tag) Method parameters in com.biglybt.core.tag with type arguments of type TagModifier and TypeMethodDescriptionTagManager.exportTags(List<Tag> tags) static TagFeatureFileLocationTagUtils.selectInitialDownloadLocation(Collection<Tag> tags) voidTagFeatureExecOnAssign.setTagAssigns(List<Tag> tags) voidTagFeatureExecOnAssign.setTagRemoves(List<Tag> tags) TagUtils.sortTagIcons(Collection<Tag> _tags) TagUtils.sortTags(Collection<Tag> _tags) -
Uses of Tag in com.biglybt.core.tag.impl
Classes in com.biglybt.core.tag.impl that implement TagModifier and TypeClassDescriptionclassclass(package private) static classclassFields in com.biglybt.core.tag.impl declared as TagModifier and TypeFieldDescriptionprivate final TagTagPropertyConstraintHandler.TagConstraint.tag_maybe_nullFields in com.biglybt.core.tag.impl with type parameters of type TagModifier and TypeFieldDescription(package private) final Map<Tag, Map<DownloadManager, Long>> TagPropertyConstraintHandler.apply_history(package private) final Map<Tag, TagPropertyConstraintHandler.TagConstraint> TagPropertyConstraintHandler.constrained_tagsTagPropertyConstraintHandler.TagConstraint.dependent_on_tagsTagPropertyConstraintHandler.TagConstraint.tag_sortsTagPropertyConstraintHandler.TagConstraint.tag_weightsprivate CopyOnWriteList<Tag> TagTypeBase.TagGroupImpl.tagsprivate final CopyOnWriteList<Tag> TagTypeWithState.tagsTagPropertyTrackerHandler.tracker_host_mapTagPropertyUntaggedHandler.untagged_tagsMethods in com.biglybt.core.tag.impl that return TagModifier and TypeMethodDescriptionprotected Tagprotected TagTagBase.getTag()TagBase.TagPropertyImpl.getTag()TagTypeBase.getTag(int tag_id) private TagTagManagerImpl.importVuzeFile(Map content) TagManagerImpl.lookupTagByUID(long tag_uid) Methods in com.biglybt.core.tag.impl that return types with arguments of type TagModifier and TypeMethodDescriptionTagDownloadWithState.dependsOnTags()TagManagerImpl.getDependsOnTags(Tag tag) TagPropertyConstraintHandler.getDependsOnTags(Tag tag) TagPropertyConstraintHandler.TagConstraint.getDependsOnTags()TagBase.getTagAssigns()TagBase.getTagRemoves()TagTypeBase.TagGroupImpl.getTags()TagTypeWithState.getTags()TagManagerImpl.getTagsByName(String name, boolean is_localized) TagPropertyTrackerHandler.getTagsForDownload(DownloadManager dm) TagManagerImpl.getTagsForTaggable(int[] tts, Taggable taggable) TagManagerImpl.getTagsForTaggable(int tag_type, Taggable taggable) TagManagerImpl.getTagsForTaggable(Taggable taggable) TagTypeBase.getTagsForTaggable(Taggable taggable) TagPropertyUntaggedHandler.getUntaggedTags()TagManagerImpl.lookupTagsByName(String tag_name) Methods in com.biglybt.core.tag.impl with parameters of type TagModifier and TypeMethodDescriptionvoidprotected voidvoidprivate voidTagPropertyConstraintHandler.apply(DownloadManager dm, Tag related_tag, boolean auto, boolean is_new) protected ObjectTagManagerImpl.evalScript(Tag tag, String script, List<DownloadManager> dms, String intent_key) protected String[]TagManagerImpl.explain(Tag tag, TagFeatureProperties.TagProperty property, Taggable taggable) protected String[]protected voidTagManagerImpl.featureChanged(Tag tag, int feature) private voidTagTypeBase.fireMembershipChanged(Tag t) protected voidTagTypeBase.fireMetadataChanged(Tag t) TagManagerImpl.getDependsOnTags(Tag tag) TagPropertyConstraintHandler.getDependsOnTags(Tag tag) protected StringTagManagerImpl.getTagStatus(Tag tag) protected StringTagPropertyConstraintHandler.getTagStatus(Tag tag) protected voidTagManagerImpl.removeConfig(Tag tag) voidprotected voidvoidvoidTagTypeBase.requestAttention(Tag t) private voidTagPropertyUntaggedHandler.setEnabled(Tag current_tag, boolean enabled) protected voidTagTypeBase.setTagGroup(Tag tag, String old_name, String new_name) voidvoidvoidTagManagerImpl.taggableAdded(TagType tag_type, Tag tag, Taggable tagged) voidTagPropertyTrackerTemplateHandler.taggableAdded(Tag tag, Taggable tagged) voidTagTypeBase.taggableAdded(Tag tag, Taggable tagged) voidTagManagerImpl.taggableRemoved(TagType tag_type, Tag tag, Taggable tagged) voidTagPropertyTrackerTemplateHandler.taggableRemoved(Tag tag, Taggable tagged) voidTagTypeBase.taggableRemoved(Tag tag, Taggable tagged) voidTagPropertyTrackerTemplateHandler.taggableSync(Tag tag) voidTagTypeBase.taggableSync(Tag tag) voidTagManagerImpl.LifecycleHandlerImpl.taggableTagged(TagType tag_type, Tag tag, Taggable taggable) voidTagManagerImpl.LifecycleHandlerImpl.taggableUntagged(TagType tag_type, Tag tag, Taggable taggable) voidTagPropertyConstraintHandler.tagRemoved(Tag tag) voidTagPropertyUntaggedHandler.tagRemoved(Tag tag) Method parameters in com.biglybt.core.tag.impl with type arguments of type TagModifier and TypeMethodDescriptionTagPropertyConstraintHandler.TagConstraint.ConstraintExpr.eval(Map<String, Object> context, DownloadManager dm, List<Tag> tags, StringBuilder debug) TagPropertyConstraintHandler.TagConstraint.ConstraintExprAnd.eval(Map<String, Object> context, DownloadManager dm, List<Tag> tags, StringBuilder debug) TagPropertyConstraintHandler.TagConstraint.ConstraintExprFalse.eval(Map<String, Object> context, DownloadManager dm, List<Tag> tags, StringBuilder debug) TagPropertyConstraintHandler.TagConstraint.ConstraintExprFunction.eval(Map<String, Object> context, DownloadManager dm, List<Tag> tags, StringBuilder debug) TagPropertyConstraintHandler.TagConstraint.ConstraintExprNot.eval(Map<String, Object> context, DownloadManager dm, List<Tag> tags, StringBuilder debug) TagPropertyConstraintHandler.TagConstraint.ConstraintExprOr.eval(Map<String, Object> context, DownloadManager dm, List<Tag> tags, StringBuilder debug) TagPropertyConstraintHandler.TagConstraint.ConstraintExprParams.eval(Map<String, Object> context, DownloadManager dm, List<Tag> tags, StringBuilder debug) TagPropertyConstraintHandler.TagConstraint.ConstraintExprTrue.eval(Map<String, Object> context, DownloadManager dm, List<Tag> tags, StringBuilder debug) TagPropertyConstraintHandler.TagConstraint.ConstraintExprXor.eval(Map<String, Object> context, DownloadManager dm, List<Tag> tags, StringBuilder debug) TagPropertyConstraintHandler.TagConstraint.ConstraintExprFunction.evalSupport(Map<String, Object> context, DownloadManager dm, List<Tag> tags, StringBuilder debug) TagManagerImpl.exportTags(List<Tag> tags) private ObjectTagPropertyConstraintHandler.TagConstraint.ConstraintExprFunction.getKeywordValue(DownloadManager dm, List<Tag> tags, String str) private NumberTagPropertyConstraintHandler.TagConstraint.ConstraintExprFunction.getNumeric(Map<String, Object> context, DownloadManager dm, List<Tag> tags, Object[] args, int index, StringBuilder debug) private NumberTagPropertyConstraintHandler.TagConstraint.ConstraintExprFunction.getNumericSupport(DownloadManager dm, List<Tag> tags, Object[] args, int index) private StringTagPropertyConstraintHandler.TagConstraint.ConstraintExprFunction.getString(Map<String, Object> context, DownloadManager dm, List<Tag> tags, Object[] args, int index, StringBuilder debug) private String[]TagPropertyConstraintHandler.TagConstraint.ConstraintExprFunction.getStrings(Map<String, Object> context, DownloadManager dm, List<Tag> tags, Object[] args, int index, StringBuilder debug) private ObjectTagPropertyConstraintHandler.TagConstraint.ConstraintExprFunction.getWhatever(Map<String, Object> context, DownloadManager dm, List<Tag> tags, Object[] args, int index, StringBuilder debug) voidTagBase.setTagAssigns(List<Tag> tags) voidTagBase.setTagRemoves(List<Tag> tags) Constructors in com.biglybt.core.tag.impl with parameters of type TagModifierConstructorDescriptionprivateTagConstraint(TagPropertyConstraintHandler _handler, Tag _tag, String _constraint, String options, boolean _enabled) -
Uses of Tag in com.biglybt.core.torrent.impl
Fields in com.biglybt.core.torrent.impl with type parameters of type TagMethods in com.biglybt.core.torrent.impl that return types with arguments of type TagMethods in com.biglybt.core.torrent.impl with parameters of type TagMethod parameters in com.biglybt.core.torrent.impl with type arguments of type Tag -
Uses of Tag in com.biglybt.plugin.net.buddy
Methods in com.biglybt.plugin.net.buddy that return Tag -
Uses of Tag in com.biglybt.plugin.sharing.hoster
Methods in com.biglybt.plugin.sharing.hoster that return types with arguments of type Tag -
Uses of Tag in com.biglybt.plugin.startstoprules.defaultplugin
Fields in com.biglybt.plugin.startstoprules.defaultplugin declared as Tag -
Uses of Tag in com.biglybt.ui
Methods in com.biglybt.ui with parameters of type Tag -
Uses of Tag in com.biglybt.ui.console.commands
Fields in com.biglybt.ui.console.commands declared as TagFields in com.biglybt.ui.console.commands with type parameters of type Tag -
Uses of Tag in com.biglybt.ui.swt.columns.searchsubs
Methods in com.biglybt.ui.swt.columns.searchsubs that return types with arguments of type Tag -
Uses of Tag in com.biglybt.ui.swt.columns.tag
Methods in com.biglybt.ui.swt.columns.tag that return types with arguments of type TagMethod parameters in com.biglybt.ui.swt.columns.tag with type arguments of type Tag -
Uses of Tag in com.biglybt.ui.swt.plugin.net.buddy.swt
Fields in com.biglybt.ui.swt.plugin.net.buddy.swt declared as TagModifier and TypeFieldDescriptionprivate TagBuddyPluginView.BetaSubViewHolder.current_ds_tagprivate TagBuddyPluginView.BetaSubViewHolder.current_tag -
Uses of Tag in com.biglybt.ui.swt.shells.opentorrent
Classes in com.biglybt.ui.swt.shells.opentorrent that implement TagFields in com.biglybt.ui.swt.shells.opentorrent declared as TagMethods in com.biglybt.ui.swt.shells.opentorrent that return TagModifier and TypeMethodDescriptionprivate TagOpenTorrentOptionsWindow.OpenTorrentInstance.findOtherTag(Tag tagToFind) If tagToFind is DiscoveredTag, returnsOpenTorrentOptionsWindow.DiscoveredTag.existingTag.static TagOpenTorrentOptionsWindow.getExistingTag(List<Tag> initialTags, String tagName) Methods in com.biglybt.ui.swt.shells.opentorrent that return types with arguments of type TagModifier and TypeMethodDescriptionOpenTorrentOptionsWindow.DiscoveredTag.TagTypeDiscovery.getTags()Methods in com.biglybt.ui.swt.shells.opentorrent with parameters of type TagModifier and TypeMethodDescriptionprivate booleanOpenTorrentOptionsWindow.OpenTorrentInstance.addInitialTag(List<Tag> tags, Tag tag) private TagOpenTorrentOptionsWindow.OpenTorrentInstance.findOtherTag(Tag tagToFind) If tagToFind is DiscoveredTag, returnsOpenTorrentOptionsWindow.DiscoveredTag.existingTag.private booleanOpenTorrentOptionsWindow.OpenTorrentInstance.removeInitialTag(List<Tag> tags, Tag tag) Method parameters in com.biglybt.ui.swt.shells.opentorrent with type arguments of type TagModifier and TypeMethodDescriptionprivate booleanOpenTorrentOptionsWindow.OpenTorrentInstance.addInitialTag(List<Tag> tags, Tag tag) static TagOpenTorrentOptionsWindow.getExistingTag(List<Tag> initialTags, String tagName) private booleanOpenTorrentOptionsWindow.OpenTorrentInstance.removeInitialTag(List<Tag> tags, Tag tag) private voidOpenTorrentOptionsWindow.OpenTorrentInstance.updateInitialSaveTags(List<Tag> tags, TagFeatureFileLocation removed) -
Uses of Tag in com.biglybt.ui.swt.utils
Methods in com.biglybt.ui.swt.utils that return types with arguments of type TagMethod parameters in com.biglybt.ui.swt.utils with type arguments of type TagModifier and TypeMethodDescriptionvoidstatic voidTagUIUtilsV3.showTagSelectionDialog(List<Tag> tags, List<Tag> selected_tags, boolean disable_auto, TagUIUtilsV3.TagSelectionListener listener) static voidTagUIUtilsV3.showTagSelectionDialog(List<Tag> tags, List<Tag> selected_tags, TagUIUtilsV3.TagSelectionListener listener) -
Uses of Tag in com.biglybt.ui.swt.views
Fields in com.biglybt.ui.swt.views declared as TagModifier and TypeFieldDescriptionprivate Tag[]MyTorrentsView._currentTagsprivate TagPeersGeneralView.tagprivate Tag[]FilesView.tagsprivate Tag[]TagSettingsView.tagsprivate Tag[]MyTorrentsSubView.tempTagsFields in com.biglybt.ui.swt.views with type parameters of type TagModifier and TypeFieldDescriptionMyTorrentsView.allTagsTaggingView.copied_tag_assignmentMyTorrentsView.hiddenTagsMyTorrentsView.pending_tag_changesMethods in com.biglybt.ui.swt.views that return TagMethods in com.biglybt.ui.swt.views that return types with arguments of type TagMethods in com.biglybt.ui.swt.views with parameters of type TagModifier and TypeMethodDescriptionprivate booleanprivate voidMyTorrentsView.removeTagFromCurrent(Tag tag) protected voidMyTorrentsSubView.setCurrentTags(Tag... tags) protected voidMyTorrentsView.setCurrentTags(Tag... tags) voidvoidvoidMyTorrentsView.tagChanged(Tag tag) voidTaggingView.tagChanged(Tag changedTag) voidTagSettingsView.tagChanged(Tag changedTag) voidMyTorrentsView.taggableAdded(Tag tag, Taggable tagged) voidPeersGeneralView.taggableAdded(Tag tag, Taggable tagged) voidMyTorrentsView.taggableRemoved(Tag tag, Taggable tagged) voidPeersGeneralView.taggableRemoved(Tag tag, Taggable tagged) voidMyTorrentsView.taggableSync(Tag tag) voidPeersGeneralView.taggableSync(Tag tag) voidMyTorrentsView.tagRemoved(Tag tag) voidTaggingView.tagRemoved(Tag tag) private voidMyTorrentsSubView.updateButtonVisibility(Tag[] tags) Method parameters in com.biglybt.ui.swt.views with type arguments of type Tag -
Uses of Tag in com.biglybt.ui.swt.views.skin
Classes in com.biglybt.ui.swt.views.skin that implement interfaces with type arguments of type TagFields in com.biglybt.ui.swt.views.skin declared as TagFields in com.biglybt.ui.swt.views.skin with type parameters of type TagModifier and TypeFieldDescriptionSBC_TagsOverview.datasources_for_selectionSBC_TagsOverview.PLUGIN_DS_TYPE(package private) TableViewSWT<Tag> SBC_TagsOverview.tvMethods in com.biglybt.ui.swt.views.skin that return TagModifier and TypeMethodDescriptionprivate TagSBC_AllTrackersView.getSelectionTag()SBC_AllTrackersView.AllTrackersViewEntry.getTag()Methods in com.biglybt.ui.swt.views.skin with parameters of type TagModifier and TypeMethodDescriptionprivate voidSB_Transfers.closeTagView(Tag tag) booleanSBC_TagsOverview.filterCheck(Tag tag, String filter, boolean regex, boolean confusable) private voidSBC_TagsOverview.handleProps(Tag tag) private booleanSB_Transfers.isTagVisible(Tag tag) private voidSB_Transfers.refreshTagSideBar(Tag tag) private voidprivate voidSB_Transfers.setTagIcon(Tag tag, MdiEntry entry, boolean default_only) voidvoidSBC_TagsOverview.tagChanged(Tag tag) voidSBC_TagsOverview.tagRemoved(Tag tag) Method parameters in com.biglybt.ui.swt.views.skin with type arguments of type TagModifier and TypeMethodDescriptionprivate voidSBC_AllTrackersView.addRemovalMenu(List<Tag> all_tags, List<Tag> tracker_prop_tags, List<AllTrackersManager.AllTrackersTracker> trackers, boolean hasSelection, org.eclipse.swt.widgets.Menu menu, boolean is_future) -
Uses of Tag in com.biglybt.ui.swt.views.stats
Methods in com.biglybt.ui.swt.views.stats with parameters of type Tag -
Uses of Tag in com.biglybt.ui.swt.views.tableitems
Methods in com.biglybt.ui.swt.views.tableitems that return types with arguments of type Tag -
Uses of Tag in com.biglybt.ui.swt.views.tableitems.mytorrents
Methods in com.biglybt.ui.swt.views.tableitems.mytorrents that return types with arguments of type Tag -
Uses of Tag in com.biglybt.ui.swt.views.utils
Fields in com.biglybt.ui.swt.views.utils with type parameters of type TagModifier and TypeFieldDescriptionTagUIUtils.TagMenuOptions.Builder.mapTaggableCountTagUIUtils.TagMenuOptions.mapTaggableCountMethods in com.biglybt.ui.swt.views.utils that return types with arguments of type TagModifier and TypeMethodDescriptionTagUIUtils.TagMenuFilter.filterTags(Tag[] tagsToFilter) TagButtonsUI.getSelectedTags()Methods in com.biglybt.ui.swt.views.utils with parameters of type TagModifier and TypeMethodDescriptionstatic voidTagUIUtils.addColourChooser(org.eclipse.swt.widgets.Menu menu, String item_resource, boolean can_clear, Tag tag, Consumer<org.eclipse.swt.graphics.RGB> receiver) private static voidTagUIUtils.addShareWithFriendsMenuItems(org.eclipse.swt.widgets.Menu menu, Tag tag, TagType tag_type) private static voidTagUIUtils.applyLocationToCurrent(Tag tag, File location, long options, int type, Predicate<Taggable> filter) static booleanTagUIUtils.canDeleteTag(Tag tag) private static voidTagUIUtils.createNonAutoMenuItems(org.eclipse.swt.widgets.Menu menu, Tag tag, TagType tag_type, org.eclipse.swt.widgets.Menu[] menuShowHide) static voidTagUIUtils.createSideBarMenuItems(org.eclipse.swt.widgets.Menu menu, Tag tag) static voidTagUIUtils.createSideBarMenuItems(org.eclipse.swt.widgets.Menu menu, Tag tag, Predicate<Taggable> filter) static voidTagUIUtils.createSideBarMenuItemsDelayed(org.eclipse.swt.widgets.Menu menu, Tag tag, Predicate<Taggable> filter) private static voidTagUIUtils.createTF_FileLocationMenuItems(org.eclipse.swt.widgets.Menu menu, Tag tag, Predicate<Taggable> filter) private static voidTagUIUtils.createTF_RateLimitMenuItems(org.eclipse.swt.widgets.Menu menu, Tag tag, TagType tag_type, int userMode) private static voidTagUIUtils.createTF_RunState(org.eclipse.swt.widgets.Menu menu, Tag tag, Predicate<Taggable> filter, int userMode) private static voidTagUIUtils.createTFProperitesMenuItems(org.eclipse.swt.widgets.Menu menu, Tag tag) private static voidTagUIUtils.createXCodeMenuItems(org.eclipse.swt.widgets.Menu menu, Tag tag) TagUIUtils.TagMenuFilter.filterTags(Tag[] tagsToFilter) static StringTagUIUtils.getChatKey(Tag tag) static voidTagUIUtils.openRenameTagDialog(Tag tag) static booleanTagUIUtils.removeTags(Tag... tags) voidstatic voidTagUIUtils.setMenuIcon(MenuItem m, Tag tag) static voidTagUIUtils.setMenuIcon(org.eclipse.swt.widgets.MenuItem m, Tag tag) intMethod parameters in com.biglybt.ui.swt.views.utils with type arguments of type TagModifier and TypeMethodDescriptionprivate static intTagUIUtils.build(MenuManager menuManager, MenuItem menu_tags, List<Tag> all_tags, int numTaggables, Map<Tag, Integer> mapTaggableCount, TagUIUtils.TagSelectionListener tagSelectionListener) private static intTagUIUtils.build(MenuManager menuManager, MenuItem menu_tags, List<Tag> all_tags, int numTaggables, Map<Tag, Integer> mapTaggableCount, TagUIUtils.TagSelectionListener tagSelectionListener) org.eclipse.swt.widgets.CompositeTagButtonsUI.buildTagGroup(List<Tag> tags, org.eclipse.swt.widgets.Composite parent, boolean allowContextMenu, TagCanvas.TagButtonTrigger trigger) static voidTagUIUtils.createSideBarMenuItems(org.eclipse.swt.widgets.Menu menu, List<Tag> _tags) private static voidTagUIUtils.createTagGroupMenu(org.eclipse.swt.widgets.Menu menu, TagType tag_type, List<Tag> tagz) private static voidTagUIUtils.createTF_FileLocationMenuItems(org.eclipse.swt.widgets.Menu menu, List<Tag> tags, Predicate<Taggable> filter) protected static voidprotected static voidstatic booleanTagUIUtils.removeTags(List<Tag> tags) TagUIUtils.TagMenuOptions.Builder.setMapTaggableCount(Map<Tag, Integer> mapTaggableCount, int numTaggables) voidTagButtonsUI.setSelectedTags(List<Tag> tags) -
Uses of Tag in com.biglybt.ui.swt.widgets
Fields in com.biglybt.ui.swt.widgets declared as TagMethods in com.biglybt.ui.swt.widgets that return TagMethods in com.biglybt.ui.swt.widgets with parameters of type TagConstructors in com.biglybt.ui.swt.widgets with parameters of type TagModifierConstructorDescriptionCreates a Tag Canvas.
Auto Tags will be disabled.
When Tag has no taggables, it will be disabled.TagCanvas(org.eclipse.swt.widgets.Composite parent, Tag tag, boolean disableAuto, boolean enableWhenNoTaggables) TagPainter(Tag tag) TagPainter(Tag tag, TagCanvas control) -
Uses of Tag in com.biglybt.util
Methods in com.biglybt.util that return Tag