Classes in cdx.scorebot.util.swing.binding that implement BoundContainer |
class |
IntermediateField<TYPE>
Describes a text field which holds a value of type TYPE |
class |
JComboBoxBound
Describes a list which holds a value of type T as a String and may
may signal other bound components to update their bindings. |
class |
JListBound
Describes a list which holds a value of type T as a String and may
may signal other bound components to update their bindings. |
class |
JMenuBound
Describes a menu functioning as a list which holds a value of
type T as a String displayed in a JRadioButtonMenuItem and may
may signal other bound components to update their bindings based
on which menu is selected (much like JListBound which updates
bindings based on which item in the list is selected). |