com.birosoft.liquid
Class FileChooserBasicUI.DirectoryComboBoxModel
java.lang.Object
javax.swing.AbstractListModel
com.birosoft.liquid.FileChooserBasicUI.DirectoryComboBoxModel
- All Implemented Interfaces:
- java.io.Serializable, javax.swing.ComboBoxModel, javax.swing.ListModel
- Enclosing class:
- FileChooserBasicUI
protected class FileChooserBasicUI.DirectoryComboBoxModel
- extends javax.swing.AbstractListModel
- implements javax.swing.ComboBoxModel
Data model for a type-face selection combo-box.
- See Also:
- Serialized Form
Fields inherited from class javax.swing.AbstractListModel |
listenerList |
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 |
FileChooserBasicUI.DirectoryComboBoxModel
public FileChooserBasicUI.DirectoryComboBoxModel()
getDepth
public int getDepth(int i)
setSelectedItem
public void setSelectedItem(java.lang.Object selectedDirectory)
- Specified by:
setSelectedItem
in interface javax.swing.ComboBoxModel
getSelectedItem
public java.lang.Object getSelectedItem()
- Specified by:
getSelectedItem
in interface javax.swing.ComboBoxModel
getSize
public int getSize()
- Specified by:
getSize
in interface javax.swing.ListModel
getElementAt
public java.lang.Object getElementAt(int index)
- Specified by:
getElementAt
in interface javax.swing.ListModel