|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectas.clynx.gui.playlist.DefaultListContentProvider
public class DefaultListContentProvider
The class DefaultListContentProvider.java represents the default ListContentProvider with no action.
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 |
---|
public DefaultListContentProvider()
Method Detail |
---|
public void register(IAudioFileCollection collection)
ListContentProvider
register
in interface ListContentProvider
public void addElement(AudioFile af)
ListContentProvider
addElement
in interface ListContentProvider
public void update(int from, int to)
ListContentProvider
update
in interface ListContentProvider
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |