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

Packages that use AudioObject
net.sourceforge.atunes.gui.model   
net.sourceforge.atunes.gui.views.controls.playList   
net.sourceforge.atunes.gui.views.dialogs   
net.sourceforge.atunes.gui.views.dialogs.fullScreen   
net.sourceforge.atunes.gui.views.dialogs.properties   
net.sourceforge.atunes.kernel.controllers.contextInformation   
net.sourceforge.atunes.kernel.controllers.fileProperties   
net.sourceforge.atunes.kernel.controllers.navigation   
net.sourceforge.atunes.kernel.controllers.osd   
net.sourceforge.atunes.kernel.controllers.playList   
net.sourceforge.atunes.kernel.handlers   
net.sourceforge.atunes.kernel.modules.contextInformation   
net.sourceforge.atunes.kernel.modules.contextInformation.lastfm.runnables   
net.sourceforge.atunes.kernel.modules.contextInformation.lyrics   
net.sourceforge.atunes.kernel.modules.player.mplayer   
net.sourceforge.atunes.kernel.modules.player.xine   
net.sourceforge.atunes.kernel.modules.playlist   
net.sourceforge.atunes.kernel.modules.podcast   
net.sourceforge.atunes.kernel.modules.radio   
net.sourceforge.atunes.kernel.modules.repository.audio   
net.sourceforge.atunes.kernel.modules.repository.model   
net.sourceforge.atunes.kernel.modules.search   
net.sourceforge.atunes.kernel.modules.search.searchableobjects   
net.sourceforge.atunes.model   
 

Uses of AudioObject in net.sourceforge.atunes.gui.model
 

Methods in net.sourceforge.atunes.gui.model that return AudioObject
 AudioObject PlayListTableModel.getFileAt(int pos)
          Return a file of a row.
 AudioObject NavigationTableModel.getSongAt(int row)
          Gets the song at.
 

Methods in net.sourceforge.atunes.gui.model that return types with arguments of type AudioObject
 java.util.List<AudioObject> NavigationTableModel.getSongs()
          Gets the songs.
 java.util.List<AudioObject> NavigationTableModel.getSongsAt(int[] rows)
          Gets the songs at.
 

Methods in net.sourceforge.atunes.gui.model with parameters of type AudioObject
 void PlayListTableModel.addSong(AudioObject song)
          Adds a song to Play list.
 

Method parameters in net.sourceforge.atunes.gui.model with type arguments of type AudioObject
 void NavigationTableModel.setSongs(java.util.List<AudioObject> songs)
          Sets the songs.
 

Uses of AudioObject in net.sourceforge.atunes.gui.views.controls.playList
 

Methods in net.sourceforge.atunes.gui.views.controls.playList that return types with arguments of type AudioObject
 java.util.Comparator<AudioObject> Column.getComparator()
          Return a comparator to sort playlist by this column.
 

Methods in net.sourceforge.atunes.gui.views.controls.playList with parameters of type AudioObject
abstract  java.lang.Object Column.getValueFor(AudioObject audioObject)
          Returns value for a column of an audiofile.
 void Column.setValueFor(AudioObject audioObject, java.lang.Object value)
          Sets value for a property of an audio object.
 

Uses of AudioObject in net.sourceforge.atunes.gui.views.dialogs
 

Constructors in net.sourceforge.atunes.gui.views.dialogs with parameters of type AudioObject
ImageDialog(javax.swing.JFrame parent, AudioObject file)
          Instantiates a new image dialog.
 

Uses of AudioObject in net.sourceforge.atunes.gui.views.dialogs.fullScreen
 

Methods in net.sourceforge.atunes.gui.views.dialogs.fullScreen with parameters of type AudioObject
 void FullScreenDialog.setAudioObject(AudioObject audioObject)
          Sets the audio object.
 

Uses of AudioObject in net.sourceforge.atunes.gui.views.dialogs.properties
 

Methods in net.sourceforge.atunes.gui.views.dialogs.properties with parameters of type AudioObject
static PropertiesDialog PropertiesDialog.newInstance(AudioObject a)
          New instance.
 

Uses of AudioObject in net.sourceforge.atunes.kernel.controllers.contextInformation
 

Methods in net.sourceforge.atunes.kernel.controllers.contextInformation with parameters of type AudioObject
 void ContextInformationPanelController.setAudioObjectInfo(AudioObject audioObject)
          Sets the audio object info
 void ContextInformationPanelController.setLyrics(AudioObject audioObject, Lyrics lyrics)
          Sets the lyrics.
 

Uses of AudioObject in net.sourceforge.atunes.kernel.controllers.fileProperties
 

Methods in net.sourceforge.atunes.kernel.controllers.fileProperties with parameters of type AudioObject
 void FilePropertiesController.updateValues(AudioObject file)
          Update values.
 

Uses of AudioObject in net.sourceforge.atunes.kernel.controllers.navigation
 

Methods in net.sourceforge.atunes.kernel.controllers.navigation that return AudioObject
 AudioObject NavigationController.getSongInNavigationTable(int row)
          Gets the song in navigation table.
 

Methods in net.sourceforge.atunes.kernel.controllers.navigation that return types with arguments of type AudioObject
 java.util.List<AudioObject> NavigationController.getSongsForDeviceTreeNode(javax.swing.tree.DefaultMutableTreeNode node)
          Gets the songs for device tree node.
protected  java.util.List<AudioObject> NodeToSongsTranslator.getSongsForDeviceTreeNode(javax.swing.tree.DefaultMutableTreeNode node)
          Gets the songs for device tree node.
 java.util.List<AudioObject> NavigationController.getSongsForFavoriteTreeNode(javax.swing.tree.DefaultMutableTreeNode node)
          Gets the songs for favorite tree node.
protected  java.util.List<AudioObject> NodeToSongsTranslator.getSongsForFavoriteTreeNode(javax.swing.tree.DefaultMutableTreeNode node)
          Gets the songs for favorite tree node.
 java.util.List<AudioObject> NavigationController.getSongsForNavigationTree()
          Gets the songs for navigation tree.
protected  java.util.List<AudioObject> NodeToSongsTranslator.getSongsForNavigationTree(javax.swing.tree.TreePath[] paths)
          Gets the songs for navigation tree.
 java.util.List<AudioObject> NavigationController.getSongsForPodcastFeedTreeNode(javax.swing.tree.DefaultMutableTreeNode node)
          Gets the songs for podcast feed tree node.
protected  java.util.List<AudioObject> NodeToSongsTranslator.getSongsForPodcastFeedTreeNode(javax.swing.tree.DefaultMutableTreeNode node)
          Gets the songs for podcast feed tree node.
 java.util.List<AudioObject> NavigationController.getSongsForRadioTreeNode(javax.swing.tree.DefaultMutableTreeNode node)
          Gets the songs for radio tree node.
protected  java.util.List<AudioObject> NodeToSongsTranslator.getSongsForRadioTreeNode(javax.swing.tree.DefaultMutableTreeNode node)
          Gets the songs for radio tree node.
 java.util.List<AudioObject> NavigationController.getSongsForTreeNode(javax.swing.tree.DefaultMutableTreeNode node)
          Gets the songs for tree node.
protected  java.util.List<AudioObject> NodeToSongsTranslator.getSongsForTreeNode(javax.swing.tree.DefaultMutableTreeNode node)
          Gets the songs for tree node.
 java.util.List<AudioObject> NavigationController.sort(java.util.List<AudioObject> songs, RepositoryHandler.SortType type)
          Sort.
 

Method parameters in net.sourceforge.atunes.kernel.controllers.navigation with type arguments of type AudioObject
 java.util.List<AudioObject> NavigationController.sort(java.util.List<AudioObject> songs, RepositoryHandler.SortType type)
          Sort.
 

Uses of AudioObject in net.sourceforge.atunes.kernel.controllers.osd
 

Methods in net.sourceforge.atunes.kernel.controllers.osd with parameters of type AudioObject
 void OSDDialogController.showOSD(AudioObject audioObject)
          Show osd.
 

Uses of AudioObject in net.sourceforge.atunes.kernel.controllers.playList
 

Methods in net.sourceforge.atunes.kernel.controllers.playList that return types with arguments of type AudioObject
 java.util.List<AudioObject> PlayListController.getSelectedAudioObjects()
          Gets the selected audio objects.
 

Method parameters in net.sourceforge.atunes.kernel.controllers.playList with type arguments of type AudioObject
 void PlayListController.notifyAudioObjectsAddedToController(java.util.List<? extends AudioObject> audioObjects, int selected)
          Notify audio objects added to controller.
 

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

Methods in net.sourceforge.atunes.kernel.handlers that return types with arguments of type AudioObject
 java.util.List<AudioObject> RepositoryHandler.sort(java.util.List<? extends AudioObject> songs)
          Sort.
 java.util.List<AudioObject> RepositoryHandler.sort(java.util.List<? extends AudioObject> songs, RepositoryHandler.SortType type)
          Sort.
 

Methods in net.sourceforge.atunes.kernel.handlers with parameters of type AudioObject
 void ContextInformationServiceHandler.notifyAlbumRetrieved(AudioObject file, long id)
           
 void ContextInformationServiceHandler.notifyLyricsRetrieved(AudioObject audioObject, Lyrics lyrics, long id)
          Notify lyrics retrieved.
 void PlayListHandler.playNow(AudioObject song)
          Plays song passed to argument.
 void ContextInformationServiceHandler.retrieveInfoAndShowInPanel(AudioObject ao)
          Updates panel with audio object information.
 void PlayListHandler.selectedAudioObjectChanged(AudioObject audioObject)
          Method of PlayListEventListener.
 void ContextInformationServiceHandler.setImage(java.awt.Image image, AudioObject ao, long id)
           
 void VisualHandler.showImageDialog(AudioObject file)
          Show image dialog.
 void VisualHandler.showPropertiesDialog(AudioObject file)
          Show properties dialog.
protected abstract  void PlayerHandler.startPlayback(AudioObject audioObjectToPlay, AudioObject audioObject)
          play this audio object
 void VisualHandler.updateStatusBar(AudioObject song)
          Update status bar.
 void VisualHandler.updateTitleBar(AudioObject song)
          Update title bar.
 

Method parameters in net.sourceforge.atunes.kernel.handlers with type arguments of type AudioObject
 void PlayListHandler.addToPlayList(java.util.List<? extends AudioObject> audioObjects)
          Adds audio objects to play list.
 void MultiplePlaylistHandler.newPlayList(java.util.List<AudioObject> audioObjects)
          Called to create a new play list with given audio objects.
 void MultiplePlaylistHandler.newPlayList(java.lang.String nameOfNewPlayList, java.util.List<AudioObject> audioObjects)
          Called to create a new play list with given audio objects.
 java.util.List<AudioObject> RepositoryHandler.sort(java.util.List<? extends AudioObject> songs)
          Sort.
 java.util.List<AudioObject> RepositoryHandler.sort(java.util.List<? extends AudioObject> songs, RepositoryHandler.SortType type)
          Sort.
 void PlayListHandler.sortPlayList(java.util.Comparator<AudioObject> comp)
          Sorts play list with a given comparator.
 

Uses of AudioObject in net.sourceforge.atunes.kernel.modules.contextInformation
 

Methods in net.sourceforge.atunes.kernel.modules.contextInformation with parameters of type AudioObject
 void ContextInformationListener.notifyAlbumRetrieved(AudioObject file, long id)
          Notify album retrieved.
 void ContextInformationListener.notifyLyricsRetrieved(AudioObject audioObject, Lyrics lyrics, long id)
          Notify lyrics retrieved.
 void ContextInformationListener.setImage(java.awt.Image img, AudioObject ao, long id)
          Sets the image.
 

Uses of AudioObject in net.sourceforge.atunes.kernel.modules.contextInformation.lastfm.runnables
 

Constructors in net.sourceforge.atunes.kernel.modules.contextInformation.lastfm.runnables with parameters of type AudioObject
LastFmAlbumsRunnable(ContextInformationListener listener, LastFmService service, AudioObject audioObject, long id)
          Instantiates a new audio scrobbler albums runnable.
LastFmCoversRunnable(ContextInformationListener listener, LastFmService service, java.util.List<? extends AlbumInfo> albums, long id, AudioObject audioObject)
          Instantiates a new audio scrobbler covers runnable.
LastFmRunnable(ContextInformationListener listener, LastFmService service, AudioObject audioObject, long id, java.util.concurrent.ExecutorService executorService)
          Instantiates a new audio scrobbler runnable.
 

Uses of AudioObject in net.sourceforge.atunes.kernel.modules.contextInformation.lyrics
 

Constructors in net.sourceforge.atunes.kernel.modules.contextInformation.lyrics with parameters of type AudioObject
LyricsRunnable(ContextInformationListener listener, AudioObject audioObject, long id)
          Instantiates a new lyrics runnable.
 

Uses of AudioObject in net.sourceforge.atunes.kernel.modules.player.mplayer
 

Methods in net.sourceforge.atunes.kernel.modules.player.mplayer with parameters of type AudioObject
protected  void MPlayerHandler.startPlayback(AudioObject audioObjectToPlay, AudioObject audioObject)
           
 

Uses of AudioObject in net.sourceforge.atunes.kernel.modules.player.xine
 

Methods in net.sourceforge.atunes.kernel.modules.player.xine with parameters of type AudioObject
protected  void XineHandler.startPlayback(AudioObject audioObjectToPlay, AudioObject audioObject)
           
 

Uses of AudioObject in net.sourceforge.atunes.kernel.modules.playlist
 

Methods in net.sourceforge.atunes.kernel.modules.playlist that return AudioObject
 AudioObject PlayList.getCurrentAudioObject()
          Return current audio object.
static AudioObject PlayListCommonOps.getCurrentAudioObject()
          Gets the current audio object.
 AudioObject PlayList.getNextAudioObjectToPlay()
          Returns the next file to play.
 AudioObject PlayList.getPreviousAudioObjectToPlay()
          Return the previous file played.
 AudioObject PlayList.remove(int index)
          Removes a song.
 

Methods in net.sourceforge.atunes.kernel.modules.playlist that return types with arguments of type AudioObject
static java.util.List<AudioObject> PlayListIO.getAudioObjectsFromFileNamesList(java.util.List<java.lang.String> fileNames)
          Returns a list of files contained in a list of file names.
static java.util.List<AudioObject> PlayListIO.getFilesFromList(java.io.File file)
          Returns a list of files contained in a play list file.
static java.util.List<AudioObject> PlayListCommonOps.getSelectedSongs()
          Gets the selected songs.
 

Methods in net.sourceforge.atunes.kernel.modules.playlist with parameters of type AudioObject
 void PlayListEventListener.selectedAudioObjectChanged(AudioObject audioObject)
          Called when audio object to being played changes.
 

Method parameters in net.sourceforge.atunes.kernel.modules.playlist with type arguments of type AudioObject
static void PlayListCommonOps.addToPlayList(java.util.List<? extends AudioObject> audioObjects)
          Adds the to play list.
static void PlayListCommonOps.addToPlayListAndPlay(java.util.List<? extends AudioObject> audioObjects)
          Adds the to play list and play.
 void PlayList.setSongs(java.util.List<AudioObject> songs)
          Sets a list of songs to this playlist.
 

Constructor parameters in net.sourceforge.atunes.kernel.modules.playlist with type arguments of type AudioObject
PlayList(java.util.List<AudioObject> files)
          Constructor.
 

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

Classes in net.sourceforge.atunes.kernel.modules.podcast that implement AudioObject
 class PodcastFeedEntry
          Represents a entry of a podcast feed.
 

Methods in net.sourceforge.atunes.kernel.modules.podcast that return types with arguments of type AudioObject
 java.util.List<AudioObject> PodcastFeed.getAudioObjects()
           
 

Method parameters in net.sourceforge.atunes.kernel.modules.podcast with type arguments of type AudioObject
static java.util.List<PodcastFeedEntry> PodcastFeedEntry.getPodcastFeedEntries(java.util.List<AudioObject> audioObjects)
          Gets the podcast feed entries.
 

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

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

Methods in net.sourceforge.atunes.kernel.modules.radio that return types with arguments of type AudioObject
 java.util.List<AudioObject> Radio.getAudioObjects()
           
 

Method parameters in net.sourceforge.atunes.kernel.modules.radio with type arguments of type AudioObject
static java.util.List<Radio> Radio.getRadios(java.util.List<AudioObject> audioObjects)
          Gets the radios.
 

Uses of AudioObject in net.sourceforge.atunes.kernel.modules.repository.audio
 

Classes in net.sourceforge.atunes.kernel.modules.repository.audio that implement AudioObject
 class AudioFile
          AudioFile class initializes audio files so tags and audio information can be retrieved by tagging library.
 

Method parameters in net.sourceforge.atunes.kernel.modules.repository.audio with type arguments of type AudioObject
static java.util.List<AudioFile> AudioFile.getAudioFiles(java.util.List<AudioObject> audioObjects)
          Gets the audio files.
 

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

Methods in net.sourceforge.atunes.kernel.modules.repository.model that return types with arguments of type AudioObject
 java.util.List<AudioObject> Artist.getAudioObjects()
          Returns a list of songs of this artist (all songs of all albums).
 java.util.List<AudioObject> Folder.getAudioObjects()
          Returns a list of songs in this folder and in children folders.
 java.util.List<AudioObject> Album.getAudioObjects()
          Returns a list of songs of this album.
 java.util.List<AudioObject> Genre.getAudioObjects()
          Returns all songs of this genre (all songs of all artists).
 

Uses of AudioObject in net.sourceforge.atunes.kernel.modules.search
 

Methods in net.sourceforge.atunes.kernel.modules.search that return AudioObject
 AudioObject SearchResult.getAudioObject()
          Returns audio object.
 

Methods in net.sourceforge.atunes.kernel.modules.search that return types with arguments of type AudioObject
 java.util.List<AudioObject> SearchableObject.getElementsToIndex()
          Returns elements to index.
 

Methods in net.sourceforge.atunes.kernel.modules.search with parameters of type AudioObject
 Document SearchableObject.getDocumentForElement(AudioObject audioObject)
          Builds a Lucene Document for a given AudioObject.
 

Constructors in net.sourceforge.atunes.kernel.modules.search with parameters of type AudioObject
SearchResult(AudioObject audioFile, float score)
          Constructor.
 

Uses of AudioObject in net.sourceforge.atunes.kernel.modules.search.searchableobjects
 

Methods in net.sourceforge.atunes.kernel.modules.search.searchableobjects that return types with arguments of type AudioObject
 java.util.List<AudioObject> RepositorySearchableObject.getElementsToIndex()
           
 java.util.List<AudioObject> FavoritesSearchableObject.getElementsToIndex()
           
 java.util.List<AudioObject> DeviceSearchableObject.getElementsToIndex()
           
 

Methods in net.sourceforge.atunes.kernel.modules.search.searchableobjects with parameters of type AudioObject
 Document CommonAudioFileSearchableObject.getDocumentForElement(AudioObject audioObject)
           
 

Uses of AudioObject in net.sourceforge.atunes.model
 

Methods in net.sourceforge.atunes.model that return types with arguments of type AudioObject
 java.util.List<AudioObject> TreeObject.getAudioObjects()
          Returns the audio objects of this tree object.
 



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