| Package | Description |
|---|---|
| org.openstreetmap.josm.data.osm | |
| org.openstreetmap.josm.gui.dialogs.properties | |
| org.openstreetmap.josm.gui.tagging |
| Modifier and Type | Field and Description |
|---|---|
private AutoCompletionManager |
DataSet.autocomplete
Maintains a list of used tags for autocompletion.
|
| Modifier and Type | Method and Description |
|---|---|
AutoCompletionManager |
DataSet.getAutoCompletionManager()
Returns the autocompletion manager, which maintains a list of used tags for autocompletion.
|
| Modifier and Type | Method and Description |
|---|---|
protected java.awt.event.FocusAdapter |
TagEditHelper.AbstractTagsDialog.addFocusAdapter(AutoCompletionManager autocomplete,
java.util.Comparator<AutoCompletionListItem> comparator)
Create a focus handling adapter and apply in to the editor component of value
autocompletion box.
|
| Modifier and Type | Field and Description |
|---|---|
protected AutoCompletionManager |
TagCellEditor.autocomplete
the cache of auto completion items derived from the current JOSM data set
|
| Modifier and Type | Method and Description |
|---|---|
void |
TagTable.setAutoCompletionManager(AutoCompletionManager autocomplete) |
void |
TagCellEditor.setAutoCompletionManager(AutoCompletionManager autocomplete) |