Package org.tbee.swing.binding

Class Summary
BindingUtils JGoodies binding utility methods.
BindingUtils.Binding Implements the fluent interface example: BindingUtils.bind(iBeanAdapter, Sellorder.PAYMENTAGREEMENT_PROPERTY_ID).to(lPaymentagreementJTextArea); TODO: this is just a first attempt, it works, but is not riped
BindingUtils.BindingInfo Binding info
BindingUtils.DummyEntity This is a class to serve as a wrapper to catch value changes
JTextFieldFocusLostToTextPropertyChangeEvent  
MappingValueModel Map a value via a map: the wrapped ValueModel works with the key in the map, this VM converts that to the value.
ValueModelIAEPopup Wraps the JGoodies value model so that if the setter throws an IllegalArgumentException, it is nicely shown in a popup.
ValueModelSwingThreading Wraps the JGoodies value model so Swing changes are always done in the EDT using invokeAndWait.
ValueModelWrapper Wraps the "property change" methods to the value changed methods.
 



Copyright © 2012 KnowledgePlaza. All Rights Reserved.