[root]/cdx/scorebot/util/swing/binding
delegate
(17 files, 3382 lines)
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
dound | 39 (100.0%) | 2703 (100.0%) | 69.3 |
Added a bindingLoaded method to the BindingListener interface. This method is called after the new binding has been used to populate the component which it is bound to.
20 lines of code changed in:
Bug fix: previously, when trying to bind to a method, only the name was matched -- now the parameters are also checked so that if the method is overloaded, the binding will bind to the appropriate one.
43 lines of code changed in:
Removed constructor: Intermediate fields ignore indexAt because they do contain a list of values of which they can bind to one -- they only bind to a single object.
2 lines of code changed in:
javadoc fixes
4 lines of code changed in:
Bug fixed: a reference to the component being passed to the constructor was not being saved so getBoundComponent always returned null.
5 lines of code changed in:
Bug fix: binding adapter now implements BindingListener as intended.
3 lines of code changed in:
Added getter for the bound component being used to create the BindingEvent.
13 lines of code changed in:
A new BindingListener class allows users to monitor when the bindings change in bound components.
102 lines of code changed in:
getter/setter names of empty strings now interpreted the same as null
4 lines of code changed in:
Removed old subfield support.
15 lines of code changed in:
Removed old subfield support.
2 lines of code changed in:
Can now bind to a subfield within an object via an IntermediateField object.
7 lines of code changed in:
Can now bind to a subfield within an object via an IntermediateField object.
133 lines of code changed in:
Can now bind to a subfield within an object.
43 lines of code changed in:
Can now bind to a subfield within an object.
55 lines of code changed in:
Bound version.
112 lines of code changed in:
Fixed javadoc stuff.
3 lines of code changed in:
JMenu can now be bound to as a container of JRadioButtonMenuItem's. Special static menus can appear above or below those menus.
163 lines of code changed in:
Added support for validation error messages which describe why a field could not be validated.
8 lines of code changed in:
javadocs were swapped (fixed)
7 lines of code changed in:
(1 more)