| Methods in org.tbee.swing.binding with parameters of type JButtonGroup |
static void |
BindingUtils.bind(com.jgoodies.binding.beans.BeanAdapter beanAdapter,
java.lang.String beanProperty,
JButtonGroup buttonGroup)
|
static void |
BindingUtils.bind(com.jgoodies.binding.beans.BeanAdapter beanAdapter,
java.lang.String beanProperty,
JButtonGroup buttonGroup,
java.lang.String property)
also set the name of the component based on the linked bean property |
static void |
BindingUtils.bind(com.jgoodies.binding.value.ValueModel valueModel,
JButtonGroup buttonGroup,
java.lang.String property)
Bind a property of a ButtonGroup to a valueModel. |