| Package | Description |
|---|---|
| org.jdesktop.swingbinding |
Provides support for binding to complex Swing components, and
documentation on the interesting Swing properties to bind to.
|
| org.jdesktop.swingbinding.impl |
Private implementation details for Swing binding.
|
| Modifier and Type | Class | Description |
|---|---|---|
class |
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. |
class |
JTableBinding.ColumnBinding |
ColumnBinding represents a binding between a property of the elements
in the JTableBinding's source List, and a column in the table. |
| Modifier and Type | Method | Description |
|---|---|---|
protected abstract AbstractColumnBinding[] |
ListBindingManager.getColBindings() |