net.sourceforge.atunes.model
Interface TreeObject

All Known Implementing Classes:
Album, Artist, Folder, Genre, PodcastFeed, Radio

public interface TreeObject

All objects that can be shown in Navigator tree must implement this interface.


Method Summary
 java.util.List<AudioObject> getAudioObjects()
          Returns the audio objects of this tree object.
 

Method Detail

getAudioObjects

java.util.List<AudioObject> getAudioObjects()
Returns the audio objects of this tree object.

Returns:
The audio objects of this object


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