public class UriRequestComboBoxModel extends AbstractListModel<URL> implements ComboBoxModel<URL>
listenerList| Constructor and Description |
|---|
UriRequestComboBoxModel() |
| Modifier and Type | Method and Description |
|---|---|
void |
add(URL pUrl) |
URL |
getElementAt(int pIdx) |
URL |
getSelectedItem() |
int |
getSize() |
void |
setSelectedItem(Object pSelectedItem) |
addListDataListener, fireContentsChanged, fireIntervalAdded, fireIntervalRemoved, getListDataListeners, getListeners, removeListDataListenerclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddListDataListener, removeListDataListenerpublic void setSelectedItem(Object pSelectedItem)
setSelectedItem in interface ComboBoxModel<URL>public URL getSelectedItem()
getSelectedItem in interface ComboBoxModel<URL>public URL getElementAt(int pIdx)
getElementAt in interface ListModel<URL>public void add(URL pUrl)
Copyright © 2023. All rights reserved.