com.jgoodies.binding.tutorial.manager |
Contains an example for managing a list of Albums
using a dialog to change the data.
Related Documentation
@see com.jgoodies.binding.tutorial
@see com.jgoodies.binding.tutorial.basics
@see com.jgoodies.binding.tutorial.extras
|
Java Source File Name | Type | Comment |
AlbumEditorDialog.java | Class | A dialog for editing an Album. |
AlbumEditorView.java | Class | Builds a form to display and edit Albums. |
AlbumManager.java | Class | Holds a List of Albums and provides operations to add, delete and
change a Album. |
AlbumManagerExample.java | Class | This is just a launcher class for the Album Manager example. |
AlbumManagerModel.java | Class | Provides the models and Actions for managing and editing Albums. |
AlbumManagerView.java | Class | Builds a user interface for managing Albums using a table to display
the Albums and buttons to add, edit, and delete the selected album. |
BufferedAlbumPresentationModel.java | Class | In addition to its superclass AlbumPresentationModel this class provides
a bound read-only property and presentation logic for views that present
buffered Album contents.
The bufferedComposerEnabled property is true if and only if
the underlying Album is non-null and the buffered classical
property is true. |