Search code examples
javadata-bindinglistjgoodies

JGoodies list binding


Does the JGoodies list binding support binding list contents to a list object in the model? I know I can add listeners to the list model and domain model and coordinate changes between the two fairly easily, but I wasn't sure if JGoodies would do that. I could only find list binding that dealt with list selection events.


Solution

  • It looks like the LinkedListModel and ArrayListModel do this. I overlooked those before.