|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ListContentProvider
The interface ListContentProvider.java manages the interaction between an IAudioFileCollection and an visual representation of this IAudioFileCollection instance.
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. |
Method Detail |
---|
void register(IAudioFileCollection collection)
collection
- void addElement(AudioFile af)
af
- void update(int from, int to)
from
- to
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |