org.homeunix.thecave.moss.swing.model
Class AutoCompleteMossHintComboBoxModel<T>
java.lang.Object
javax.swing.AbstractListModel
org.homeunix.thecave.moss.swing.model.AutoCompleteMossHintComboBoxModel<T>
- All Implemented Interfaces:
- java.io.Serializable, javax.swing.ComboBoxModel, javax.swing.ListModel
public class AutoCompleteMossHintComboBoxModel<T>
- extends javax.swing.AbstractListModel
- implements javax.swing.ComboBoxModel
- See Also:
- Serialized Form
| Fields inherited from class javax.swing.AbstractListModel |
listenerList |
| Methods inherited from class javax.swing.AbstractListModel |
addListDataListener, fireContentsChanged, fireIntervalAdded, fireIntervalRemoved, getListDataListeners, getListeners, removeListDataListener |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface javax.swing.ListModel |
addListDataListener, removeListDataListener |
serialVersionUID
public static final long serialVersionUID
- See Also:
- Constant Field Values
AutoCompleteMossHintComboBoxModel
public AutoCompleteMossHintComboBoxModel(MossHintComboBox comboBox,
java.util.List<T> backingList)
getSelectedItem
public java.lang.Object getSelectedItem()
- Specified by:
getSelectedItem in interface javax.swing.ComboBoxModel
setSelectedItem
public void setSelectedItem(java.lang.Object arg0)
- Specified by:
setSelectedItem in interface javax.swing.ComboBoxModel
getElementAt
public java.lang.Object getElementAt(int arg0)
- Specified by:
getElementAt in interface javax.swing.ListModel
getSize
public int getSize()
- Specified by:
getSize in interface javax.swing.ListModel