|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use cdx.scorebot.util.swing.binding.delegate | |
---|---|
cdx.scorebot.util.swing | Swing utilities |
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. |
cdx.scorebot.util.swing.binding.delegate | This package contains delegates for various types of bound Java Swing components. |
Classes in cdx.scorebot.util.swing.binding.delegate used by cdx.scorebot.util.swing | |
---|---|
BoundComponent
This interface specifies an accessor to a BoundDelegateComponent which binds the implementor to some Object. |
Classes in cdx.scorebot.util.swing.binding.delegate used by cdx.scorebot.util.swing.binding | |
---|---|
BoundComponent
This interface specifies an accessor to a BoundDelegateComponent which binds the implementor to some Object. |
|
BoundContainer
This interface specifies an accessor to a BoundDelegateContainer which is an extension of a normal BoundComponent in that it may contain other BoundComponents. |
|
ButtonGroupDelegate
A delegate for a ButtonGroup which is bound to a value of type FROM which can be represented as some type TO. |
|
CalHourBoxComponentDelegate
A delegate for a CalendarHourComboBox |
|
IntermediateFieldDelegate
A delegate for an intermediate field of type TYPE. |
|
JComboBoxComponentDelegate
A delegate for a JComboBox which is bound to an AbstractList. |
|
JLabelComponentDelegate
A delegate for a JLabel which is bound to a value of type FROM which can be represented as a String. |
|
JListComponentDelegate
A delegate for a JList which is bound to an AbstractList. |
|
JMenuComponentDelegate
A delegate for a JMenu which is bound to an AbstractList. |
|
JTextComponentDelegate
A delegate for a JTextComponent which is bound to a value of type FROM which can be represented as a String. |
|
JToggleButtonComponentDelegate
A delegate for a JToggleButton which is bound to a value of type FROM which can be represented as a Boolean. |
Classes in cdx.scorebot.util.swing.binding.delegate used by cdx.scorebot.util.swing.binding.delegate | |
---|---|
BoundComponent
This interface specifies an accessor to a BoundDelegateComponent which binds the implementor to some Object. |
|
BoundDelegateComponent
This interface specifies the methods which bind some object to some component. |
|
BoundDelegateContainer
This interface specifies methods which extend a normal BoundComponent into one which may contain other BoundDelegateComponents. |
|
GenericDelegate
Binds some Object of type FROM to a component which requires type TO |
|
GenericJComponentDelegate
Binds some Object of type FROM to a component which requires type TO |
|
ListBasedComponentDelegate
A delegate for a JList, JComboBox, or other type which is bound to an AbstractList. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |