freemind.controller.filter.util
Class SortedComboBoxModel

java.lang.Object
  extended by javax.swing.AbstractListModel
      extended by freemind.controller.filter.util.SortedMapListModel
          extended by freemind.controller.filter.util.SortedComboBoxModel
All Implemented Interfaces:
SortedListModel, java.io.Serializable, javax.swing.ComboBoxModel, javax.swing.ListModel

public class SortedComboBoxModel
extends SortedMapListModel
implements SortedListModel, javax.swing.ComboBoxModel

Author:
Dimitri Polivaev 10.07.2005
See Also:
Serialized Form

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

SortedComboBoxModel

public SortedComboBoxModel()
Method Detail

setSelectedItem

public void setSelectedItem(java.lang.Object o)
Specified by:
setSelectedItem in interface javax.swing.ComboBoxModel

getSelectedItem

public java.lang.Object getSelectedItem()
Specified by:
getSelectedItem in interface javax.swing.ComboBoxModel