Package | Description |
---|---|
org.openstreetmap.josm.data.osm |
Provides the classes for OSM data:
Primitives :
Node ,
Way ,
Relation
Users
Tags
Changesets
Utilities classes
|
org.openstreetmap.josm.data.osm.search |
Provides classes allowing to search OSM primitives in a dataset using textual queries.
|
org.openstreetmap.josm.data.validation.tests |
Provides the classes for JOSM data validation tests.
|
org.openstreetmap.josm.gui.dialogs.properties |
Toggle dialog allowing to display/edit tags and relation memberships of currently selected OSM objects.
|
org.openstreetmap.josm.gui.dialogs.relation |
Toggle dialog allowing to display currently loaded relations and perform operations on them.
|
org.openstreetmap.josm.gui.tagging.presets |
Provides classes for handling tagging presets.
|
org.openstreetmap.josm.gui.tagging.presets.items |
Provides classes for handling tagging presets items.
|
Modifier and Type | Method and Description |
---|---|
private static java.lang.StringBuilder |
DefaultNameFormatter.formatRelationNameAndType(IRelation<?> relation,
java.lang.StringBuilder result,
TaggingPreset preset) |
Modifier and Type | Field and Description |
---|---|
private java.util.List<TaggingPreset> |
SearchCompiler.Preset.presets |
Modifier and Type | Method and Description |
---|---|
private static boolean |
SearchCompiler.Preset.presetNameMatch(java.lang.String name,
TaggingPreset preset,
boolean matchStrictly) |
Modifier and Type | Field and Description |
---|---|
private static java.util.Map<TaggingPreset,java.util.List<TaggingPresetItem>> |
TagChecker.presetIndex |
private static java.util.Collection<TaggingPreset> |
RelationChecker.relationpresets |
Modifier and Type | Field and Description |
---|---|
private TaggingPreset |
PresetListPanel.LabelMouseAdapter.t |
Constructor and Description |
---|
LabelMouseAdapter(TaggingPreset t,
TaggingPresetHandler presetHandler) |
Modifier and Type | Method and Description |
---|---|
protected static java.util.Set<java.lang.String> |
GenericRelationEditor.findSuggestedRoles(java.util.Collection<TaggingPreset> presets,
OsmPrimitive p) |
Modifier and Type | Class and Description |
---|---|
class |
TaggingPresetMenu
Menu that groups several presets from one topic.
|
class |
TaggingPresetSeparator
Class used to represent a
JSeparator inside tagging preset menu. |
Modifier and Type | Field and Description |
---|---|
TaggingPreset |
TaggingPresetSelector.PresetClassification.preset |
protected TaggingPreset |
TaggingPresetLabel.t |
Modifier and Type | Field and Description |
---|---|
private java.util.List<TaggingPreset> |
TaggingPresetNameTemplateList.presetsWithPattern |
private static java.util.Collection<TaggingPreset> |
TaggingPresets.taggingPresets
The collection of tagging presets
|
Modifier and Type | Method and Description |
---|---|
TaggingPreset |
TaggingPresetNameTemplateList.findPresetTemplate(IPrimitive primitive)
Finds and returns the first occurrence of preset with template name matching the given primitive
|
TaggingPreset |
TaggingPresetSelector.getSelectedPreset()
Determines, which preset is selected at the moment.
|
TaggingPreset |
TaggingPresetSelector.getSelectedPresetAndUpdateClassification()
Determines, which preset is selected at the moment.
|
Modifier and Type | Method and Description |
---|---|
static java.util.Collection<TaggingPreset> |
TaggingPresets.getMatchingPresets(java.util.Collection<TaggingPresetType> t,
java.util.Map<java.lang.String,java.lang.String> tags,
boolean onlyShowable)
Replies a new collection of all presets matching the parameters.
|
static java.util.Collection<TaggingPreset> |
TaggingPresets.getMatchingPresets(IPrimitive primitive)
Replies a new collection of all presets matching the given preset.
|
static java.util.Collection<TaggingPreset> |
TaggingPresets.getTaggingPresets()
Replies a new collection containing all tagging presets.
|
static java.util.Collection<TaggingPreset> |
TaggingPresetReader.readAll(java.util.Collection<java.lang.String> sources,
boolean validate)
Reads all tagging presets from the given sources.
|
static java.util.Collection<TaggingPreset> |
TaggingPresetReader.readAll(java.util.Collection<java.lang.String> sources,
boolean validate,
boolean displayErrMsg)
Reads all tagging presets from the given sources.
|
static java.util.Collection<TaggingPreset> |
TaggingPresetReader.readAll(java.io.Reader in,
boolean validate)
Reads all tagging presets from the input reader.
|
(package private) static java.util.Collection<TaggingPreset> |
TaggingPresetReader.readAll(java.io.Reader in,
boolean validate,
TaggingPresetReader.HashSetWithLast<TaggingPreset> all)
Reads all tagging presets from the input reader.
|
static java.util.Collection<TaggingPreset> |
TaggingPresetReader.readAll(java.lang.String source,
boolean validate)
Reads all tagging presets from the given source.
|
(package private) static java.util.Collection<TaggingPreset> |
TaggingPresetReader.readAll(java.lang.String source,
boolean validate,
TaggingPresetReader.HashSetWithLast<TaggingPreset> all)
Reads all tagging presets from the given source.
|
static java.util.Collection<TaggingPreset> |
TaggingPresetReader.readFromPreferences(boolean validate,
boolean displayErrMsg)
Reads all tagging presets from sources stored in preferences.
|
Modifier and Type | Method and Description |
---|---|
private static void |
TaggingPresetSelector.PresetClassification.addLocaleNames(java.util.Collection<java.lang.String> collection,
TaggingPreset preset) |
private static void |
TaggingPresets.cachePresetItem(TaggingPreset p,
TaggingPresetItem item) |
java.awt.Component |
TaggingPresetSelector.ResultListCellRenderer.getListCellRendererComponent(javax.swing.JList<? extends TaggingPreset> list,
TaggingPreset tp,
int index,
boolean isSelected,
boolean cellHasFocus) |
void |
TaggingPresetSelector.setSelectedPreset(TaggingPreset p) |
Modifier and Type | Method and Description |
---|---|
static void |
TaggingPresets.addTaggingPresets(java.util.Collection<TaggingPreset> presets)
Adds a list of tagging presets to the current list.
|
static void |
TaggingPresets.cachePresets(java.util.Collection<TaggingPreset> presets)
Initialize the cache for presets.
|
java.awt.Component |
TaggingPresetSelector.ResultListCellRenderer.getListCellRendererComponent(javax.swing.JList<? extends TaggingPreset> list,
TaggingPreset tp,
int index,
boolean isSelected,
boolean cellHasFocus) |
void |
TaggingPresetSelector.init(java.util.Collection<TaggingPreset> presets) |
void |
TaggingPresetSelector.PresetClassifications.loadPresets(java.util.Collection<TaggingPreset> presets) |
(package private) static java.util.Collection<TaggingPreset> |
TaggingPresetReader.readAll(java.io.Reader in,
boolean validate,
TaggingPresetReader.HashSetWithLast<TaggingPreset> all)
Reads all tagging presets from the input reader.
|
(package private) static java.util.Collection<TaggingPreset> |
TaggingPresetReader.readAll(java.lang.String source,
boolean validate,
TaggingPresetReader.HashSetWithLast<TaggingPreset> all)
Reads all tagging presets from the given source.
|
Constructor and Description |
---|
PresetClassification(TaggingPreset preset) |
TaggingPresetLabel(TaggingPreset t)
Constructs a new
PresetLabel . |
Modifier and Type | Field and Description |
---|---|
private TaggingPreset |
PresetLink.TaggingPresetMouseAdapter.t |
Constructor and Description |
---|
TaggingPresetMouseAdapter(TaggingPreset t) |