ca.odell.glazedlists.swing
public class EventComboBoxModel<E> extends EventListModel<E> implements javax.swing.ComboBoxModel
The implementation of setSelectedItem(java.lang.Object)
and getSelectedItem()
is not in any way tied to the contents of the list.
listDataEvent
Constructor and Description |
---|
EventComboBoxModel(EventList<E> source)
Creates a new combo box model that contains the elements of the given
source and tracks further changes made to it. |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
getSelectedItem()
Gets the currently selected item.
|
void |
setSelectedItem(java.lang.Object selected)
Sets the currently selected item.
|
addListDataListener, dispose, fireListDataEvent, getElementAt, getSize, listChanged, removeListDataListener
public java.lang.Object getSelectedItem()
getSelectedItem
in interface javax.swing.ComboBoxModel
public void setSelectedItem(java.lang.Object selected)
The selection notification process is very much a hack. This fires
a ListDataEvent where the range is between -1 and -1. This is identical
to the notification process used by the DefaultComboBoxModel
.
setSelectedItem
in interface javax.swing.ComboBoxModel
Glazed Lists, Copyright © 2003 publicobject.com, O'Dell Engineering.
Documentation build by pbuser at 2014-03-20 3:42