Package | Description |
---|---|
org.openstreetmap.josm.gui.dialogs.properties |
Toggle dialog allowing to display/edit tags and relation memberships of currently selected OSM objects.
|
org.openstreetmap.josm.gui.dialogs.relation |
Toggle dialog allowing to display currently loaded relations and perform operations on them.
|
org.openstreetmap.josm.gui.tagging |
Provides classes for handling edition of OSM tags: tag tables, tag editors.
|
org.openstreetmap.josm.gui.tagging.ac |
Provides GUI classes for handling autocompletion of tags.
|
Modifier and Type | Method and Description |
---|---|
protected java.awt.event.FocusAdapter |
TagEditHelper.AbstractTagsDialog.addFocusAdapter(AutoCompletionManager autocomplete,
java.util.Comparator<AutoCompletionItem> comparator)
Create a focus handling adapter and apply in to the editor component of value
autocompletion box.
|
Modifier and Type | Field and Description |
---|---|
private AutoCompletionManager |
MemberRoleCellEditor.autoCompletionManager |
Constructor and Description |
---|
MemberRoleCellEditor(AutoCompletionManager autoCompletionManager,
Relation relation)
Constructs a new
MemberRoleCellEditor . |
MemberTableColumnModel(AutoCompletionManager autoCompletionManager,
Relation relation)
Constructs a new
MemberTableColumnModel . |
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)
Sets the autocompletion manager that should be used for editing the cells
|
void |
TagCellEditor.setAutoCompletionManager(AutoCompletionManager autocomplete)
Sets the manager that helps with auto completion
|
Modifier and Type | Field and Description |
---|---|
private static java.util.Map<DataSet,AutoCompletionManager> |
AutoCompletionManager.INSTANCES |
Modifier and Type | Method and Description |
---|---|
static AutoCompletionManager |
AutoCompletionManager.of(DataSet dataSet)
Returns the
AutoCompletionManager for the given data set. |
private AutoCompletionManager |
AutoCompletionManager.registerListeners() |