us.zuercher.gpx2map.gui
Class MapSourceComboBoxModel
java.lang.Object
javax.swing.AbstractListModel
javax.swing.DefaultComboBoxModel
us.zuercher.gpx2map.gui.MapSourceComboBoxModel
- All Implemented Interfaces:
- Serializable, ComboBoxModel, ListModel, MutableComboBoxModel
public class MapSourceComboBoxModel
- extends DefaultComboBoxModel
MapSourceComboBoxModel defines the choices available in the map source
combo box of the Gpx2Map GUI.
- Author:
- Stephan Zuercher
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MapSourceComboBoxModel
public MapSourceComboBoxModel()
- Constructs a new MapSourceComboBoxModel with the available
MapSourceChoices
.
getMapSources
private static MapSourceComboBoxModel.MapSourceChoice[] getMapSources()
- Creates an array of available MapSourceChoices.
- Returns:
- an array of available MapSourceChoices.