|
Lizzy v1.1.1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object christophedelory.playlist.b4s.Playlist
public class Playlist
The playlist composing a Winamp 3+ B4S file.
Constructor Summary | |
---|---|
Playlist()
|
Method Summary | |
---|---|
void |
addEntry(Entry entry)
Adds an entry to this playlist. |
List<Entry> |
getEntries()
Returns the list of entries defined in this playlist. |
String |
getLabel()
Returns a label for the playlist. |
int |
getNumberOfEntries()
Returns the number of entries in this playlist. |
void |
setLabel(String label)
Initializes a label for the playlist. |
void |
setNumberOfEntries(int numEntries)
Initializes the number of entries in this playlist. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Playlist()
Method Detail |
---|
public int getNumberOfEntries()
setNumberOfEntries(int)
public void setNumberOfEntries(int numEntries)
numEntries
- the number of entries. Shall not be strictly negative.
IllegalArgumentException
- if numEntries
is strictly negative.getNumberOfEntries()
public String getLabel()
null
.setLabel(java.lang.String)
public void setLabel(String label)
label
- a label. May be null
.getLabel()
public void addEntry(Entry entry)
entry
- an entry. Shall not be null
NullPointerException
- if entry
is null
.getEntries()
public List<Entry> getEntries()
null
.addEntry(christophedelory.playlist.b4s.Entry)
|
© 2008-2009 Christophe Delory | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |