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

All Superinterfaces:
BoundComponent
All Known Implementing Classes:
IntermediateField, JComboBoxBound, JListBound, JMenuBound

public interface BoundContainer
extends BoundComponent

This interface specifies an accessor to a BoundDelegateContainer which is an extension of a normal BoundComponent in that it may contain other BoundComponents.

Author:
David Underhill

Method Summary
 BoundDelegateContainer getBindingDelegate()
          gets the delete which controls the binding
 

Method Detail

getBindingDelegate

BoundDelegateContainer getBindingDelegate()
gets the delete which controls the binding

Specified by:
getBindingDelegate in interface BoundComponent