Package | Description |
---|---|
org.openstreetmap.josm.gui.mappaint | |
org.openstreetmap.josm.gui.mappaint.mapcss | |
org.openstreetmap.josm.gui.mappaint.xml | |
org.openstreetmap.josm.gui.preferences |
Provides generic classes for handling JOSM preferences.
|
org.openstreetmap.josm.gui.preferences.map |
Provides classes for handling map preferences.
|
org.openstreetmap.josm.gui.preferences.validator |
Provides classes for handling validator preferences.
|
org.openstreetmap.josm.io |
Modifier and Type | Class and Description |
---|---|
class |
StyleSource
A mappaint style (abstract class).
|
Modifier and Type | Method and Description |
---|---|
static void |
MapPaintStyles.addStyle(SourceEntry entry) |
private static StyleSource |
MapPaintStyles.fromSourceEntry(SourceEntry entry) |
Constructor and Description |
---|
StyleSource(SourceEntry entry) |
Modifier and Type | Class and Description |
---|---|
class |
MapCSSStyleSource |
Constructor and Description |
---|
MapCSSStyleSource(SourceEntry entry) |
Modifier and Type | Class and Description |
---|---|
class |
XmlStyleSource |
Constructor and Description |
---|
XmlStyleSource(SourceEntry entry) |
Modifier and Type | Class and Description |
---|---|
static class |
SourceEditor.ExtendedSourceEntry |
Modifier and Type | Field and Description |
---|---|
private List<SourceEntry> |
SourceEditor.ActiveSourcesModel.data |
Modifier and Type | Method and Description |
---|---|
abstract SourceEntry |
SourceEditor.SourcePrefHelper.deserialize(Map<String,String> entryStr) |
Modifier and Type | Method and Description |
---|---|
List<SourceEntry> |
SourceEditor.SourcePrefHelper.get()
Returns the list of sources.
|
Collection<SourceEntry> |
SourceEditor.getActiveSources() |
abstract Collection<? extends SourceEntry> |
SourceEditor.getInitialSourcesList()
Load the list of source entries that the user has configured.
|
Collection<SourceEntry> |
SourceProvider.getSources() |
List<SourceEntry> |
SourceEditor.ActiveSourcesModel.getSources() |
Modifier and Type | Method and Description |
---|---|
void |
SourceEditor.ActiveSourcesModel.addSource(SourceEntry entry) |
private String |
SourceEditor.SourceEntryTableCellRenderer.fromSourceEntry(SourceEntry entry) |
abstract Map<String,String> |
SourceEditor.SourcePrefHelper.serialize(SourceEntry entry) |
Modifier and Type | Method and Description |
---|---|
boolean |
SourceEditor.SourcePrefHelper.put(Collection<? extends SourceEntry> entries) |
void |
SourceEditor.ActiveSourcesModel.setActiveSources(Collection<? extends SourceEntry> sources) |
Constructor and Description |
---|
SourceEditor.EditSourceEntryDialog(Component parent,
String title,
SourceEntry e) |
SourceEntry(SourceEntry e)
Constructs a new
SourceEntry . |
Modifier and Type | Method and Description |
---|---|
SourceEntry |
MapPaintPreference.MapPaintPrefHelper.deserialize(Map<String,String> s) |
SourceEntry |
TaggingPresetPreference.PresetPrefHelper.deserialize(Map<String,String> s) |
Modifier and Type | Method and Description |
---|---|
List<SourceEntry> |
MapPaintPreference.MapPaintPrefHelper.get() |
Collection<? extends SourceEntry> |
MapPaintPreference.MapPaintSourceEditor.getInitialSourcesList() |
Collection<? extends SourceEntry> |
TaggingPresetPreference.TaggingPresetSourceEditor.getInitialSourcesList() |
Modifier and Type | Method and Description |
---|---|
Map<String,String> |
MapPaintPreference.MapPaintPrefHelper.serialize(SourceEntry entry) |
Map<String,String> |
TaggingPresetPreference.PresetPrefHelper.serialize(SourceEntry entry) |
Modifier and Type | Method and Description |
---|---|
private boolean |
MapPaintPreference.MapPaintPrefHelper.insertNewDefaults(List<SourceEntry> list)
If the selection of default styles changes in future releases, add
the new entries to the user-configured list.
|
Modifier and Type | Method and Description |
---|---|
SourceEntry |
ValidatorTagCheckerRulesPreference.RulePrefHelper.deserialize(Map<String,String> s) |
Modifier and Type | Method and Description |
---|---|
Collection<? extends SourceEntry> |
ValidatorTagCheckerRulesPreference.TagCheckerRulesSourceEditor.getInitialSourcesList() |
Modifier and Type | Method and Description |
---|---|
Map<String,String> |
ValidatorTagCheckerRulesPreference.RulePrefHelper.serialize(SourceEntry entry) |
Modifier and Type | Field and Description |
---|---|
private Map<Path,SourceEntry> |
FileWatcher.ruleMap |
Modifier and Type | Method and Description |
---|---|
private <T extends SourceEntry> |
FileWatcher.register(T obj,
Map<Path,T> map) |
Modifier and Type | Method and Description |
---|---|
void |
FileWatcher.registerValidatorRule(SourceEntry rule)
Registers a validator rule for local file changes, allowing dynamic reloading.
|