| Demonstrates how to modify the enabled/editable/visible state
of a Swing component in a Presentation Model using the new
ComponentValueModel that has been introduced in the Binding 1.1.
The advantage of this approach is, that a PresentationModel
can now easily operate on frequently used GUI state.
See the JavaDoc method comment for #initEventHandling
in the ExamplePresentationModel.
author: Karsten Lentzsch version: $Revision: 1.7 $ See Also: com.jgoodies.binding.adapter.BasicComponentFactory See Also: com.jgoodies.binding.adapter.Bindings since: 1.1 |