Package | Description |
---|---|
org.openstreetmap.josm.data.validation.tests | |
org.openstreetmap.josm.gui | |
org.openstreetmap.josm.gui.dialogs.relation |
Toggle dialog allowing to display currently loaded relations and perform operations on them.
|
org.openstreetmap.josm.gui.tagging.ac |
Provides classes for handling autocompletion of tags.
|
org.openstreetmap.josm.gui.tagging.presets |
Provides classes for handling tagging presets.
|
Modifier and Type | Field and Description |
---|---|
private static java.util.Collection<TaggingPreset> |
RelationChecker.relationpresets |
Modifier and Type | Method and Description |
---|---|
private static void |
TagChecker.addPresetValue(TaggingPreset p,
KeyedItem ky) |
Modifier and Type | Method and Description |
---|---|
private void |
DefaultNameFormatter.formatRelationNameAndType(Relation relation,
java.lang.StringBuilder result,
TaggingPreset preset) |
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 | Method and Description |
---|---|
protected static void |
AutoCompletionManager.cachePresetItem(TaggingPreset p,
TaggingPresetItem item) |
Modifier and Type | Method and Description |
---|---|
static void |
AutoCompletionManager.cachePresets(java.util.Collection<TaggingPreset> presets)
Initialize the cache for presets.
|
Modifier and Type | Class and Description |
---|---|
class |
TaggingPresetMenu |
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 javax.swing.JList<TaggingPreset> |
TaggingPresetSelector.lsResult |
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(OsmPrimitive primitive)
Finds and returns the first occurence of preset with template name matching the given primitive
|
TaggingPreset |
TaggingPresetSelector.ResultListModel.getElementAt(int index) |
TaggingPreset |
TaggingPresetSelector.getSelectedPreset()
Determines, which preset is selected at the current moment
|
Modifier and Type | Method and Description |
---|---|
static java.util.Collection<TaggingPreset> |
TaggingPreset.getMatchingPresets(java.util.Collection<TaggingPresetType> t,
java.util.Map<java.lang.String,java.lang.String> tags,
boolean onlyShowable) |
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 |
---|---|
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.
|
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 . |