jaxx.runtime.swing
Class JAXXComboBox.JAXXComboBoxModel
java.lang.Object
javax.swing.AbstractListModel
jaxx.runtime.swing.JAXXComboBox.JAXXComboBoxModel
- All Implemented Interfaces:
- Serializable, ComboBoxModel, ListModel
- Enclosing class:
- JAXXComboBox
public class JAXXComboBox.JAXXComboBoxModel
- extends AbstractListModel
- implements ComboBoxModel
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JAXXComboBox.JAXXComboBoxModel
public JAXXComboBox.JAXXComboBoxModel(List<Item> items)
getItems
public List<Item> getItems()
getElementAt
public Object getElementAt(int i)
- Specified by:
getElementAt in interface ListModel
getSize
public int getSize()
- Specified by:
getSize in interface ListModel
getSelectedItem
public Object getSelectedItem()
- Specified by:
getSelectedItem in interface ComboBoxModel
setSelectedItem
public void setSelectedItem(Object selectedItem)
- Specified by:
setSelectedItem in interface ComboBoxModel
Copyright © 2008-2010 CodeLutin. All Rights Reserved.