Uses of Interface
com.biglybt.core.tag.TagFeatureFileLocation
-
Packages that use TagFeatureFileLocation Package Description com.biglybt.core.category.impl com.biglybt.core.global.impl com.biglybt.core.tag com.biglybt.core.tag.impl com.biglybt.ui.swt.shells.opentorrent -
-
Uses of TagFeatureFileLocation in com.biglybt.core.category.impl
Classes in com.biglybt.core.category.impl that implement TagFeatureFileLocation Modifier and Type Class Description class
CategoryImpl
-
Uses of TagFeatureFileLocation in com.biglybt.core.global.impl
Classes in com.biglybt.core.global.impl that implement TagFeatureFileLocation Modifier and Type Class Description private class
GlobalManagerImpl.DownloadStateTagger.MyTag
-
Uses of TagFeatureFileLocation in com.biglybt.core.tag
Subinterfaces of TagFeatureFileLocation in com.biglybt.core.tag Modifier and Type Interface Description interface
TagDownload
Methods in com.biglybt.core.tag that return TagFeatureFileLocation Modifier and Type Method Description static TagFeatureFileLocation
TagUtils. selectInitialDownloadLocation(java.util.Collection<Tag> tags)
-
Uses of TagFeatureFileLocation in com.biglybt.core.tag.impl
Classes in com.biglybt.core.tag.impl that implement TagFeatureFileLocation Modifier and Type Class Description class
TagDownloadWithState
Fields in com.biglybt.core.tag.impl declared as TagFeatureFileLocation Modifier and Type Field Description private TagFeatureFileLocation
TagBase. tag_fl
Methods in com.biglybt.core.tag.impl with parameters of type TagFeatureFileLocation Modifier and Type Method Description private static void
TagDownloadWithState. moveDownload(DownloadManager dm, TagFeatureFileLocation fl)
-
Uses of TagFeatureFileLocation in com.biglybt.ui.swt.shells.opentorrent
Fields in com.biglybt.ui.swt.shells.opentorrent declared as TagFeatureFileLocation Modifier and Type Field Description private TagFeatureFileLocation
OpenTorrentOptionsWindow.OpenTorrentInstance. tag_save_location
Methods in com.biglybt.ui.swt.shells.opentorrent with parameters of type TagFeatureFileLocation Modifier and Type Method Description private void
OpenTorrentOptionsWindow.OpenTorrentInstance. updateInitialSaveTags(java.util.List<Tag> tags, TagFeatureFileLocation removed)
-