Package | Description |
---|---|
org.jdesktop.swingbinding |
Provides support for binding to complex Swing components, and
documentation on the interesting Swing properties to bind to.
|
Class | Description |
---|---|
JComboBoxBinding |
Binds a
List of objects to act as the items of a JComboBox . |
JListBinding |
Binds a
List of objects to act as the elements of a JList . |
JListBinding.DetailBinding |
DetailBinding represents a binding between a property of the elements
in the JListBinding's source List , and the values shown in
the JList . |
JTableBinding |
Binds a
List of objects to act as the rows of a JTable . |
JTableBinding.ColumnBinding |
ColumnBinding represents a binding between a property of the elements
in the JTableBinding's source List , and a column in the table. |