|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BoundDelegateContainer | |
---|---|
cdx.scorebot.util.swing.binding.delegate | This package contains delegates for various types of bound Java Swing components. |
Uses of BoundDelegateContainer in cdx.scorebot.util.swing.binding.delegate |
---|
Classes in cdx.scorebot.util.swing.binding.delegate that implement BoundDelegateContainer | |
---|---|
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 |
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 |
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 BoundDelegateContainer | |
---|---|
BoundDelegateContainer |
BoundContainer.getBindingDelegate()
gets the delete which controls the binding |
BoundDelegateContainer |
GenericDelegate.getBoundParent()
gets the parent container for this component |
BoundDelegateContainer |
BoundDelegateComponent.getBoundParent()
gets the parent container for this component |
Methods in cdx.scorebot.util.swing.binding.delegate with parameters of type BoundDelegateContainer | |
---|---|
void |
GenericDelegate.setBoundParent(BoundDelegateContainer c)
sets the parent container for this component |
void |
BoundDelegateComponent.setBoundParent(BoundDelegateContainer c)
sets the parent container for this component |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |