Uses of Interface
org.openstreetmap.josm.tools.template_engine.TemplateEntry

Packages that use TemplateEntry
org.openstreetmap.josm.gui.layer.markerlayer   
org.openstreetmap.josm.gui.tagging   
org.openstreetmap.josm.tools.template_engine   
 

Uses of TemplateEntry in org.openstreetmap.josm.gui.layer.markerlayer
 

Methods in org.openstreetmap.josm.gui.layer.markerlayer that return TemplateEntry
protected  TemplateEntry Marker.TemplateEntryProperty.fromString(java.lang.String s)
           
 

Uses of TemplateEntry in org.openstreetmap.josm.gui.tagging
 

Fields in org.openstreetmap.josm.gui.tagging declared as TemplateEntry
 TemplateEntry TaggingPreset.nameTemplate
           
 

Uses of TemplateEntry in org.openstreetmap.josm.tools.template_engine
 

Classes in org.openstreetmap.josm.tools.template_engine that implement TemplateEntry
 class CompoundTemplateEntry
           
 class Condition
           
 class ContextSwitchTemplate
           
 class SearchExpressionCondition
           
 class StaticText
           
 class Variable
           
 

Fields in org.openstreetmap.josm.tools.template_engine declared as TemplateEntry
private  TemplateEntry[] CompoundTemplateEntry.entries
           
private  TemplateEntry ContextSwitchTemplate.template
           
private  TemplateEntry SearchExpressionCondition.text
           
 

Fields in org.openstreetmap.josm.tools.template_engine with type parameters of type TemplateEntry
private  java.util.List<TemplateEntry> Condition.entries
           
 

Methods in org.openstreetmap.josm.tools.template_engine that return TemplateEntry
static TemplateEntry CompoundTemplateEntry.fromArray(TemplateEntry... entry)
           
 TemplateEntry TemplateParser.parse()
           
private  TemplateEntry TemplateParser.parseCondition()
           
private  TemplateEntry TemplateParser.parseContextSwitch()
           
private  TemplateEntry TemplateParser.parseExpression(java.util.Collection<Tokenizer.TokenType> endTokens)
           
private  TemplateEntry TemplateParser.parseVariable()
           
 

Methods in org.openstreetmap.josm.tools.template_engine that return types with arguments of type TemplateEntry
 java.util.List<TemplateEntry> Condition.getEntries()
           
 

Methods in org.openstreetmap.josm.tools.template_engine with parameters of type TemplateEntry
static TemplateEntry CompoundTemplateEntry.fromArray(TemplateEntry... entry)
           
 

Constructors in org.openstreetmap.josm.tools.template_engine with parameters of type TemplateEntry
CompoundTemplateEntry(TemplateEntry[] entries)
           
ContextSwitchTemplate(SearchCompiler.Match match, TemplateEntry template, int searchExpressionPosition)
           
SearchExpressionCondition(SearchCompiler.Match condition, TemplateEntry text)
           
 



JOSM