|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BoundDelegateComponent | |
---|---|
cdx.scorebot.util.swing.binding.delegate | This package contains delegates for various types of bound Java Swing components. |
Uses of BoundDelegateComponent in cdx.scorebot.util.swing.binding.delegate |
---|
Subinterfaces of BoundDelegateComponent in cdx.scorebot.util.swing.binding.delegate | |
---|---|
interface |
BoundDelegateContainer
This interface specifies methods which extend a normal BoundComponent into one which may contain other BoundDelegateComponents. |
Classes in cdx.scorebot.util.swing.binding.delegate that implement BoundDelegateComponent | |
---|---|
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 |
GenericDelegate<FROM,TO>
Binds some Object of type FROM to a component which requires type TO |
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. |
Methods in cdx.scorebot.util.swing.binding.delegate that return BoundDelegateComponent | |
---|---|
BoundDelegateComponent |
BoundComponent.getBindingDelegate()
gets the delete which controls the binding |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |