Uses of Interface
com.evolution.player.ui.dialogs.IFilteredSelectionDialog

Packages that use IFilteredSelectionDialog
com.evolution.player.ui   
 

Uses of IFilteredSelectionDialog in com.evolution.player.ui
 

Methods in com.evolution.player.ui that return IFilteredSelectionDialog
static IFilteredSelectionDialog<Album> EvolutionPlayerUI.createAlbumSelectionDialog(Shell shell, boolean multiSelect)
          Create a dialog which allows to select any known album.
static IFilteredSelectionDialog<Artist> EvolutionPlayerUI.createArtistSelectionDialog(Shell shell, boolean multiSelect)
          Create a dialog which allows to select any known artist.
static IFilteredSelectionDialog<LocalMediaInfo> EvolutionPlayerUI.createSongSelectionDialog(Shell shell, boolean multiSelect)
          Create a dialog which allows to select any known song.