Uses of Interface
com.biglybt.core.tag.Tag
-
-
Uses of Tag in com.biglybt.core.category
Subinterfaces of Tag in com.biglybt.core.category Modifier and Type Interface Description interface
Category
A Category for grouping torrents (DownloadManagers) -
Uses of Tag in com.biglybt.core.category.impl
Classes in com.biglybt.core.category.impl that implement Tag Modifier and Type Class Description class
CategoryImpl
Methods in com.biglybt.core.category.impl that return types with arguments of type Tag Modifier and Type Method Description java.util.List<Tag>
CategoryManagerImpl. getTags()
-
Uses of Tag in com.biglybt.core.devices.impl
Fields in com.biglybt.core.devices.impl with type parameters of type Tag Modifier and Type Field Description (package private) java.util.Map<Tag,java.lang.Object[]>
TranscodeManagerImpl. tag_map
Methods in com.biglybt.core.devices.impl with parameters of type Tag Modifier and Type Method Description (package private) void
TranscodeManagerImpl. processTag(Tag tag, java.lang.Object[] details, DownloadManager dm)
-
Uses of Tag in com.biglybt.core.global.impl
Classes in com.biglybt.core.global.impl that implement Tag Modifier and Type Class Description private class
GlobalManagerImpl.DownloadStateTagger.MyTag
-
Uses of Tag in com.biglybt.core.history.impl
Method parameters in com.biglybt.core.history.impl with type arguments of type Tag Modifier and Type Method Description (package private) void
DownloadHistoryManagerImpl.DownloadHistoryImpl. setRemoved(java.util.List<Tag> removal_tags)
-
Uses of Tag in com.biglybt.core.speedmanager
Classes in com.biglybt.core.speedmanager that implement Tag Modifier and Type Class Description private class
SpeedLimitHandler.PeerSet.TagPeerImpl
-
Uses of Tag in com.biglybt.core.tag
Subinterfaces of Tag in com.biglybt.core.tag Modifier and Type Interface Description interface
TagDownload
interface
TagPeer
Fields in com.biglybt.core.tag with type parameters of type Tag Modifier and Type Field Description private static java.util.Comparator<Tag>
TagUtils. tag_comparator
private static java.util.Comparator<Tag>
TagUtils. tag_icon_comparator
Methods in com.biglybt.core.tag that return Tag Modifier and Type Method Description Tag
TagType. createTag(java.lang.String name, boolean auto_add)
Tag
TagFeature. getTag()
Tag
TagFeatureProperties.TagProperty. getTag()
Tag
TagType. getTag(int tag_id)
Tag
TagType. getTag(java.lang.String tag_name, boolean is_localized)
Tag
TagTypeListener.TagEvent. getTag()
Tag
TagWrapper. getTag()
Tag
TagManager. lookupTagByUID(long tag_uid)
Methods in com.biglybt.core.tag that return types with arguments of type Tag Modifier and Type Method Description default java.util.List<Tag>
Tag. dependsOnTags()
static java.util.List<Tag>
TagUtils. getActiveMoveOnCompleteTags(DownloadManager dm, boolean allow_caching, java.util.function.Consumer<java.lang.String> logger)
java.util.List<Tag>
TagFeatureExecOnAssign. getTagAssigns()
static java.util.Comparator<Tag>
TagUtils. getTagComparator()
java.util.List<Tag>
TagGroup. getTags()
java.util.List<Tag>
TagType. getTags()
java.util.List<Tag>
TagManager. getTagsByName(java.lang.String name, boolean is_localized)
java.util.List<Tag>
TagManager. getTagsForTaggable(int[] tag_types, Taggable taggable)
java.util.List<Tag>
TagManager. getTagsForTaggable(int tag_type, Taggable taggable)
java.util.List<Tag>
TagManager. getTagsForTaggable(Taggable taggable)
java.util.List<Tag>
TagType. getTagsForTaggable(Taggable taggable)
java.util.List<Tag>
TagManager. lookupTagsByName(java.lang.String tag_name)
static java.util.List<Tag>
TagUtils. sortTagIcons(java.util.Collection<Tag> _tags)
static java.util.List<Tag>
TagUtils. sortTags(java.util.Collection<Tag> _tags)
Methods in com.biglybt.core.tag with parameters of type Tag Modifier and Type Method Description void
TagType. addTag(Tag t)
static java.lang.String
TagUtils. getTagTooltip(Tag tag)
static java.lang.String
TagUtils. getTagTooltip(Tag tag, boolean skip_name)
void
TagType. removeTag(Tag t)
void
TagGroupListener. tagAdded(Tag tag)
void
TagTypeAdapter. tagAdded(Tag tag)
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(Tag tag)
void
TagTypeAdapter. tagRemoved(Tag tag)
Method parameters in com.biglybt.core.tag with type arguments of type Tag Modifier and Type Method Description VuzeFile
TagManager. exportTags(java.util.List<Tag> tags)
static TagFeatureFileLocation
TagUtils. selectInitialDownloadLocation(java.util.Collection<Tag> tags)
void
TagFeatureExecOnAssign. setTagAssigns(java.util.List<Tag> tags)
static java.util.List<Tag>
TagUtils. sortTagIcons(java.util.Collection<Tag> _tags)
static java.util.List<Tag>
TagUtils. sortTags(java.util.Collection<Tag> _tags)
-
Uses of Tag in com.biglybt.core.tag.impl
Classes in com.biglybt.core.tag.impl that implement Tag Modifier and Type Class Description class
TagBase
class
TagDownloadWithState
class
TagWithState
Fields in com.biglybt.core.tag.impl declared as Tag Modifier and Type Field Description private Tag
TagPropertyConstraintHandler.TagConstraint. tag_maybe_null
Fields in com.biglybt.core.tag.impl with type parameters of type Tag Modifier and Type Field Description (package private) java.util.Map<Tag,java.util.Map<DownloadManager,java.lang.Long>>
TagPropertyConstraintHandler. apply_history
(package private) java.util.Map<Tag,TagPropertyConstraintHandler.TagConstraint>
TagPropertyConstraintHandler. constrained_tags
private java.util.Set<Tag>
TagPropertyConstraintHandler.TagConstraint. dependent_on_tags
private CopyOnWriteList<Tag>
TagTypeBase.TagGroupImpl. tags
private CopyOnWriteList<Tag>
TagTypeWithState. tags
private java.util.Map<java.lang.String,java.util.List<Tag>>
TagPropertyTrackerHandler. tracker_host_map
(package private) java.util.Set<Tag>
TagPropertyUntaggedHandler. untagged_tags
Methods in com.biglybt.core.tag.impl that return Tag Modifier and Type Method Description Tag
TagTypeBase. createTag(java.lang.String name, boolean auto_add)
Tag
TagTypeDownloadInternal. createTag(java.lang.String name, boolean auto_add)
protected Tag
TagTypeDownloadManual. createTag(int tag_id, java.util.Map details)
Tag
TagTypeDownloadManual. createTag(java.lang.String name, boolean auto_add)
Tag
TagBase. getTag()
Tag
TagBase.TagPropertyImpl. getTag()
Tag
TagTypeBase. getTag(int tag_id)
Tag
TagTypeBase. getTag(java.lang.String tag_name, boolean is_localized)
private Tag
TagManagerImpl. importVuzeFile(java.util.Map content)
Tag
TagManagerImpl. lookupTagByUID(long tag_uid)
Methods in com.biglybt.core.tag.impl that return types with arguments of type Tag Modifier and Type Method Description java.util.List<Tag>
TagDownloadWithState. dependsOnTags()
protected java.util.Set<Tag>
TagManagerImpl. getDependsOnTags(Tag tag)
protected java.util.Set<Tag>
TagPropertyConstraintHandler. getDependsOnTags(Tag tag)
private java.util.Set<Tag>
TagPropertyConstraintHandler.TagConstraint. getDependsOnTags()
java.util.List<Tag>
TagBase. getTagAssigns()
java.util.List<Tag>
TagTypeBase.TagGroupImpl. getTags()
java.util.List<Tag>
TagTypeWithState. getTags()
java.util.List<Tag>
TagManagerImpl. getTagsByName(java.lang.String name, boolean is_localized)
protected java.util.List<Tag>
TagPropertyTrackerHandler. getTagsForDownload(DownloadManager dm)
java.util.List<Tag>
TagManagerImpl. getTagsForTaggable(int[] tts, Taggable taggable)
java.util.List<Tag>
TagManagerImpl. getTagsForTaggable(int tag_type, Taggable taggable)
java.util.List<Tag>
TagManagerImpl. getTagsForTaggable(Taggable taggable)
java.util.List<Tag>
TagTypeBase. getTagsForTaggable(Taggable taggable)
protected java.util.List<Tag>
TagPropertyUntaggedHandler. getUntaggedTags()
java.util.List<Tag>
TagManagerImpl. lookupTagsByName(java.lang.String tag_name)
Methods in com.biglybt.core.tag.impl with parameters of type Tag Modifier and Type Method Description void
TagTypeBase. addTag(Tag t)
protected void
TagTypeBase.TagGroupImpl. addTag(Tag tag)
void
TagTypeWithState. addTag(Tag t)
private void
TagPropertyConstraintHandler. apply(DownloadManager dm, Tag related_tag, boolean auto, boolean is_new)
protected java.lang.Object
TagManagerImpl. evalScript(Tag tag, java.lang.String script, DownloadManager dm, java.lang.String intent_key)
protected java.lang.String
TagManagerImpl. explain(Tag tag, TagFeatureProperties.TagProperty property, Taggable taggable)
protected java.lang.String
TagPropertyConstraintHandler. explain(Tag tag, Taggable taggable)
protected void
TagManagerImpl. featureChanged(Tag tag, int feature)
protected void
TagTypeBase. fireMembershipChanged(Tag t)
protected void
TagTypeBase. fireMetadataChanged(Tag t)
protected java.util.Set<Tag>
TagManagerImpl. getDependsOnTags(Tag tag)
protected java.util.Set<Tag>
TagPropertyConstraintHandler. getDependsOnTags(Tag tag)
protected java.lang.String
TagManagerImpl. getTagStatus(Tag tag)
protected java.lang.String
TagPropertyConstraintHandler. getTagStatus(Tag tag)
protected void
TagManagerImpl. removeConfig(Tag tag)
void
TagTypeBase. removeTag(Tag t)
protected void
TagTypeBase.TagGroupImpl. removeTag(Tag tag)
void
TagTypeWithState. removeTag(Tag t)
void
TagTypeBase. requestAttention(Tag t)
private void
TagPropertyUntaggedHandler. setEnabled(Tag current_tag, boolean enabled)
protected void
TagTypeBase. setTagGroup(Tag tag, java.lang.String old_name, java.lang.String new_name)
void
TagPropertyConstraintHandler. tagAdded(Tag tag)
void
TagPropertyUntaggedHandler. tagAdded(Tag tag)
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 Tag Modifier and Type Method Description java.lang.Object
TagPropertyConstraintHandler.TagConstraint.ConstraintExpr. eval(java.util.Map<java.lang.String,java.lang.Object> context, DownloadManager dm, java.util.List<Tag> tags, java.lang.StringBuilder debug)
java.lang.Object
TagPropertyConstraintHandler.TagConstraint.ConstraintExprAnd. eval(java.util.Map<java.lang.String,java.lang.Object> context, DownloadManager dm, java.util.List<Tag> tags, java.lang.StringBuilder debug)
java.lang.Object
TagPropertyConstraintHandler.TagConstraint.ConstraintExprFunction. eval(java.util.Map<java.lang.String,java.lang.Object> context, DownloadManager dm, java.util.List<Tag> tags, java.lang.StringBuilder debug)
java.lang.Object
TagPropertyConstraintHandler.TagConstraint.ConstraintExprNot. eval(java.util.Map<java.lang.String,java.lang.Object> context, DownloadManager dm, java.util.List<Tag> tags, java.lang.StringBuilder debug)
java.lang.Object
TagPropertyConstraintHandler.TagConstraint.ConstraintExprOr. eval(java.util.Map<java.lang.String,java.lang.Object> context, DownloadManager dm, java.util.List<Tag> tags, java.lang.StringBuilder debug)
java.lang.Object
TagPropertyConstraintHandler.TagConstraint.ConstraintExprParams. eval(java.util.Map<java.lang.String,java.lang.Object> context, DownloadManager dm, java.util.List<Tag> tags, java.lang.StringBuilder debug)
java.lang.Object
TagPropertyConstraintHandler.TagConstraint.ConstraintExprTrue. eval(java.util.Map<java.lang.String,java.lang.Object> context, DownloadManager dm, java.util.List<Tag> tags, java.lang.StringBuilder debug)
java.lang.Object
TagPropertyConstraintHandler.TagConstraint.ConstraintExprXor. eval(java.util.Map<java.lang.String,java.lang.Object> context, DownloadManager dm, java.util.List<Tag> tags, java.lang.StringBuilder debug)
java.lang.Object
TagPropertyConstraintHandler.TagConstraint.ConstraintExprFunction. evalSupport(java.util.Map<java.lang.String,java.lang.Object> context, DownloadManager dm, java.util.List<Tag> tags, java.lang.StringBuilder debug)
VuzeFile
TagManagerImpl. exportTags(java.util.List<Tag> tags)
private java.lang.Number
TagPropertyConstraintHandler.TagConstraint.ConstraintExprFunction. getNumeric(java.util.Map<java.lang.String,java.lang.Object> context, DownloadManager dm, java.util.List<Tag> tags, java.lang.Object[] args, int index, java.lang.StringBuilder debug)
private java.lang.Number
TagPropertyConstraintHandler.TagConstraint.ConstraintExprFunction. getNumericSupport(DownloadManager dm, java.util.List<Tag> tags, java.lang.Object[] args, int index)
private java.lang.String
TagPropertyConstraintHandler.TagConstraint.ConstraintExprFunction. getString(java.util.Map<java.lang.String,java.lang.Object> context, DownloadManager dm, java.util.List<Tag> tags, java.lang.Object[] args, int index, java.lang.StringBuilder debug)
private java.lang.String[]
TagPropertyConstraintHandler.TagConstraint.ConstraintExprFunction. getStrings(java.util.Map<java.lang.String,java.lang.Object> context, DownloadManager dm, java.util.List<Tag> tags, java.lang.Object[] args, int index, java.lang.StringBuilder debug)
void
TagBase. setTagAssigns(java.util.List<Tag> tags)
Constructors in com.biglybt.core.tag.impl with parameters of type Tag Constructor Description TagConstraint(TagPropertyConstraintHandler _handler, Tag _tag, java.lang.String _constraint, java.lang.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 Tag Modifier and Type Field Description private java.util.Set<Tag>
TorrentOpenOptions. autoTags
private java.util.List<Tag>
TorrentOpenOptions. initialTags
Methods in com.biglybt.core.torrent.impl that return types with arguments of type Tag Modifier and Type Method Description java.util.List<Tag>
TorrentOpenOptions. getInitialTags()
Methods in com.biglybt.core.torrent.impl with parameters of type Tag Modifier and Type Method Description boolean
TorrentOpenOptions. canDeselectTag(Tag tag)
Method parameters in com.biglybt.core.torrent.impl with type arguments of type Tag Modifier and Type Method Description void
TorrentOpenOptions. setInitialTags(java.util.List<Tag> tags)
-
Uses of Tag in com.biglybt.plugin.net.buddy
Methods in com.biglybt.plugin.net.buddy that return Tag Modifier and Type Method Description Tag
BuddyPluginBeta. getDownloadTag()
-
Uses of Tag in com.biglybt.plugin.net.buddy.swt
Fields in com.biglybt.plugin.net.buddy.swt declared as Tag Modifier and Type Field Description private Tag
BuddyPluginView.BetaSubViewHolder. current_ds_tag
private Tag
BuddyPluginView.BetaSubViewHolder. current_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 Modifier and Type Method Description private java.util.Set<Tag>
ShareHosterPlugin. decodeTags(java.lang.String tags_str)
-
Uses of Tag in com.biglybt.plugin.startstoprules.defaultplugin
Fields in com.biglybt.plugin.startstoprules.defaultplugin declared as Tag Modifier and Type Field Description private Tag
StartStopRulesDefaultPlugin. fp_tag
-
Uses of Tag in com.biglybt.ui
Methods in com.biglybt.ui with parameters of type Tag Modifier and Type Method Description void
UIFunctions.TagReturner. returnedTags(Tag[] tags)
-
Uses of Tag in com.biglybt.ui.console.commands
Fields in com.biglybt.ui.console.commands declared as Tag Modifier and Type Field Description private Tag
Tags. current_tag
Fields in com.biglybt.ui.console.commands with type parameters of type Tag Modifier and Type Field Description private java.util.List<Tag>
Tags. current_tags
-
Uses of Tag in com.biglybt.ui.swt.columns.tag
Method parameters in com.biglybt.ui.swt.columns.tag with type arguments of type Tag Modifier and Type Method Description private void
ColumnTagDependsOn. explode(java.lang.StringBuilder sb, java.util.Set<Tag> path, java.util.List<Tag> tags)
private void
ColumnTagDependsOn. explode(java.lang.StringBuilder sb, java.util.Set<Tag> path, java.util.List<Tag> tags)
-
Uses of Tag in com.biglybt.ui.swt.shells.opentorrent
Classes in com.biglybt.ui.swt.shells.opentorrent that implement Tag Modifier and Type Class Description private static class
OpenTorrentOptionsWindow.DiscoveredTag
Fields in com.biglybt.ui.swt.shells.opentorrent declared as Tag Modifier and Type Field Description private Tag
OpenTorrentOptionsWindow.DiscoveredTag. existingTag
Methods in com.biglybt.ui.swt.shells.opentorrent that return Tag Modifier and Type Method Description private Tag
OpenTorrentOptionsWindow.OpenTorrentInstance. findOtherTag(Tag tagToFind)
If tagToFind is DiscoveredTag, returnsOpenTorrentOptionsWindow.DiscoveredTag.existingTag
.static Tag
OpenTorrentOptionsWindow. getExistingTag(java.util.List<Tag> initialTags, java.lang.String tagName)
Methods in com.biglybt.ui.swt.shells.opentorrent that return types with arguments of type Tag Modifier and Type Method Description java.util.List<Tag>
OpenTorrentOptionsWindow.DiscoveredTag.TagTypeDiscovery. getTags()
Methods in com.biglybt.ui.swt.shells.opentorrent with parameters of type Tag Modifier and Type Method Description private boolean
OpenTorrentOptionsWindow.OpenTorrentInstance. addInitialTag(java.util.List<Tag> tags, Tag tag)
private Tag
OpenTorrentOptionsWindow.OpenTorrentInstance. findOtherTag(Tag tagToFind)
If tagToFind is DiscoveredTag, returnsOpenTorrentOptionsWindow.DiscoveredTag.existingTag
.private boolean
OpenTorrentOptionsWindow.OpenTorrentInstance. removeInitialTag(java.util.List<Tag> tags, Tag tag)
Method parameters in com.biglybt.ui.swt.shells.opentorrent with type arguments of type Tag Modifier and Type Method Description private boolean
OpenTorrentOptionsWindow.OpenTorrentInstance. addInitialTag(java.util.List<Tag> tags, Tag tag)
static Tag
OpenTorrentOptionsWindow. getExistingTag(java.util.List<Tag> initialTags, java.lang.String tagName)
private boolean
OpenTorrentOptionsWindow.OpenTorrentInstance. removeInitialTag(java.util.List<Tag> tags, Tag tag)
private void
OpenTorrentOptionsWindow.OpenTorrentInstance. updateInitialSaveTags(java.util.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 Tag Modifier and Type Method Description static java.util.List<Tag>
DragDropUtils. getTagsFromDroppedData(java.lang.Object dropData)
Method parameters in com.biglybt.ui.swt.utils with type arguments of type Tag Modifier and Type Method Description void
TagUIUtilsV3.TagSelectionListener. selected(java.util.List<Tag> tags)
static void
TagUIUtilsV3. showTagSelectionDialog(java.util.List<Tag> tags, java.util.List<Tag> selected_tags, boolean disable_auto, TagUIUtilsV3.TagSelectionListener listener)
static void
TagUIUtilsV3. showTagSelectionDialog(java.util.List<Tag> tags, java.util.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 Tag Modifier and Type Field Description private 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 Tag Modifier and Type Field Description private java.util.List<Tag>
MyTorrentsView. allTags
private java.util.Set<Tag>
MyTorrentsView. hiddenTags
private java.util.Set<Tag>
MyTorrentsView. pending_tag_changes
Methods in com.biglybt.ui.swt.views that return Tag Modifier and Type Method Description Tag[]
MyTorrentsView. getCurrentTags()
Methods in com.biglybt.ui.swt.views that return types with arguments of type Tag Modifier and Type Method Description private java.util.List<Tag>
TaggingView. getTags()
Methods in com.biglybt.ui.swt.views with parameters of type Tag Modifier and Type Method Description private boolean
MyTorrentsView. isCurrent(Tag tag)
private void
MyTorrentsView. removeTagFromCurrent(Tag tag)
protected void
MyTorrentsSubView. setCurrentTags(Tag... tags)
protected void
MyTorrentsView. setCurrentTags(Tag... tags)
void
MyTorrentsView. tagAdded(Tag tag)
void
TaggingView. tagAdded(Tag tag)
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 Modifier and Type Method Description private void
MyTorrentsView. buildCatAndTag(java.util.List<Tag> tags)
-
Uses of Tag in com.biglybt.ui.swt.views.skin
Fields in com.biglybt.ui.swt.views.skin declared as Tag Modifier and Type Field Description private Tag
SBC_AllTrackersView. selection_tag
Fields in com.biglybt.ui.swt.views.skin with type parameters of type Tag Modifier and Type Field Description static java.lang.Class<Tag>
SBC_TagsOverview. PLUGIN_DS_TYPE
(package private) TableViewSWT<Tag>
SBC_TagsOverview. tv
Methods in com.biglybt.ui.swt.views.skin that return Tag Modifier and Type Method Description private Tag
SBC_AllTrackersView. getSelectionTag()
Tag
SBC_AllTrackersView.AllTrackersViewEntry. getTag()
Methods in com.biglybt.ui.swt.views.skin with parameters of type Tag Modifier and Type Method Description private void
SB_Transfers. closeTagView(Tag tag)
boolean
SBC_TagsOverview. filterCheck(Tag ds, java.lang.String filter, boolean regex)
private void
SBC_TagsOverview. handleProps(Tag tag)
private void
SB_Transfers. refreshTagSideBar(Tag tag)
private void
SB_Transfers. resetTag(Tag tag)
private void
SB_Transfers. setTagIcon(Tag tag, MdiEntry entry, boolean default_only)
MdiEntry
SB_Transfers. setupTag(Tag tag)
void
SBC_TagsOverview. tagAdded(Tag tag)
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 Tag Modifier and Type Method Description private void
SBC_AllTrackersView. addRemovalMenu(java.util.List<Tag> all_tags, java.util.List<Tag> tracker_prop_tags, java.util.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 Modifier and Type Method Description private void
TagStatsView. rebuild(Tag tag)
void
TagStatsView. tagAdded(Tag tag)
void
TagStatsView. tagRemoved(Tag tag)
-
Uses of Tag in com.biglybt.ui.swt.views.utils
Methods in com.biglybt.ui.swt.views.utils that return types with arguments of type Tag Modifier and Type Method Description java.util.List<Tag>
TagButtonsUI. getSelectedTags()
Methods in com.biglybt.ui.swt.views.utils with parameters of type Tag Modifier and Type Method Description private static void
TagUIUtils. addShareWithFriendsMenuItems(org.eclipse.swt.widgets.Menu menu, Tag tag, TagType tag_type)
private static void
TagUIUtils. applyLocationToCurrent(Tag tag, java.io.File location, long options, int type)
static boolean
TagUIUtils. canDeleteTag(Tag tag)
private static void
TagUIUtils. createCloseableMenuItems(org.eclipse.swt.widgets.Menu menu, Tag tag, TagType tag_type, org.eclipse.swt.widgets.Menu[] menuShowHide, boolean needs_separator_next)
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. createSideBarMenuItemsDelayed(org.eclipse.swt.widgets.Menu menu, Tag tag)
private static void
TagUIUtils. createTF_FileLocationMenuItems(org.eclipse.swt.widgets.Menu menu, Tag tag)
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)
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)
static java.lang.String
TagUIUtils. getChatKey(Tag tag)
static void
TagUIUtils. openRenameTagDialog(Tag tag)
static boolean
TagUIUtils. removeTags(Tag... tags)
void
TagUIUtils.TagSelectionListener. selected(Tag tag)
static void
TagUIUtils. setMenuIcon(MenuItem m, Tag tag)
static void
TagUIUtils. setMenuIcon(org.eclipse.swt.widgets.MenuItem m, Tag tag)
int
TagButtonsUI. updateTag(Tag tag, java.util.List<Taggable> taggables)
Method parameters in com.biglybt.ui.swt.views.utils with type arguments of type Tag Modifier and Type Method Description private static void
TagUIUtils. build(DownloadManager[] dms, org.eclipse.swt.widgets.Menu menu_tags, java.util.Map<Tag,java.lang.Integer> manual_map, java.util.List<Tag> manual_t)
private static void
TagUIUtils. build(DownloadManager[] dms, org.eclipse.swt.widgets.Menu menu_tags, java.util.Map<Tag,java.lang.Integer> manual_map, java.util.List<Tag> manual_t)
org.eclipse.swt.widgets.Composite
TagButtonsUI. buildTagGroup(java.util.List<Tag> tags, org.eclipse.swt.widgets.Composite parent, boolean allowContextMenu, TagCanvas.TagButtonTrigger trigger)
static void
TagUIUtils. createSideBarMenuItems(org.eclipse.swt.widgets.Menu menu, java.util.List<Tag> _tags)
private static void
TagUIUtils. createTagGroupMenu(org.eclipse.swt.widgets.Menu menu, TagType tag_type, java.util.List<Tag> tagz)
static org.eclipse.swt.widgets.MenuItem
TagUIUtils. createTagSelectionMenu(org.eclipse.swt.widgets.Menu top_menu, java.lang.String resource, java.util.List<Tag> tags, TagUIUtils.TagSelectionListener listener)
protected static void
TagUIUtils. export(java.util.List<Tag> tags)
static boolean
TagUIUtils. removeTags(java.util.List<Tag> tags)
void
TagButtonsUI. setSelectedTags(java.util.List<Tag> tags)
-
Uses of Tag in com.biglybt.ui.swt.widgets
Fields in com.biglybt.ui.swt.widgets declared as Tag Modifier and Type Field Description protected Tag
TagPainter. tag
Methods in com.biglybt.ui.swt.widgets that return Tag Modifier and Type Method Description Tag
TagPainter. getTag()
Methods in com.biglybt.ui.swt.widgets with parameters of type Tag Modifier and Type Method Description java.lang.Boolean
TagCanvas.TagButtonTrigger. tagSelectedOverride(Tag tag)
Constructors in com.biglybt.ui.swt.widgets with parameters of type Tag Constructor Description TagCanvas(org.eclipse.swt.widgets.Composite parent, Tag tag)
Creates 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, org.eclipse.swt.widgets.Control control)
-
Uses of Tag in com.biglybt.util
Methods in com.biglybt.util that return Tag Modifier and Type Method Description static Tag
DataSourceUtils. getTag(java.lang.Object ds)
static Tag[]
DataSourceUtils. getTags(java.lang.Object ds)
-