|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.swing.AbstractListModel
org.hydrateframework.gui.ComboBoxMap
public class ComboBoxMap
Nested Class Summary | |
---|---|
static class |
ComboBoxMap.Entry
|
static class |
ComboBoxMap.Pair
|
Field Summary |
---|
Fields inherited from class javax.swing.AbstractListModel |
---|
listenerList |
Constructor Summary | |
---|---|
ComboBoxMap(java.util.List<java.util.Map.Entry> l)
|
Method Summary | |
---|---|
java.lang.Object |
getElementAt(int i)
|
java.lang.Object |
getSelectedItem()
|
int |
getSize()
|
void |
setSelectedItem(java.lang.Object o)
|
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 |
Constructor Detail |
---|
public ComboBoxMap(java.util.List<java.util.Map.Entry> l)
Method Detail |
---|
public java.lang.Object getElementAt(int i)
getElementAt
in interface javax.swing.ListModel
public int getSize()
getSize
in interface javax.swing.ListModel
public java.lang.Object getSelectedItem()
getSelectedItem
in interface javax.swing.ComboBoxModel
public void setSelectedItem(java.lang.Object o)
setSelectedItem
in interface javax.swing.ComboBoxModel
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |