Modifier and Type | Field and Description |
---|---|
private static Collection<TaggingPreset> |
RelationChecker.relationpresets |
Modifier and Type | Method and Description |
---|---|
private static void |
TagChecker.addPresetValue(TaggingPreset p,
TaggingPresetItems.KeyedItem ky) |
Modifier and Type | Method and Description |
---|---|
private void |
DefaultNameFormatter.formatRelationNameAndType(Relation relation,
StringBuilder result,
TaggingPreset preset) |
Modifier and Type | Method and Description |
---|---|
protected static Set<String> |
GenericRelationEditor.findSuggestedRoles(Collection<TaggingPreset> presets,
OsmPrimitive p) |
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 |
PresetLabel.t |
Modifier and Type | Field and Description |
---|---|
private JList<TaggingPreset> |
TaggingPresetSelector.lsResult |
private List<TaggingPreset> |
TaggingPresetNameTemplateList.presetsWithPattern |
private static 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 Collection<TaggingPreset> |
TaggingPreset.getMatchingPresets(Collection<TaggingPresetType> t,
Map<String,String> tags,
boolean onlyShowable) |
static Collection<TaggingPreset> |
TaggingPresets.getTaggingPresets()
Replies a new collection containing all tagging presets.
|
static Collection<TaggingPreset> |
TaggingPresetReader.readAll(Collection<String> sources,
boolean validate)
Reads all tagging presets from the given sources.
|
static Collection<TaggingPreset> |
TaggingPresetReader.readAll(Collection<String> sources,
boolean validate,
boolean displayErrMsg)
Reads all tagging presets from the given sources.
|
static Collection<TaggingPreset> |
TaggingPresetReader.readAll(Reader in,
boolean validate)
Reads all tagging presets from the input reader.
|
static Collection<TaggingPreset> |
TaggingPresetReader.readAll(String source,
boolean validate)
Reads all tagging presets from the given source.
|
static Collection<TaggingPreset> |
TaggingPresetReader.readFromPreferences(boolean validate,
boolean displayErrMsg)
Reads all tagging presets from sources stored in preferences.
|
Modifier and Type | Method and Description |
---|---|
Component |
TaggingPresetSelector.ResultListCellRenderer.getListCellRendererComponent(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(Collection<TaggingPreset> presets)
Adds a list of tagging presets to the current list.
|
Component |
TaggingPresetSelector.ResultListCellRenderer.getListCellRendererComponent(JList<? extends TaggingPreset> list,
TaggingPreset tp,
int index,
boolean isSelected,
boolean cellHasFocus) |
void |
TaggingPresetSelector.init(Collection<TaggingPreset> presets) |
void |
TaggingPresetSelector.PresetClassifications.loadPresets(Collection<TaggingPreset> presets) |
Constructor and Description |
---|
PresetLabel(TaggingPreset t) |
TaggingPresetSelector.PresetClassification(TaggingPreset preset) |
Modifier and Type | Method and Description |
---|---|
static void |
AutoCompletionManager.cachePresets(Collection<TaggingPreset> presets)
Initialize the cache for presets.
|