Uses of Class
playlist.TypeItem

Packages that use TypeItem
playlist   
 

Uses of TypeItem in playlist
 

Methods in playlist that return TypeItem
 TypeItem Item.getTypeItem()
          Retourne le nom de l'item.
 

Methods in playlist with parameters of type TypeItem
 boolean Item.validate(TypeItem type)
          Valide l'item en fonction du type passé en paramètre.
 void Item.setTypeItem(TypeItem typeItem)
          Spécifie le type de l'item.