Binding |
BindingContext.bind(String propertyName,
ComponentAdapter componentAdapter) |
Binds the property given by its name to the given component adapter.
|
Binding |
BindingContext.bind(String propertyName,
ButtonGroup buttonGroup) |
Binds a property in the value container to a Swing ButtonGroup .
|
Binding |
BindingContext.bind(String propertyName,
ButtonGroup buttonGroup,
Map<AbstractButton,Object> valueSet) |
Binds a property in the value container to a Swing ButtonGroup .
|
Binding |
BindingContext.bind(String propertyName,
JCheckBox component) |
Binds a property in the value container to a Swing JCheckBox component.
|
Binding |
BindingContext.bind(String propertyName,
JComboBox component) |
Binds a property in the value container to a Swing JComboBox component.
|
Binding |
BindingContext.bind(String propertyName,
JFormattedTextField component) |
Binds a property in the value container to a Swing JFormattedTextField component.
|
Binding |
BindingContext.bind(String propertyName,
JList component,
boolean selectionIsValue) |
Binds a property in the value container to a Swing JList component.
|
Binding |
BindingContext.bind(String propertyName,
JRadioButton component) |
Binds a property in the value container to a Swing JRadioButton component.
|
Binding |
BindingContext.bind(String propertyName,
JSpinner component) |
Binds a property in the value container to a Swing JSpinner component.
|
Binding |
BindingContext.bind(String propertyName,
JTextField component) |
Binds a property in the value container to a Swing JTextField component.
|
Binding |
BindingContext.bind(String propertyName,
JTextComponent component) |
Binds a property in the value container to a Swing JTextComponent component.
|
Binding |
BindingContext.getBinding(String propertyName) |
Gets the binding for the given property name.
|
Binding |
BindingProblem.getBinding() |
|
Binding |
ComponentAdapter.getBinding() |
Gets the binding which is using this adapter.
|