Releases: parubok/swing-fx-properties
Releases · parubok/swing-fx-properties
v1.25
- Add
ObjectProperty<E> selectedValueProperty(JList<E> list)
.
- Add
IntegerProperty selectedIndexProperty(JList<?> list)
.
v1.24
- Add
ReadOnlyStringProperty selectionProperty(JTextComponent textComponent)
.
v1.23
- Javadoc is available on javadoc.io
- Add
ObjectProperty<Font> fontProperty(JComponent component)
.
- Add
ObjectProperty<Icon> iconProperty(AbstractButton button)
.
v1.21
Add SwingPropertySupport.selectedIndexProperty(JComboBox<?> comboBox)
v1.20
- Add
SwingPropertySupport.textProperty(AbstractButton button)
.
v1.19
- Minor code improvements.
- Fix bug in
TabbedPaneSelectedIndexPropertyImpl
class.
- Add
SwingPropertySupport.rowCountProperty(JTable table)
.
v1.18
- Add Automatic-Module-Name:
io.github.parubok.fxprops
.
- Add
SwingPropertySupport.selectionRowsProperty(JTree tree)
.
v1.17
- Add
SwingPropertySupport.modelRowCountProperty(TableModel tableModel)
.
- Add
SwingPropertySupport.selectedIndexProperty(JTabbedPane tabbedPane)
.
v1.16
Warning: This release breaks backward compatibility (package names) because of the changes required to publish a library on Maven Central.
- Change Maven groupId to
io.github.parubok
and prefix packages with io.github.parubok
.
- Maven Central release.
v1.15
Fixed maven-publish.yml
to publish into GitHub Packages.