com.jgoodies.binding.tutorial |
Contains classes shared by the tutorial examples.
Related Documentation
@see com.jgoodies.binding.tutorial.basics
@see com.jgoodies.binding.tutorial.extras
@see com.jgoodies.binding.tutorial.manager
|
Java Source File Name | Type | Comment |
Album.java | Class | Describes a musical Album and provides bound bean properties.
This class is used throughout the different tutorial examples.
This class has not been marked as final although it is not intended
to be subclassed. |
AlbumPresentationModel.java | Class | In addition to its superclass this class provides a bound
read-only property composerEnabled that is true
if and only if the underlying Album is non-null and classical.
This property is intended to be used by a variety of presentation properties,
not just a component's enabled state. |
TutorialUtils.java | Class | Consists only of static methods that return instances
reused in multiple examples of the JGoodies Binding tutorial. |