| Provides the models and Actions for managing and editing Albums.
Works with an underlying AlbumManager that provides a ListModel
for the Albums and operations to add, remove, and change a Album.
In other words, this class turns the raw data and operations
form the AlbumManager into a form usable in a user interface.
This model keeps the Albums in a SelectionInList, refers to another
PresentationModel for editing the selected Album, and provides
Actions for the Album operations: add, remove and edit the selected Album.
author: Karsten Lentzsch version: $Revision: 1.14 $ See Also: AlbumManager See Also: com.jgoodies.binding.PresentationModel |