Builds a form to display and edit Albums. The editor components are bound
to the domain using BufferedValueModels returned by a PresentationModel
that holds a Album. This PresentationModel is the AlbumManagerModel's
'albumEditorModel'. Whenever the AlbumManagerModel changes the selected Album,
the PresentationModel updates its bean, in this case the Album.
author: Karsten Lentzsch version: $Revision: 1.7 $ See Also:AlbumManagerModel See Also:com.jgoodies.binding.tutorial.AlbumPresentationModel See Also:BufferedAlbumPresentationModel See Also:com.jgoodies.binding.PresentationModel