org.esa.beam.visat.toolviews.layermanager.layersrc
Class HistoryComboBoxModel
java.lang.Object
org.esa.beam.visat.toolviews.layermanager.layersrc.HistoryComboBoxModel
- All Implemented Interfaces:
- ComboBoxModel, ListModel
public class HistoryComboBoxModel
- extends Object
- implements ComboBoxModel
Note: This API is not public yet and may significantly change in the future. Use it at your own risk.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HistoryComboBoxModel
public HistoryComboBoxModel(UserInputHistory history)
getHistory
public UserInputHistory getHistory()
setSelectedItem
public void setSelectedItem(Object anObject)
- Specified by:
setSelectedItem in interface ComboBoxModel
getSelectedItem
public Object getSelectedItem()
- Specified by:
getSelectedItem in interface ComboBoxModel
getSize
public int getSize()
- Specified by:
getSize in interface ListModel
getElementAt
public Object getElementAt(int index)
- Specified by:
getElementAt in interface ListModel
addListDataListener
public void addListDataListener(ListDataListener listener)
- Specified by:
addListDataListener in interface ListModel
removeListDataListener
public void removeListDataListener(ListDataListener listener)
- Specified by:
removeListDataListener in interface ListModel
Copyright © 2002-2013 Brockmann Consult GmbH. All Rights Reserved.