Uses of Interface
org.openstreetmap.josm.tools.template_engine.TemplateEntry
-
Packages that use TemplateEntry Package Description 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.org.openstreetmap.josm.tools.template_engine Provides classes for a generic template engine used in presets, name rendering and search function. -
-
Uses of TemplateEntry in org.openstreetmap.josm.gui.tagging.presets
Fields in org.openstreetmap.josm.gui.tagging.presets declared as TemplateEntry Modifier and Type Field Description TemplateEntryTaggingPreset. nameTemplateThe name_template custom name formatter. -
Uses of TemplateEntry in org.openstreetmap.josm.gui.tagging.presets.items
Fields in org.openstreetmap.josm.gui.tagging.presets.items declared as TemplateEntry Modifier and Type Field Description private TemplateEntryText. valueTemplate -
Uses of TemplateEntry in org.openstreetmap.josm.tools.template_engine
Classes in org.openstreetmap.josm.tools.template_engine that implement TemplateEntry Modifier and Type Class Description classCompoundTemplateEntryTemplateEntrythat concatenates several templates.classConditionTemplateEntrythat applies other templates based on conditions.classContextSwitchTemplateThe context switch offers possibility to use tags of referenced primitive when constructing primitive name.classSearchExpressionConditionConditionalTemplateEntrythat executes another template in case a search expression applies to the given data provider.classStaticTextTemplateEntryrepresenting a static string.classVariableTemplateEntrythat inserts the value of a variable.Fields in org.openstreetmap.josm.tools.template_engine declared as TemplateEntry Modifier and Type Field Description private TemplateEntry[]CompoundTemplateEntry. entriesprivate TemplateEntryContextSwitchTemplate. templateprivate TemplateEntrySearchExpressionCondition. textFields in org.openstreetmap.josm.tools.template_engine with type parameters of type TemplateEntry Modifier and Type Field Description private java.util.List<TemplateEntry>Condition. entriesMethods in org.openstreetmap.josm.tools.template_engine that return TemplateEntry Modifier and Type Method Description static TemplateEntryCompoundTemplateEntry. fromArray(TemplateEntry... entries)Factory method to concatenate severalTemplateEntrys.TemplateEntryTemplateParser. parse()Parse the template.private TemplateEntryTemplateParser. parseCondition()private TemplateEntryTemplateParser. parseContextSwitch()private TemplateEntryTemplateParser. parseExpression(java.util.Collection<Tokenizer.TokenType> endTokens)private TemplateEntryTemplateParser. parseVariable()Methods in org.openstreetmap.josm.tools.template_engine with parameters of type TemplateEntry Modifier and Type Method Description static TemplateEntryCompoundTemplateEntry. fromArray(TemplateEntry... entries)Factory method to concatenate severalTemplateEntrys.Constructors in org.openstreetmap.josm.tools.template_engine with parameters of type TemplateEntry Constructor Description CompoundTemplateEntry(TemplateEntry... entries)ContextSwitchTemplate(SearchCompiler.Match match, TemplateEntry template, int searchExpressionPosition)Constructs a newContextSwitchTemplate.SearchExpressionCondition(SearchCompiler.Match condition, TemplateEntry text)Creates a newSearchExpressionCondition.Constructor parameters in org.openstreetmap.josm.tools.template_engine with type arguments of type TemplateEntry Constructor Description Condition(java.util.Collection<TemplateEntry> entries)Constructs a newConditionwith predefined template entries.
-