|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--medi.swing.util.ComboBoxUtils
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 |
public ComboBoxUtils()
Method Detail |
public static void selectByIndex(javax.swing.JComboBox cbox, java.lang.Object index)
cbox
- The combo box.index
- The index to find.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |