protected class MetalFileChooserUI.DirectoryComboBoxModel extends AbstractListModel<Object> implements ComboBoxModel<Object>
Data model for a type-face selection combo-box.
listenerList
public DirectoryComboBoxModel()
public int getDepth(int i)
public void setSelectedItem(Object selectedDirectory)
Description copied from interface: ComboBoxModel
Set the selected item. The implementation of this method should notify all registered ListDataListener
s that the contents have changed.
setSelectedItem
in interface ComboBoxModel<Object>
selectedDirectory
- the list object to select or null
to clear the selectionpublic Object getSelectedItem()
Description copied from interface: ComboBoxModel
Returns the selected item
getSelectedItem
in interface ComboBoxModel<Object>
null
if there is no selectionpublic int getSize()
Description copied from interface: ListModel
Returns the length of the list.
public Object getElementAt(int index)
Description copied from interface: ListModel
Returns the value at the specified index.
getElementAt
in interface ListModel<Object>
index
- the requested indexindex
© 1993–2017, Oracle and/or its affiliates. All rights reserved.
Documentation extracted from Debian's OpenJDK Development Kit package.
Licensed under the GNU General Public License, version 2, with the Classpath Exception.
Various third party code in OpenJDK is licensed under different licenses (see Debian package).
Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.