Uses of Interface
net.sourceforge.atunes.model.TreeObject

Packages that use TreeObject
net.sourceforge.atunes.kernel.handlers   
net.sourceforge.atunes.kernel.modules.podcast   
net.sourceforge.atunes.kernel.modules.radio   
net.sourceforge.atunes.kernel.modules.repository.model   
 

Uses of TreeObject in net.sourceforge.atunes.kernel.handlers
 

Methods in net.sourceforge.atunes.kernel.handlers with parameters of type TreeObject
 void FavoritesHandler.removeFromFavorites(TreeObject obj)
          Removes the from favorites.
 

Uses of TreeObject in net.sourceforge.atunes.kernel.modules.podcast
 

Classes in net.sourceforge.atunes.kernel.modules.podcast that implement TreeObject
 class PodcastFeed
          Represents a rss or atom podcast feed.
 

Uses of TreeObject in net.sourceforge.atunes.kernel.modules.radio
 

Classes in net.sourceforge.atunes.kernel.modules.radio that implement TreeObject
 class Radio
          The Class Radio.
 

Uses of TreeObject in net.sourceforge.atunes.kernel.modules.repository.model
 

Classes in net.sourceforge.atunes.kernel.modules.repository.model that implement TreeObject
 class Album
          This class represents an album, with it's name, artist, and songs.
 class Artist
          This class represents an artist, with a name, and a list of albums.
 class Folder
          This class represents a folder with a name, and a list of files and more folders.
 class Genre
          This class represents a genre, with a name, and a set of artist of this genre.
 



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