com.mchange.v2.beans.swing
Class BoundButtonUtils

java.lang.Object
  extended by com.mchange.v2.beans.swing.BoundButtonUtils

public final class BoundButtonUtils
extends Object


Constructor Summary
BoundButtonUtils()
           
 
Method Summary
static void bindAsRadioButtonsToProperty(AbstractButton[] buttons, Object[] values, Object bean, String propName)
           
static void bindToSetProperty(AbstractButton[] buttons, Object[] elements, Object bean, String setPropName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BoundButtonUtils

public BoundButtonUtils()
Method Detail

bindToSetProperty

public static void bindToSetProperty(AbstractButton[] buttons,
                                     Object[] elements,
                                     Object bean,
                                     String setPropName)
                              throws IntrospectionException
Throws:
IntrospectionException

bindAsRadioButtonsToProperty

public static void bindAsRadioButtonsToProperty(AbstractButton[] buttons,
                                                Object[] values,
                                                Object bean,
                                                String propName)
                                         throws IntrospectionException
Throws:
IntrospectionException