|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectus.zuercher.gpx2map.gui.MapSourceComboBoxModel.MapSourceChoice
public static class MapSourceComboBoxModel.MapSourceChoice
MapSourceChoice describes the choice a particular
MapSource
.
Field Summary | |
---|---|
private String |
mapSourceDisplayName
Map source display name. |
private String |
mapSourceName
Map source name. |
Constructor Summary | |
---|---|
private |
MapSourceComboBoxModel.MapSourceChoice(String name,
String displayName)
Constructs a new MapSourceChoice. |
Method Summary | |
---|---|
String |
getMapSourceName()
Returns the map source name for this choice. |
MapSource |
newMapSource()
Instantiates a new MapSource of the given type. |
String |
toString()
Returns the display name for this choice. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
private final String mapSourceName
private final String mapSourceDisplayName
Constructor Detail |
---|
private MapSourceComboBoxModel.MapSourceChoice(String name, String displayName)
name
- map source namedisplayName
- map source display nameMethod Detail |
---|
public MapSource newMapSource()
public String getMapSourceName()
public String toString()
toString
in class Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |