Package | Description |
---|---|
org.openstreetmap.josm.gui.layer.markerlayer | |
org.openstreetmap.josm.gui.preferences.display |
Provides classes for handling display preferences.
|
Modifier and Type | Field and Description |
---|---|
private Marker.TemplateEntryProperty |
Marker.TemplateEntryProperty.parent |
Modifier and Type | Field and Description |
---|---|
private static java.util.Map<java.lang.String,Marker.TemplateEntryProperty> |
Marker.TemplateEntryProperty.CACHE |
Modifier and Type | Method and Description |
---|---|
static Marker.TemplateEntryProperty |
Marker.TemplateEntryProperty.forAudioMarker(java.lang.String layerName) |
static Marker.TemplateEntryProperty |
Marker.TemplateEntryProperty.forMarker(java.lang.String layerName) |
protected Marker.TemplateEntryProperty |
AudioMarker.getTextTemplate() |
protected Marker.TemplateEntryProperty |
Marker.getTextTemplate() |
Constructor and Description |
---|
TemplateEntryProperty(java.lang.String key,
java.lang.String defaultValue,
Marker.TemplateEntryProperty parent) |
Modifier and Type | Method and Description |
---|---|
private void |
GPXSettingsPanel.updateWaypointLabelCombobox(JosmComboBox<java.lang.String> cb,
JosmTextField tf,
Marker.TemplateEntryProperty property) |