Uses of Interface
cdx.scorebot.util.swing.binding.delegate.BoundContainer

Packages that use BoundContainer
cdx.scorebot.util.swing.binding Extensions of Java Swing components which "bind" to objects so that the object's value is automatically synchronized to the component's value. 
 

Uses of BoundContainer in cdx.scorebot.util.swing.binding
 

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).