Uses of Class
cdx.scorebot.util.swing.binding.JComboBoxBound

Packages that use JComboBoxBound
cdx.scorebot.app.auditor Contains classes related to the Auditor. 
cdx.scorebot.util.swing.binding.delegate This package contains delegates for various types of bound Java Swing components. 
 

Uses of JComboBoxBound in cdx.scorebot.app.auditor
 

Fields in cdx.scorebot.app.auditor declared as JComboBoxBound
protected  JComboBoxBound AuditorGUI.cboOption
           
protected  JComboBoxBound AuditorGUI.cboResult
           
protected  JComboBoxBound AuditorGUI.cboTestItem
           
protected  JComboBoxBound AuditorGUI.cboTestSuite
           
 

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

Constructors in cdx.scorebot.util.swing.binding.delegate with parameters of type JComboBoxBound
JComboBoxComponentDelegate(BoundComponent owner, JComboBoxBound compon)
          Instantiates an unbound JComboBox Delegate
JComboBoxComponentDelegate(BoundComponent owner, JComboBoxBound compon, TypeTranslator<java.util.AbstractList,java.util.AbstractList> translator, java.lang.Object boundItem, java.lang.String varName)
          Instantiates a bound JComboBox Delegate
JComboBoxComponentDelegate(BoundComponent owner, JComboBoxBound compon, TypeTranslator<java.util.AbstractList,java.util.AbstractList> translator, java.lang.Object boundItem, java.lang.String getterName, java.lang.String setterName)
          Instantiates a bound JComboBox Delegate
JComboBoxComponentDelegate(BoundComponent owner, JComboBoxBound compon, TypeTranslator<java.util.AbstractList,java.util.AbstractList> translator, java.lang.Object boundItem, java.lang.String getterName, java.lang.String setterName, int indexAt)
          Instantiates a bound JComboBox Delegate
JComboBoxComponentDelegate(BoundComponent owner, JComboBoxBound compon, TypeTranslator<java.util.AbstractList,java.util.AbstractList> translator, java.lang.String varName)
          Instantiates a bound JComboBox Delegate