Uses of Class
net.sourceforge.atunes.kernel.modules.repository.tags.tag.TagAttribute

Packages that use TagAttribute
net.sourceforge.atunes.kernel.modules.repository   
net.sourceforge.atunes.kernel.modules.repository.tags.tag   
net.sourceforge.atunes.kernel.modules.state   
 

Uses of TagAttribute in net.sourceforge.atunes.kernel.modules.repository
 

Methods in net.sourceforge.atunes.kernel.modules.repository that return types with arguments of type TagAttribute
static java.util.Map<TagAttribute,java.lang.Boolean> HighlightFoldersByIncompleteTags.getAllTagAttributes()
          Returns a hash map with all tag attributes as key, and state (used or not) as value
static java.util.List<TagAttribute> HighlightFoldersByIncompleteTags.getDefaultTagAttributesToHighlightFolders()
          Returns a hashmap with default attributes setted to true for highlight folders
 

Uses of TagAttribute in net.sourceforge.atunes.kernel.modules.repository.tags.tag
 

Methods in net.sourceforge.atunes.kernel.modules.repository.tags.tag that return TagAttribute
static TagAttribute TagAttribute.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static TagAttribute[] TagAttribute.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of TagAttribute in net.sourceforge.atunes.kernel.modules.state
 

Methods in net.sourceforge.atunes.kernel.modules.state that return types with arguments of type TagAttribute
 java.util.List<TagAttribute> ApplicationState.getHighlightIncompleteTagFoldersAttributes()
           
 

Method parameters in net.sourceforge.atunes.kernel.modules.state with type arguments of type TagAttribute
 void ApplicationState.setHighlightIncompleteTagFoldersAttributes(java.util.List<TagAttribute> highlightIncompleteTagFoldersAttributes)
           
 



Copyright © 2006-2008 The aTunes Team. All Rights Reserved.