medi.swing.util
Class ComboBoxUtils

java.lang.Object
  |
  +--medi.swing.util.ComboBoxUtils

public class ComboBoxUtils
extends java.lang.Object

Contains only one function to manage combo boxes.


Constructor Summary
ComboBoxUtils()
          Creates new ComboBoxUtils
 
Method Summary
static void selectByIndex(javax.swing.JComboBox cbox, java.lang.Object index)
          Selects a combo box index, containing IndexedObject objects.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ComboBoxUtils

public ComboBoxUtils()
Creates new ComboBoxUtils

Method Detail

selectByIndex

public static void selectByIndex(javax.swing.JComboBox cbox,
                                 java.lang.Object index)
Selects a combo box index, containing IndexedObject objects.

Parameters:
cbox - The combo box.
index - The index to find.