Uses of Class
cdx.scorebot.util.swing.binding.delegate.GenericDelegate

Packages that use GenericDelegate
cdx.scorebot.util.swing.binding.delegate This package contains delegates for various types of bound Java Swing components. 
 

Uses of GenericDelegate in cdx.scorebot.util.swing.binding.delegate
 

Subclasses of GenericDelegate in cdx.scorebot.util.swing.binding.delegate
 class ButtonGroupDelegate<FROM,TO>
          A delegate for a ButtonGroup which is bound to a value of type FROM which can be represented as some type TO.
 class CalHourBoxComponentDelegate
          A delegate for a CalendarHourComboBox
 class GenericJComponentDelegate<FROM,TO>
          Binds some Object of type FROM to a component which requires type TO
 class IntermediateFieldDelegate<TYPE>
          A delegate for an intermediate field of type TYPE.
 class JComboBoxComponentDelegate
          A delegate for a JComboBox which is bound to an AbstractList.
 class JLabelComponentDelegate<FROM>
          A delegate for a JLabel which is bound to a value of type FROM which can be represented as a String.
 class JListComponentDelegate
          A delegate for a JList which is bound to an AbstractList.
 class JMenuComponentDelegate
          A delegate for a JMenu which is bound to an AbstractList.
 class JTextComponentDelegate<FROM>
          A delegate for a JTextComponent which is bound to a value of type FROM which can be represented as a String.
 class JToggleButtonComponentDelegate<FROM>
          A delegate for a JToggleButton which is bound to a value of type FROM which can be represented as a Boolean.
 class ListBasedComponentDelegate
          A delegate for a JList, JComboBox, or other type which is bound to an AbstractList.