Uses of Class
os.djtagger.TagNames

Packages that use TagNames
os.djtagger   
os.djtagger.action.tag   
os.djtagger.tagger   
os.djtagger.tagger.id3   
os.djtagger.tagger.sheet   
os.djtagger.task.tag   
 

Uses of TagNames in os.djtagger
 

Methods in os.djtagger that return TagNames
static TagNames TagNames.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static TagNames[] TagNames.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of TagNames in os.djtagger.action.tag
 

Methods in os.djtagger.action.tag that return TagNames
 TagNames DeleteAction.getTag()
           
 TagNames AssignAction.getTag()
           
 

Constructors in os.djtagger.action.tag with parameters of type TagNames
AssignAction(TagNames tag, java.lang.Object value)
           
DeleteAction(TagNames tag)
           
 

Uses of TagNames in os.djtagger.tagger
 

Methods in os.djtagger.tagger with parameters of type TagNames
 java.lang.Object Tagger.getTag(java.io.File file, TagNames tag)
           
 void Tagger.setTag(java.io.File file, TagNames tag, java.lang.Object object)
           
 

Uses of TagNames in os.djtagger.tagger.id3
 

Fields in os.djtagger.tagger.id3 with type parameters of type TagNames
static java.util.Map<TagNames,org.jaudiotagger.tag.TagFieldKey> Id3Tagger.TO_TAG_FIELD_KEY
           
static java.util.Collection<TagNames> Id3Tagger.V1_TAGS
           
 

Methods in os.djtagger.tagger.id3 with parameters of type TagNames
 java.lang.Object Id3Tagger.getTag(java.io.File file, TagNames tag)
           
 java.lang.String Id3Tagger.getV1Tag(java.io.File file, TagNames tag)
           
 void Id3Tagger.setTag(java.io.File file, TagNames tag, java.lang.Object object)
           
 void Id3Tagger.setV1Tag(java.io.File file, TagNames tag, java.lang.String value)
           
 

Uses of TagNames in os.djtagger.tagger.sheet
 

Methods in os.djtagger.tagger.sheet with parameters of type TagNames
 java.lang.Object SheetTagger.getTag(java.io.File file, TagNames tag)
           
 java.lang.Object TagInformation.getTagValue(TagNames tag)
           
 boolean TagInformation.isDeleted(TagNames tag)
           
 void SheetTagger.setTag(java.io.File file, TagNames tag, java.lang.Object object)
           
 void TagInformation.setTagValue(SheetInformation info, TagNames tag, java.lang.Object value)
           
 

Uses of TagNames in os.djtagger.task.tag
 

Methods in os.djtagger.task.tag that return types with arguments of type TagNames
 java.util.Map<TagNames,java.lang.Object> Tag.getTagToContent()
           
 

Methods in os.djtagger.task.tag with parameters of type TagNames
 int Tag.compareTagValue(TagNames tag, java.lang.Object value1, java.lang.Object value2)
           
 

Method parameters in os.djtagger.task.tag with type arguments of type TagNames
 void Tag.setTagToContent(java.util.Map<TagNames,java.lang.Object> tagToContent)
           
 



Copyright © 2007-2010 Pointbreak. All Rights Reserved.