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.
|
Modifier and Type | Field and Description |
---|---|
private AutoCompletingTextField |
RelationMemberConflictResolver.tfKey |
private AutoCompletingTextField |
RelationMemberConflictResolver.tfRole |
private AutoCompletingTextField |
RelationMemberConflictResolver.tfValue |
Modifier and Type | Field and Description |
---|---|
private AutoCompletingTextField |
MemberRoleCellEditor.editor |
private AutoCompletingTextField |
GenericRelationEditor.tfRole |
Modifier and Type | Method and Description |
---|---|
protected static AutoCompletingTextField |
GenericRelationEditor.buildRoleTextField(IRelationEditor re)
builds the role text field
|
AutoCompletingTextField |
MemberRoleCellEditor.getEditor()
Returns the edit field for this cell editor.
|
AutoCompletingTextField |
GenericRelationEditor.RelationEditorActionAccess.getTextFieldRole() |
Modifier and Type | Field and Description |
---|---|
protected AutoCompletingTextField |
SavingAction.tfRole |
private AutoCompletingTextField |
SetRoleAction.tfRole |
Modifier and Type | Method and Description |
---|---|
AutoCompletingTextField |
IRelationEditorActionAccess.getTextFieldRole()
Get the text field that is used to edit the role.
|
Modifier and Type | Field and Description |
---|---|
protected AutoCompletingTextField |
TagCellEditor.editor |
Modifier and Type | Method and Description |
---|---|
AutoCompletingTextField |
TagCellEditor.getEditor()
Gets the editor for this cell
|
Modifier and Type | Method and Description |
---|---|
protected void |
TaggingPresetItem.initAutoCompletionField(AutoCompletingTextField field,
java.util.List<java.lang.String> keys) |
protected void |
TaggingPresetItem.initAutoCompletionField(AutoCompletingTextField field,
java.lang.String... key) |