data-bindinggroovyswingbuilder

groovy swingbuilder bindable list and tables


Is there a way to bind data to a list and/or a table using the groovy swing builder bind syntax? I could only find simple examples that bind simple properties like strings and numbers to a text field, label, or button text.


Solution

  • Had a look round, and the best I could see was using GlazedLists rather than standard Swing lists

    http://www.jroller.com/aalmiray/entry/glazedlists_groovy_not_your_regular