as.clynx.gui.playlist
Class DefaultListContentProvider

java.lang.Object
  extended by as.clynx.gui.playlist.DefaultListContentProvider
All Implemented Interfaces:
ListContentProvider

public class DefaultListContentProvider
extends java.lang.Object
implements ListContentProvider

The class DefaultListContentProvider.java represents the default ListContentProvider with no action.

Version:
cLynx v.1.2, JDK 6.0: 27.11.2007
Author:
Andreas Senfter - andreas@senfters.com

Constructor Summary
DefaultListContentProvider()
           
 
Method Summary
 void addElement(AudioFile af)
          adds an element to the visual representation.
 void register(IAudioFileCollection collection)
          registers the IAudioFileCollection instance.
 void update(int from, int to)
          update all elements in the range [from,to] of the visual representation.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultListContentProvider

public DefaultListContentProvider()
Method Detail

register

public void register(IAudioFileCollection collection)
Description copied from interface: ListContentProvider
registers the IAudioFileCollection instance.

Specified by:
register in interface ListContentProvider

addElement

public void addElement(AudioFile af)
Description copied from interface: ListContentProvider
adds an element to the visual representation.

Specified by:
addElement in interface ListContentProvider

update

public void update(int from,
                   int to)
Description copied from interface: ListContentProvider
update all elements in the range [from,to] of the visual representation.

Specified by:
update in interface ListContentProvider