nl.coderight.jazz.form.field.lookup
Class LookupField.ListModel
java.lang.Object
javax.swing.AbstractListModel
nl.coderight.jazz.form.field.lookup.LookupField.ListModel
- All Implemented Interfaces:
- Serializable, ComboBoxModel, ListModel
- Enclosing class:
- LookupField<V>
public final class LookupField.ListModel
- 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 |
LookupField.ListModel
public LookupField.ListModel()
getSize
public int getSize()
- Specified by:
getSize in interface ListModel
getElementAt
public Object getElementAt(int index)
- Specified by:
getElementAt in interface ListModel
getSelectedItem
public Object getSelectedItem()
- Specified by:
getSelectedItem in interface ComboBoxModel
setSelectedItem
public void setSelectedItem(Object item)
- Specified by:
setSelectedItem in interface ComboBoxModel
fireDataChanged
public void fireDataChanged()
Copyright 2010 CodeRight, All rights reserved.