Uses of Interface
com.tagtraum.beatunes.library.MediaLibraryUIDelegate
-
Packages that use MediaLibraryUIDelegate Package Description com.tagtraum.beatunes Application for analyzing songs and sorting them based on how they match each other.com.tagtraum.beatunes.library Classes that load and manage the library. -
-
Uses of MediaLibraryUIDelegate in com.tagtraum.beatunes
Classes in com.tagtraum.beatunes that implement MediaLibraryUIDelegate Modifier and Type Class Description class
MediaLibraryDelegateImpl
Media library UI delegate implementation. -
Uses of MediaLibraryUIDelegate in com.tagtraum.beatunes.library
Methods in com.tagtraum.beatunes.library that return MediaLibraryUIDelegate Modifier and Type Method Description MediaLibraryUIDelegate
AbstractMediaLibrary. getUIDelegate()
Methods in com.tagtraum.beatunes.library with parameters of type MediaLibraryUIDelegate Modifier and Type Method Description void
AbstractMediaLibrary. setUIDelegate(MediaLibraryUIDelegate uiDelegate)
void
MediaLibrary. setUIDelegate(MediaLibraryUIDelegate uiDelegate)
-