|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.openstreetmap.josm.gui.preferences.projection.AbstractProjectionChoice
public abstract class AbstractProjectionChoice
Field Summary | |
---|---|
private java.lang.String |
id
|
private java.lang.String |
name
|
Constructor Summary | |
---|---|
AbstractProjectionChoice(java.lang.String id,
java.lang.String name)
|
Method Summary | |
---|---|
java.lang.String |
getId()
Get a unique id for the projection choice. |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.openstreetmap.josm.gui.preferences.projection.ProjectionChoice |
---|
allCodes, getPreferencePanel, getPreferences, getPreferencesFromCode, getProjection, setPreferences |
Field Detail |
---|
private java.lang.String id
private java.lang.String name
Constructor Detail |
---|
public AbstractProjectionChoice(java.lang.String id, java.lang.String name)
Method Detail |
---|
public java.lang.String getId()
ProjectionChoice
getId
in interface ProjectionChoice
public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |