public class JComboBoxes extends Object
| Constructor and Description |
|---|
JComboBoxes() |
| Modifier and Type | Method and Description |
|---|---|
static void |
fillComboBox(JAXXComboBox combo,
Collection<?> data,
Object select,
boolean firstNull)
Deprecated.
since 1.7.XXX this code is moved to JAXXComboBox
|
static void |
fillComboBox(JComboBox combo,
Collection<?> data,
Object select)
Fill a combo box model with some datas, and select after all the given object
|
static DefaultComboBoxModel |
newComboModel(Object... items) |
public static void fillComboBox(JComboBox combo, Collection<?> data, Object select)
combo - the combo to filldata - data ot inject in comboselect - the object to select in combo after reflling his model@Deprecated public static void fillComboBox(JAXXComboBox combo, Collection<?> data, Object select, boolean firstNull)
combo - the combo to filldata - data ot inject in comboselect - the object to select in combo after reflling his modelfirstNull - add a first null elementpublic static DefaultComboBoxModel newComboModel(Object... items)
Copyright © 2008–2015 CodeLutin. All rights reserved.