|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjavax.swing.AbstractListModel
org.homeunix.thecave.moss.swing.model.BackedListModel<T>
org.homeunix.thecave.moss.swing.model.BackedComboBoxModel<T>
public class BackedComboBoxModel<T>
| Field Summary | |
|---|---|
static long |
serialVersionUID
|
| Fields inherited from class org.homeunix.thecave.moss.swing.model.BackedListModel |
|---|
listModel |
| Fields inherited from class javax.swing.AbstractListModel |
|---|
listenerList |
| Constructor Summary | |
|---|---|
BackedComboBoxModel()
|
|
BackedComboBoxModel(java.util.List<T> backingList)
|
|
| Method Summary | |
|---|---|
java.lang.Object |
getSelectedItem()
|
void |
setSelectedItem(java.lang.Object selectedItem)
|
| Methods inherited from class org.homeunix.thecave.moss.swing.model.BackedListModel |
|---|
add, addAll, clear, contains, containsAll, fireListChanged, getElementAt, getSize, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray |
| 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, getElementAt, getSize, removeListDataListener |
| Methods inherited from interface java.util.Collection |
|---|
equals, hashCode |
| Field Detail |
|---|
public static final long serialVersionUID
| Constructor Detail |
|---|
public BackedComboBoxModel()
public BackedComboBoxModel(java.util.List<T> backingList)
| Method Detail |
|---|
public java.lang.Object getSelectedItem()
getSelectedItem in interface javax.swing.ComboBoxModelpublic void setSelectedItem(java.lang.Object selectedItem)
setSelectedItem in interface javax.swing.ComboBoxModel
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||