API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.swing.plaf.metal. MetalFileChooserUI.DirectoryComboBoxModel View Source
Author(s)
Since
Version
Serial
Hierarchy
 Object
      AbstractListModel
          MetalFileChooserUI.DirectoryComboBoxModel
Implements
 ComboBoxModel
Subclasses
Description
protected class MetalFileChooserUI.DirectoryComboBoxModel
Data model for a type-face selection combo-box.
See also:   
Constructors
public MetalFileChooserUI.DirectoryComboBoxModel ()
Methods
Hide/Show inherited methods
public void addListDataListener (ListDataListener l) [Inherited From AbstractListModel]
  Adds a listener to the list that's notified each time a change to the data model occurs.
protected void fireContentsChanged (Object source, int index0, int index1) [Inherited From AbstractListModel]
  AbstractListModel subclasses must call this method after one or more elements of the list change.
protected void fireIntervalAdded (Object source, int index0, int index1) [Inherited From AbstractListModel]
  AbstractListModel subclasses must call this method after one or more elements are added to the model.
protected void fireIntervalRemoved (Object source, int index0, int index1) [Inherited From AbstractListModel]
  AbstractListModel subclasses must call this method after one or more elements are removed from the model.
public int getDepth (int i)
public Object getElementAt (int index)
public ListDataListener getListDataListeners () [Inherited From AbstractListModel]
  Returns an array of all the list data listeners registered on this AbstractListModel.
public T getListeners (Class< T> listenerType) [Inherited From AbstractListModel]
  Returns an array of all the objects currently registered as FooListeners upon this model.
public Object getSelectedItem () [Specified in ComboBoxModel]
public int getSize ()
public void removeListDataListener (ListDataListener l) [Inherited From AbstractListModel]
  Removes a listener from the list that's notified each time a change to the data model occurs.
public void setSelectedItem (Object selectedDirectory) [Specified in ComboBoxModel]
Fields
Hide/Show inherited fields
pack-private JFileChooser chooser
pack-private int depths
pack-private Vector directories
pack-private FileSystemView fsv
protected EventListenerList listenerList [Inherited From AbstractListModel]
pack-private File selectedDirectory
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar