|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.evolution.player.ui.EvolutionPlayerUI
public class EvolutionPlayerUI
This class provides access to system singletons and constants defined in the Evolution Player UI Layer.
Field Summary | |
---|---|
static java.lang.String |
ALBUM_MENU_PATH
Name of the album menu |
static java.lang.String |
ARTIST_MENU_PATH
Name of the artist menu |
static java.lang.String |
CONTROL_MENU_PATH
Name of the controls menu |
static java.lang.String |
FILE_MENU_PATH
Name of the file menu |
static java.lang.String |
HELP_MENU_PATH
Name of the help menu |
static java.lang.String |
LIBRARY_MENU_PATH
Name of the library menu |
static java.lang.String |
SONG_MENU_PATH
Name of the song menu |
static java.lang.String |
VIEW_MENU_PATH
Name of the views menu |
Constructor Summary | |
---|---|
EvolutionPlayerUI()
|
Method Summary | |
---|---|
static IFilteredSelectionDialog<Album> |
createAlbumSelectionDialog(Shell shell,
boolean multiSelect)
Create a dialog which allows to select any known album. |
static IFilteredSelectionDialog<Artist> |
createArtistSelectionDialog(Shell shell,
boolean multiSelect)
Create a dialog which allows to select any known artist. |
static IFilteredSelectionDialog<LocalMediaInfo> |
createSongSelectionDialog(Shell shell,
boolean multiSelect)
Create a dialog which allows to select any known song. |
static IAlbumArtworkCache |
getAlbumArtworkCache()
An interface to the album artwork cache. |
static IMusicPlayerController |
getMusicPlayerController()
The music player controller to control the evolution player music player. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String FILE_MENU_PATH
public static final java.lang.String CONTROL_MENU_PATH
public static final java.lang.String ARTIST_MENU_PATH
public static final java.lang.String ALBUM_MENU_PATH
public static final java.lang.String SONG_MENU_PATH
public static final java.lang.String VIEW_MENU_PATH
public static final java.lang.String LIBRARY_MENU_PATH
public static final java.lang.String HELP_MENU_PATH
Constructor Detail |
---|
public EvolutionPlayerUI()
Method Detail |
---|
public static IAlbumArtworkCache getAlbumArtworkCache()
public static IMusicPlayerController getMusicPlayerController()
public static IFilteredSelectionDialog<Artist> createArtistSelectionDialog(Shell shell, boolean multiSelect)
shell
- the shell to parent the dialog onmultiSelect
- true
if the user can select more then one
element, false
otherwise
public static IFilteredSelectionDialog<Album> createAlbumSelectionDialog(Shell shell, boolean multiSelect)
shell
- the shell to parent the dialog onmultiSelect
- true
if the user can select more then one
element, false
otherwise
public static IFilteredSelectionDialog<LocalMediaInfo> createSongSelectionDialog(Shell shell, boolean multiSelect)
shell
- the shell to parent the dialog onmultiSelect
- true
if the user can select more then one
element, false
otherwise
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |