public class FileRootComboBoxModel extends Object implements ComboBoxModel
| Constructor and Description |
|---|
FileRootComboBoxModel() |
| Modifier and Type | Method and Description |
|---|---|
void |
addListDataListener(ListDataListener l) |
Object |
getElementAt(int index) |
File |
getSelectedItem() |
int |
getSize() |
void |
removeListDataListener(ListDataListener l) |
void |
setSelectedItem(Object anItem) |
public void setSelectedItem(Object anItem)
setSelectedItem in interface ComboBoxModelpublic File getSelectedItem()
getSelectedItem in interface ComboBoxModelpublic Object getElementAt(int index)
getElementAt in interface ListModelpublic void addListDataListener(ListDataListener l)
addListDataListener in interface ListModelpublic void removeListDataListener(ListDataListener l)
removeListDataListener in interface ListModelCopyright © 2002–2017 SoftSmithy. All rights reserved.