Class HistoryComboBoxModel
java.lang.Object
org.esa.snap.rcp.layermanager.layersrc.HistoryComboBoxModel
- All Implemented Interfaces:
ComboBoxModel,ListModel
Note: This API is not public yet and may significantly change in the future. Use it at your own risk.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddListDataListener(ListDataListener listener) getElementAt(int index) intgetSize()voidremoveListDataListener(ListDataListener listener) voidsetSelectedItem(Object anObject)
-
Constructor Details
-
HistoryComboBoxModel
-
-
Method Details
-
getHistory
-
setSelectedItem
- Specified by:
setSelectedItemin interfaceComboBoxModel
-
getSelectedItem
- Specified by:
getSelectedItemin interfaceComboBoxModel
-
getSize
public int getSize() -
getElementAt
- Specified by:
getElementAtin interfaceListModel
-
addListDataListener
- Specified by:
addListDataListenerin interfaceListModel
-
removeListDataListener
- Specified by:
removeListDataListenerin interfaceListModel
-