Uses of Package
org.jdesktop.swingbinding
Packages that use org.jdesktop.swingbinding
Package
Description
Provides support for binding to complex Swing components, and
documentation on the interesting Swing properties to bind to.
-
Classes in org.jdesktop.swingbinding used by org.jdesktop.swingbindingClassDescriptionBinds a
Listof objects to act as the items of aJComboBox.Binds aListof objects to act as the elements of aJList.DetailBindingrepresents a binding between a property of the elements in theJListBinding'ssourceList, and the values shown in theJList.Binds aListof objects to act as the rows of aJTable.ColumnBindingrepresents a binding between a property of the elements in theJTableBinding'ssourceList, and a column in the table.