| Package | Description |
|---|---|
| de.quippy.javamod.main.gui.playlist | |
| de.quippy.javamod.main.playlist |
| Modifier and Type | Method and Description |
|---|---|
void |
PlayListGUI.activeElementChanged(PlayListEntry oldActiveElement,
PlayListEntry newActiveElement) |
void |
PlayListGUI.selectedElementChanged(PlayListEntry oldSelectedElement,
PlayListEntry newSelectedElement) |
| Modifier and Type | Method and Description |
|---|---|
PlayListEntry[] |
PlayList.getAllEntries() |
PlayListEntry |
PlayList.getCurrentEntry()
Retrieve the current playlist entry
if no (more) entries are set this will return null
|
PlayListEntry |
PlayList.getEntry(int index) |
PlayListEntry[] |
PlayList.getSelectedEntries() |
PlayListEntry |
PlayList.setCurrentElement(int index) |
| Modifier and Type | Method and Description |
|---|---|
Iterator<PlayListEntry> |
PlayList.getIterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
PlaylistChangedListener.activeElementChanged(PlayListEntry oldActiveElement,
PlayListEntry newActiveElement) |
void |
PlayList.addEntry(PlayListEntry newPlaylistEntry) |
void |
PlayList.fireActiveElementChanged(PlayListEntry oldElement,
PlayListEntry newEntry) |
void |
PlayList.fireSelectedElementChanged(PlayListEntry oldElement,
PlayListEntry newEntry) |
int |
PlayList.indexOf(PlayListEntry entry) |
void |
PlaylistChangedListener.selectedElementChanged(PlayListEntry oldSelectedElement,
PlayListEntry newSelectedElement) |
| Constructor and Description |
|---|
PlayList(ArrayList<PlayListEntry> entries,
boolean shuffle,
boolean repeat) |
Copyright © 2014. All rights reserved.