Package-level declarations
Types
Link copied to clipboard
@Serializable(with = ObservableAudioItemSerializer::class )
JavaFX implementation of ObservableAudioItem with lirp-fx scalar properties.
Link copied to clipboard
interface ObservableArtistCatalog : ReactiveArtistCatalog<ObservableArtistCatalog, ObservableAudioItem> , Comparable<ObservableArtistCatalog>
JavaFX-compatible artist catalog interface exposing catalog data as observable properties.
Link copied to clipboard
JavaFX-compatible audio item interface exposing metadata as observable properties.
Link copied to clipboard
interface ObservableAudioLibrary : ReactiveAudioLibrary<ObservableAudioItem, ObservableArtistCatalog>
JavaFX-compatible audio library interface exposing collections as observable properties for UI binding.