|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjavax.swing.AbstractListModel
freemind.controller.filter.util.SortedMapListModel
freemind.controller.filter.util.SortedComboBoxModel
public class SortedComboBoxModel
| Field Summary |
|---|
| Fields inherited from class javax.swing.AbstractListModel |
|---|
listenerList |
| Constructor Summary | |
|---|---|
SortedComboBoxModel()
|
|
| Method Summary | |
|---|---|
java.lang.Object |
getSelectedItem()
|
void |
setSelectedItem(java.lang.Object o)
|
| Methods inherited from class freemind.controller.filter.util.SortedMapListModel |
|---|
add, addAll, clear, contains, firstElement, getElementAt, getIndexOf, getSize, iterator, lastElement, remove, replace |
| 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 freemind.controller.filter.util.SortedListModel |
|---|
add, clear, contains, getIndexOf, remove, replace |
| Methods inherited from interface javax.swing.ListModel |
|---|
addListDataListener, getElementAt, getSize, removeListDataListener |
| Constructor Detail |
|---|
public SortedComboBoxModel()
| Method Detail |
|---|
public void setSelectedItem(java.lang.Object o)
setSelectedItem in interface javax.swing.ComboBoxModelpublic java.lang.Object getSelectedItem()
getSelectedItem in interface javax.swing.ComboBoxModel
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||