uic.widgets.filechooser
Class FileChooser.FileChooserComboBoxModel

java.lang.Object
  extended by javax.swing.AbstractListModel
      extended by javax.swing.DefaultComboBoxModel
          extended by uic.widgets.filechooser.FileChooser.FileChooserComboBoxModel
All Implemented Interfaces:
Serializable, ComboBoxModel, ListModel, MutableComboBoxModel
Enclosing class:
FileChooser

protected class FileChooser.FileChooserComboBoxModel
extends DefaultComboBoxModel

See Also:
Serialized Form

Field Summary
 
Fields inherited from class javax.swing.AbstractListModel
listenerList
 
Constructor Summary
protected FileChooser.FileChooserComboBoxModel()
           
 
Method Summary
 void addElement(Object elem)
           
 
Methods inherited from class javax.swing.DefaultComboBoxModel
getElementAt, getIndexOf, getSelectedItem, getSize, insertElementAt, removeAllElements, removeElement, removeElementAt, setSelectedItem
 
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

FileChooser.FileChooserComboBoxModel

protected FileChooser.FileChooserComboBoxModel()
Method Detail

addElement

public void addElement(Object elem)
Specified by:
addElement in interface MutableComboBoxModel
Overrides:
addElement in class DefaultComboBoxModel


Copyright © 2002-2004 Thomas Zander Available under the Free Apache licence