Module com.iamsoft.util.ui
Class UriRequestComboBoxModel
- All Implemented Interfaces:
Serializable,ComboBoxModel<URL>,ListModel<URL>
- See Also:
-
Field Summary
Fields inherited from class javax.swing.AbstractListModel
listenerList -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidgetElementAt(int pIdx) intgetSize()voidsetSelectedItem(Object pSelectedItem) Methods inherited from class javax.swing.AbstractListModel
addListDataListener, fireContentsChanged, fireIntervalAdded, fireIntervalRemoved, getListDataListeners, getListeners, removeListDataListenerMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface javax.swing.ListModel
addListDataListener, removeListDataListener
-
Constructor Details
-
UriRequestComboBoxModel
public UriRequestComboBoxModel()
-
-
Method Details
-
setSelectedItem
- Specified by:
setSelectedItemin interfaceComboBoxModel<URL>
-
getSelectedItem
- Specified by:
getSelectedItemin interfaceComboBoxModel<URL>
-
getSize
public int getSize() -
getElementAt
- Specified by:
getElementAtin interfaceListModel<URL>
-
add
-