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 TypeInterfaceDescriptioninterface
A 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 void
CategoryManagerImpl.fireMetadataChanged
(Tag t) void
CategoryImpl.taggableAdded
(Tag tag, Taggable tagged) void
CategoryImpl.taggableRemoved
(Tag tag, Taggable tagged) void
CategoryImpl.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) void
TranscodeManagerImpl.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) void
DownloadHistoryManagerImpl.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 TypeInterfaceDescriptioninterface
interface
interface
Fields in com.biglybt.core.tag with type parameters of type TagModifier and TypeFieldDescriptionprivate static final Comparator
<Tag> TagUtils.tag_comparator
private static final Comparator
<Tag> TagUtils.tag_icon_comparator
Methods 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 TypeMethodDescriptionvoid
static String
TagUtils.getTagTooltip
(Tag tag) static String
TagUtils.getTagTooltip
(Tag tag, boolean skip_name) void
void
void
void
TagTypeAdapter.tagChanged
(Tag tag) void
TagFeatureListener.tagFeatureChanged
(Tag tag, int feature) void
TagListener.taggableAdded
(Tag tag, Taggable tagged) void
TagListener.taggableRemoved
(Tag tag, Taggable tagged) void
TagListener.taggableSync
(Tag tag) 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 changesvoid
TagGroupListener.tagRemoved
(TagGroup group, Tag tag) void
TagTypeAdapter.tagRemoved
(Tag tag) Method parameters in com.biglybt.core.tag with type arguments of type TagModifier and TypeMethodDescriptionTagManager.exportTags
(List<Tag> tags) static TagFeatureFileLocation
TagUtils.selectInitialDownloadLocation
(Collection<Tag> tags) void
TagFeatureExecOnAssign.setTagAssigns
(List<Tag> tags) void
TagFeatureExecOnAssign.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 TypeClassDescriptionclass
class
(package private) static class
class
Fields in com.biglybt.core.tag.impl declared as TagModifier and TypeFieldDescriptionprivate final Tag
TagPropertyConstraintHandler.TagConstraint.tag_maybe_null
Fields 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_tags
TagPropertyConstraintHandler.TagConstraint.dependent_on_tags
TagPropertyConstraintHandler.TagConstraint.tag_sorts
TagPropertyConstraintHandler.TagConstraint.tag_weights
private CopyOnWriteList
<Tag> TagTypeBase.TagGroupImpl.tags
private final CopyOnWriteList
<Tag> TagTypeWithState.tags
TagPropertyTrackerHandler.tracker_host_map
TagPropertyUntaggedHandler.untagged_tags
Methods in com.biglybt.core.tag.impl that return TagModifier and TypeMethodDescriptionprotected Tag
protected Tag
TagBase.getTag()
TagBase.TagPropertyImpl.getTag()
TagTypeBase.getTag
(int tag_id) private Tag
TagManagerImpl.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 TypeMethodDescriptionvoid
protected void
void
private void
TagPropertyConstraintHandler.apply
(DownloadManager dm, Tag related_tag, boolean auto, boolean is_new) protected Object
TagManagerImpl.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 void
TagManagerImpl.featureChanged
(Tag tag, int feature) private void
TagTypeBase.fireMembershipChanged
(Tag t) protected void
TagTypeBase.fireMetadataChanged
(Tag t) TagManagerImpl.getDependsOnTags
(Tag tag) TagPropertyConstraintHandler.getDependsOnTags
(Tag tag) protected String
TagManagerImpl.getTagStatus
(Tag tag) protected String
TagPropertyConstraintHandler.getTagStatus
(Tag tag) protected void
TagManagerImpl.removeConfig
(Tag tag) void
protected void
void
void
TagTypeBase.requestAttention
(Tag t) private void
TagPropertyUntaggedHandler.setEnabled
(Tag current_tag, boolean enabled) protected void
TagTypeBase.setTagGroup
(Tag tag, String old_name, String new_name) void
void
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.taggableRemoved
(TagType tag_type, Tag tag, Taggable tagged) void
TagPropertyTrackerTemplateHandler.taggableRemoved
(Tag tag, Taggable tagged) void
TagTypeBase.taggableRemoved
(Tag tag, Taggable tagged) void
TagPropertyTrackerTemplateHandler.taggableSync
(Tag tag) void
TagTypeBase.taggableSync
(Tag tag) void
TagManagerImpl.LifecycleHandlerImpl.taggableTagged
(TagType tag_type, Tag tag, Taggable taggable) void
TagManagerImpl.LifecycleHandlerImpl.taggableUntagged
(TagType tag_type, Tag tag, Taggable taggable) void
TagPropertyConstraintHandler.tagRemoved
(Tag tag) void
TagPropertyUntaggedHandler.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 Object
TagPropertyConstraintHandler.TagConstraint.ConstraintExprFunction.getKeywordValue
(DownloadManager dm, List<Tag> tags, String str) private Number
TagPropertyConstraintHandler.TagConstraint.ConstraintExprFunction.getNumeric
(Map<String, Object> context, DownloadManager dm, List<Tag> tags, Object[] args, int index, StringBuilder debug) private Number
TagPropertyConstraintHandler.TagConstraint.ConstraintExprFunction.getNumericSupport
(DownloadManager dm, List<Tag> tags, Object[] args, int index) private String
TagPropertyConstraintHandler.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 Object
TagPropertyConstraintHandler.TagConstraint.ConstraintExprFunction.getWhatever
(Map<String, Object> context, DownloadManager dm, List<Tag> tags, Object[] args, int index, StringBuilder debug) void
TagBase.setTagAssigns
(List<Tag> tags) void
TagBase.setTagRemoves
(List<Tag> tags) Constructors in com.biglybt.core.tag.impl with parameters of type TagModifierConstructorDescriptionprivate
TagConstraint
(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 Tag
BuddyPluginView.BetaSubViewHolder.current_ds_tag
private Tag
BuddyPluginView.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 Tag
OpenTorrentOptionsWindow.OpenTorrentInstance.findOtherTag
(Tag tagToFind) If tagToFind is DiscoveredTag, returnsOpenTorrentOptionsWindow.DiscoveredTag.existingTag
.static Tag
OpenTorrentOptionsWindow.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 boolean
OpenTorrentOptionsWindow.OpenTorrentInstance.addInitialTag
(List<Tag> tags, Tag tag) private Tag
OpenTorrentOptionsWindow.OpenTorrentInstance.findOtherTag
(Tag tagToFind) If tagToFind is DiscoveredTag, returnsOpenTorrentOptionsWindow.DiscoveredTag.existingTag
.private boolean
OpenTorrentOptionsWindow.OpenTorrentInstance.removeInitialTag
(List<Tag> tags, Tag tag) Method parameters in com.biglybt.ui.swt.shells.opentorrent with type arguments of type TagModifier and TypeMethodDescriptionprivate boolean
OpenTorrentOptionsWindow.OpenTorrentInstance.addInitialTag
(List<Tag> tags, Tag tag) static Tag
OpenTorrentOptionsWindow.getExistingTag
(List<Tag> initialTags, String tagName) private boolean
OpenTorrentOptionsWindow.OpenTorrentInstance.removeInitialTag
(List<Tag> tags, Tag tag) private void
OpenTorrentOptionsWindow.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 TypeMethodDescriptionvoid
static void
TagUIUtilsV3.showTagSelectionDialog
(List<Tag> tags, List<Tag> selected_tags, boolean disable_auto, TagUIUtilsV3.TagSelectionListener listener) static void
TagUIUtilsV3.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._currentTags
private Tag
PeersGeneralView.tag
private Tag[]
FilesView.tags
private Tag[]
TagSettingsView.tags
private Tag[]
MyTorrentsSubView.tempTags
Fields in com.biglybt.ui.swt.views with type parameters of type TagModifier and TypeFieldDescriptionMyTorrentsView.allTags
TaggingView.copied_tag_assignment
MyTorrentsView.hiddenTags
MyTorrentsView.pending_tag_changes
Methods 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 boolean
private void
MyTorrentsView.removeTagFromCurrent
(Tag tag) protected void
MyTorrentsSubView.setCurrentTags
(Tag... tags) protected void
MyTorrentsView.setCurrentTags
(Tag... tags) void
void
void
MyTorrentsView.tagChanged
(Tag tag) void
TaggingView.tagChanged
(Tag changedTag) void
TagSettingsView.tagChanged
(Tag changedTag) void
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) void
MyTorrentsView.taggableSync
(Tag tag) void
PeersGeneralView.taggableSync
(Tag tag) void
MyTorrentsView.tagRemoved
(Tag tag) void
TaggingView.tagRemoved
(Tag tag) private void
MyTorrentsSubView.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
Fields 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_selection
SBC_TagsOverview.PLUGIN_DS_TYPE
(package private) TableViewSWT
<Tag> SBC_TagsOverview.tv
Methods in com.biglybt.ui.swt.views.skin that return TagModifier and TypeMethodDescriptionprivate Tag
SBC_AllTrackersView.getSelectionTag()
SBC_AllTrackersView.AllTrackersViewEntry.getTag()
Methods in com.biglybt.ui.swt.views.skin with parameters of type TagModifier and TypeMethodDescriptionprivate void
SB_Transfers.closeTagView
(Tag tag) boolean
SBC_TagsOverview.filterCheck
(Tag tag, String filter, boolean regex, boolean confusable) private void
SBC_TagsOverview.handleProps
(Tag tag) private boolean
SB_Transfers.isTagVisible
(Tag tag) private void
SB_Transfers.refreshTagSideBar
(Tag tag) private void
private void
SB_Transfers.setTagIcon
(Tag tag, MdiEntry entry, boolean default_only) void
void
SBC_TagsOverview.tagChanged
(Tag tag) void
SBC_TagsOverview.tagRemoved
(Tag tag) Method parameters in com.biglybt.ui.swt.views.skin with type arguments of type TagModifier and TypeMethodDescriptionprivate void
SBC_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.mapTaggableCount
TagUIUtils.TagMenuOptions.mapTaggableCount
Methods 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 void
TagUIUtils.addColourChooser
(org.eclipse.swt.widgets.Menu menu, String item_resource, boolean can_clear, Tag tag, Consumer<org.eclipse.swt.graphics.RGB> receiver) private static void
TagUIUtils.addShareWithFriendsMenuItems
(org.eclipse.swt.widgets.Menu menu, Tag tag, TagType tag_type) private static void
TagUIUtils.applyLocationToCurrent
(Tag tag, File location, long options, int type, Predicate<Taggable> filter) static boolean
TagUIUtils.canDeleteTag
(Tag tag) private static void
TagUIUtils.createNonAutoMenuItems
(org.eclipse.swt.widgets.Menu menu, Tag tag, TagType tag_type, org.eclipse.swt.widgets.Menu[] menuShowHide) static void
TagUIUtils.createSideBarMenuItems
(org.eclipse.swt.widgets.Menu menu, Tag tag) 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_RateLimitMenuItems
(org.eclipse.swt.widgets.Menu menu, Tag tag, TagType tag_type, int userMode) private static void
TagUIUtils.createTF_RunState
(org.eclipse.swt.widgets.Menu menu, Tag tag, Predicate<Taggable> filter, int userMode) private static void
TagUIUtils.createTFProperitesMenuItems
(org.eclipse.swt.widgets.Menu menu, Tag tag) private static void
TagUIUtils.createXCodeMenuItems
(org.eclipse.swt.widgets.Menu menu, Tag tag) TagUIUtils.TagMenuFilter.filterTags
(Tag[] tagsToFilter) static String
TagUIUtils.getChatKey
(Tag tag) static void
TagUIUtils.openRenameTagDialog
(Tag tag) static boolean
TagUIUtils.removeTags
(Tag... tags) void
static void
TagUIUtils.setMenuIcon
(MenuItem m, Tag tag) static void
TagUIUtils.setMenuIcon
(org.eclipse.swt.widgets.MenuItem m, Tag tag) int
Method parameters in com.biglybt.ui.swt.views.utils with type arguments of type TagModifier and TypeMethodDescriptionprivate static int
TagUIUtils.build
(MenuManager menuManager, MenuItem menu_tags, List<Tag> all_tags, int numTaggables, Map<Tag, Integer> mapTaggableCount, TagUIUtils.TagSelectionListener tagSelectionListener) private static int
TagUIUtils.build
(MenuManager menuManager, MenuItem menu_tags, List<Tag> all_tags, int numTaggables, Map<Tag, Integer> mapTaggableCount, TagUIUtils.TagSelectionListener tagSelectionListener) org.eclipse.swt.widgets.Composite
TagButtonsUI.buildTagGroup
(List<Tag> tags, org.eclipse.swt.widgets.Composite parent, boolean allowContextMenu, TagCanvas.TagButtonTrigger trigger) static void
TagUIUtils.createSideBarMenuItems
(org.eclipse.swt.widgets.Menu menu, List<Tag> _tags) private static void
TagUIUtils.createTagGroupMenu
(org.eclipse.swt.widgets.Menu menu, TagType tag_type, List<Tag> tagz) private static void
TagUIUtils.createTF_FileLocationMenuItems
(org.eclipse.swt.widgets.Menu menu, List<Tag> tags, Predicate<Taggable> filter) protected static void
protected static void
static boolean
TagUIUtils.removeTags
(List<Tag> tags) TagUIUtils.TagMenuOptions.Builder.setMapTaggableCount
(Map<Tag, Integer> mapTaggableCount, int numTaggables) void
TagButtonsUI.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