public class IstiComboBoxModel
extends javax.swing.DefaultComboBoxModel
Constructor and Description |
---|
IstiComboBoxModel()
Creates an IstiComboBoxModel.
|
IstiComboBoxModel(java.util.List list)
Creates an IstiComboBoxModel.
|
IstiComboBoxModel(java.lang.Object[] elements)
Creates an IstiComboBoxModel.
|
IstiComboBoxModel(java.util.Vector vector)
Creates an IstiComboBoxModel.
|
Modifier and Type | Method and Description |
---|---|
void |
setElements(java.util.List list)
Sets the elements.
|
addElement, getElementAt, getIndexOf, getSelectedItem, getSize, insertElementAt, removeAllElements, removeElement, removeElementAt, setSelectedItem
addListDataListener, fireContentsChanged, fireIntervalAdded, fireIntervalRemoved, getListDataListeners, getListeners, removeListDataListener
public IstiComboBoxModel()
public IstiComboBoxModel(java.util.List list)
list
- the list of initial elements.public IstiComboBoxModel(java.lang.Object[] elements)
elements
- the initial elements.public IstiComboBoxModel(java.util.Vector vector)
vector
- the vector of initial elements.