Uses of Class
org.openstreetmap.josm.gui.tagging.ac.AutoCompletingTextField
-
Packages that use AutoCompletingTextField Package Description org.openstreetmap.josm.gui.conflict.tags Provides the classes for resolving conflicts between OSM tags.org.openstreetmap.josm.gui.dialogs.relation Toggle dialog allowing to display currently loaded relations and perform operations on them.org.openstreetmap.josm.gui.dialogs.relation.actions Provides the classes for relation editor actions.org.openstreetmap.josm.gui.tagging Provides classes for handling edition of OSM tags: tag tables, tag editors.org.openstreetmap.josm.gui.tagging.presets Provides classes for handling tagging presets. -
-
Uses of AutoCompletingTextField in org.openstreetmap.josm.gui.conflict.tags
Fields in org.openstreetmap.josm.gui.conflict.tags declared as AutoCompletingTextField Modifier and Type Field Description private AutoCompletingTextField
RelationMemberConflictResolver. tfKey
private AutoCompletingTextField
RelationMemberConflictResolver. tfRole
private AutoCompletingTextField
RelationMemberConflictResolver. tfValue
-
Uses of AutoCompletingTextField in org.openstreetmap.josm.gui.dialogs.relation
Fields in org.openstreetmap.josm.gui.dialogs.relation declared as AutoCompletingTextField Modifier and Type Field Description private AutoCompletingTextField
MemberRoleCellEditor. editor
private AutoCompletingTextField
GenericRelationEditor. tfRole
Methods in org.openstreetmap.josm.gui.dialogs.relation that return AutoCompletingTextField Modifier and Type Method Description protected static AutoCompletingTextField
GenericRelationEditor. buildRoleTextField(IRelationEditor re)
builds the role text fieldAutoCompletingTextField
MemberRoleCellEditor. getEditor()
Returns the edit field for this cell editor.AutoCompletingTextField
GenericRelationEditor.RelationEditorActionAccess. getTextFieldRole()
-
Uses of AutoCompletingTextField in org.openstreetmap.josm.gui.dialogs.relation.actions
Fields in org.openstreetmap.josm.gui.dialogs.relation.actions declared as AutoCompletingTextField Modifier and Type Field Description protected AutoCompletingTextField
SavingAction. tfRole
private AutoCompletingTextField
SetRoleAction. tfRole
Methods in org.openstreetmap.josm.gui.dialogs.relation.actions that return AutoCompletingTextField Modifier and Type Method Description AutoCompletingTextField
IRelationEditorActionAccess. getTextFieldRole()
Get the text field that is used to edit the role. -
Uses of AutoCompletingTextField in org.openstreetmap.josm.gui.tagging
Fields in org.openstreetmap.josm.gui.tagging declared as AutoCompletingTextField Modifier and Type Field Description protected AutoCompletingTextField
TagCellEditor. editor
Methods in org.openstreetmap.josm.gui.tagging that return AutoCompletingTextField Modifier and Type Method Description AutoCompletingTextField
TagCellEditor. getEditor()
Gets the editor for this cell -
Uses of AutoCompletingTextField in org.openstreetmap.josm.gui.tagging.presets
Methods in org.openstreetmap.josm.gui.tagging.presets with parameters of type AutoCompletingTextField Modifier and Type Method Description protected void
TaggingPresetItem. initAutoCompletionField(AutoCompletingTextField field, String... key)
protected void
TaggingPresetItem. initAutoCompletionField(AutoCompletingTextField field, List<String> keys)
-