Uses of Interface
as.clynx.gui.playlist.ListContentProvider

Packages that use ListContentProvider
as.clynx   
as.clynx.audio.rep   
as.clynx.gui.playlist   
 

Uses of ListContentProvider in as.clynx
 

Methods in as.clynx with parameters of type ListContentProvider
 void App.evaluate(SettingControl settings, FileListLoader loader, ListContentProvider provider)
          starts the evaluation.
 

Uses of ListContentProvider in as.clynx.audio.rep
 

Constructors in as.clynx.audio.rep with parameters of type ListContentProvider
AudioFileList(AbstractDecoder enc, ListContentProvider provider)
          Constructor
 

Uses of ListContentProvider in as.clynx.gui.playlist
 

Classes in as.clynx.gui.playlist that implement ListContentProvider
 class DefaultListContentProvider
          The class DefaultListContentProvider.java represents the default ListContentProvider with no action.
 class JPlayList
          The class JPlayList.java displays all tracks of the current IAudiofileCollection instance.