SwingSet 4.0.2 Released
·
217 commits
to master
since this release
SwingSet is an open source Java toolkit containing data-aware replacements for many of the standard Java Swing components. Version 4.0.2 contains some incremental improvements over 4.0.1 pertaining primarily to the SSFormViewScreenHelper API and to the management of the EventListeners used for binding RowSet columns to SwingSet components. From the CHANGELOG.txt file:
- SSDBComboBox - added constructor without _query parameter.
- SSFormViewScreenHelper API change, replacing:
protected abstract void retrieveAndSetNewPrimaryKey();
with:
protected abstract String retrieveNewPrimaryKey(); - Moved addSSComponentListener() and removeSSComponentListener() to SSCommon, making companion methods in SSComponentInterface static.
- Added abstract method EventListener getSSComponentListener() to SSComponentInterface and implemented in applicable SwingSet components.
- Component change listener for binding is stored as private data member in SSCommon and initialized in the bind() method.
For more information see:
- API README: https://github.com/bpangburn/swingset/blob/swingset-4.0.2/swingset/README.md
- API CHANGELOG: https://github.com/bpangburn/swingset/blob/swingset-4.0.2/swingset/CHANGELOG.txt
- API Migration Guide: https://github.com/bpangburn/swingset/wiki/Migration-to-SwingSet-4.x
- DEMO README: https://github.com/bpangburn/swingset/blob/swingset-4.0.2/swingset-demo/README.md
The latest Maven artifact is available from:
https://search.maven.org/artifact/com.nqadmin.swingset/swingset