| Package | Description |
|---|---|
| de.quippy.javamod.main.applet | |
| de.quippy.javamod.main.gui | |
| de.quippy.javamod.main.gui.playlist | |
| de.quippy.javamod.main.gui.tools | |
| de.quippy.javamod.main.playlist |
| Modifier and Type | Field and Description |
|---|---|
protected PlayList |
JavaModAppletBase.currentPlayList |
| Modifier and Type | Method and Description |
|---|---|
protected PlayList |
JavaModAppletBase.getCurrentPlayList() |
| Modifier and Type | Method and Description |
|---|---|
void |
MainForm.playListChanged(PlayList newPlayList) |
void |
MainForm.playlistRecieved(DropTargetDropEvent dtde,
PlayList dropResult,
URL addToLastLoaded) |
| Modifier and Type | Method and Description |
|---|---|
void |
PlaylistGUIChangeListener.playListChanged(PlayList newPlayList) |
void |
PlayListGUI.playlistRecieved(DropTargetDropEvent dtde,
PlayList dropResult,
URL addToLastLoaded) |
void |
PlayListGUI.setNewPlaylist(PlayList playList) |
| Modifier and Type | Method and Description |
|---|---|
void |
PlaylistDropListenerCallBack.playlistRecieved(DropTargetDropEvent dtde,
PlayList dropResult,
URL addToLastLoaded) |
| Modifier and Type | Method and Description |
|---|---|
static PlayList |
PlayList.createFromFile(File f,
boolean shuffle,
boolean repeat)
reads a Playlist from a file
|
static PlayList |
PlayList.createFromFile(String fileName,
boolean shuffle,
boolean repeat)
reads a Playlist from a file
|
static PlayList |
PlayList.createFromFile(URL url,
boolean shuffle,
boolean repeat)
reads a playlist from a file
|
static PlayList |
PlayList.createNewListWithFile(File file,
boolean shuffle,
boolean repeat)
will create a playlists with the given file
if the file represents a playlist, it will get expanded
|
static PlayList |
PlayList.createNewListWithFile(URL url,
boolean shuffle,
boolean repeat)
will create a playlists with the given file
if the file represents a playlist, it will get expanded
|
static PlayList |
PlayList.createNewListWithFiles(File[] file,
boolean shuffle,
boolean repeat)
will create a playlists with the given files
if a file represents a playlist, it will get expanded
|
static PlayList |
PlayList.createNewListWithFiles(URL[] url,
boolean shuffle,
boolean repeat)
will create a playlists with the given files
if a file represents a playlist, it will get expanded
|
| Modifier and Type | Method and Description |
|---|---|
void |
PlayList.addAllAt(int indexAt,
PlayList newPlaylist) |
void |
PlayListEntry.setSavedInPlaylist(PlayList playList) |
| Constructor and Description |
|---|
PlayListEntry(File file,
PlayList savedInPlaylist)
Constructor for PlayListEntry
|
PlayListEntry(String fileName,
PlayList savedInPlaylist)
Constructor for PlayListEntry
|
PlayListEntry(URL file,
PlayList savedInPlaylist)
Constructor for PlayListEntry
|
Copyright © 2014. All rights reserved.