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 TypeMethodDescriptionvoid
addListDataListener
(ListDataListener listener) getElementAt
(int index) int
getSize()
void
removeListDataListener
(ListDataListener listener) void
setSelectedItem
(Object anObject)
-
Constructor Details
-
HistoryComboBoxModel
-
-
Method Details
-
getHistory
-
setSelectedItem
- Specified by:
setSelectedItem
in interfaceComboBoxModel
-
getSelectedItem
- Specified by:
getSelectedItem
in interfaceComboBoxModel
-
getSize
public int getSize() -
getElementAt
- Specified by:
getElementAt
in interfaceListModel
-
addListDataListener
- Specified by:
addListDataListener
in interfaceListModel
-
removeListDataListener
- Specified by:
removeListDataListener
in interfaceListModel
-