's org
If you want to ask me any questions, contact me on no0ne#no_spam_remove_between_hashs# (at) no0ne dot org. Just don't ask me to buy something, 'cause I won't
CollectionBeanProperty - a library implementing "JavaBean property"-like using collectionsLicense: BSD
Rationale:
javax.swing.tree.TreeModel to launch notifications when one of the children collection changes by adding/deleting elements?
the binary the source code and javadoc
TODO:
org.no0ne.collectionprop.ListProperty with methods for swapping and rolling the elements
org.no0ne.collectionprop.ListProperty a sortBy(Comparator)
ArraySet using an order relationship (Comparator) as a way to ensure the uniqueness.
License: either Sun's CDDL or GPLv2
Due credits: based on the code in the Property listener injector by Jerome Dochez and in the xjc tool in the JAXB 2.1 RI project (namely the com.sun.tools.xjc.generator.bean.field classes) by Kohsuke Kawaguchi
Rationale: address the shortcomings of the Property listener injector plugin in Sun's JAXB2 Commons. This one:
org.no0ne.collectionprop.ListProperty to implement the java.util.List properties of the generated beans. This way, adding/removing elements from these lists will also be signaled to the listeners
Once again, please... Why? Because:
A brief User's Guide the binaries the sources, docos and other resources