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
List
of objects to act as the items of aJComboBox
.Binds aList
of objects to act as the elements of aJList
.DetailBinding
represents a binding between a property of the elements in theJListBinding's
sourceList
, and the values shown in theJList
.Binds aList
of objects to act as the rows of aJTable
.ColumnBinding
represents a binding between a property of the elements in theJTableBinding's
sourceList
, and a column in the table.