Uses of Package
org.jdesktop.swingbinding
-
Packages that use org.jdesktop.swingbinding Package Description org.jdesktop.swingbinding 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.swingbinding Class Description JComboBoxBinding Binds aList
of objects to act as the items of aJComboBox
.JListBinding Binds aList
of objects to act as the elements of aJList
.JListBinding.DetailBinding DetailBinding
represents a binding between a property of the elements in theJListBinding's
sourceList
, and the values shown in theJList
.JTableBinding Binds aList
of objects to act as the rows of aJTable
.JTableBinding.ColumnBinding ColumnBinding
represents a binding between a property of the elements in theJTableBinding's
sourceList
, and a column in the table.