| Interface | Description |
|---|---|
| PresetHandler | |
| TaggingPresetListener |
Notification of tagging presets events.
|
| Class | Description |
|---|---|
| PresetLabel | |
| PresetLabel.PresetLabelMouseListener |
Small helper class that manages the highlighting of the label on hover as well as opening
the corresponding preset when clicked
|
| TagCellEditor |
This is the table cell editor for the tag editor dialog.
|
| TagCellRenderer |
This is the table cell renderer for cells for the table of tags
in the tag editor dialog.
|
| TagEditorModel |
TagEditorModel is a table model.
|
| TagEditorPanel |
TagEditorPanel is a
JPanel which can be embedded as UI component in
UIs. |
| TaggingPreset |
This class read encapsulate one tagging preset.
|
| TaggingPreset.PresetDialog | |
| TaggingPreset.PresetPanel | |
| TaggingPresetItem |
Class that represents single part of a preset - one field or text label that is shown to user
|
| TaggingPresetItems |
Class that contains all subtypes of TaggingPresetItem, static supplementary data, types and methods
|
| TaggingPresetItems.Check |
Checkbox type.
|
| TaggingPresetItems.CheckGroup |
A group of
TaggingPresetItems.Checks. |
| TaggingPresetItems.Combo |
Combobox type.
|
| TaggingPresetItems.ComboMultiSelect |
Abstract superclass for combo box and multi-select list types.
|
| TaggingPresetItems.ConcatenatingJList |
Class that allows list values to be assigned and retrieved as a comma-delimited
string (extracted from TaggingPreset)
|
| TaggingPresetItems.ItemSeparator |
Class used to represent a
JSeparator inside tagging preset window. |
| TaggingPresetItems.Key |
Invisible type allowing to hardcode an OSM key/value from the preset definition.
|
| TaggingPresetItems.KeyedItem |
Preset item associated to an OSM key.
|
| TaggingPresetItems.Label |
Label type.
|
| TaggingPresetItems.Link |
Hyperlink type.
|
| TaggingPresetItems.MultiSelect |
Multi-select list type.
|
| TaggingPresetItems.Optional | |
| TaggingPresetItems.PresetLink | |
| TaggingPresetItems.PresetListEntry | |
| TaggingPresetItems.Role | |
| TaggingPresetItems.Roles | |
| TaggingPresetItems.Space |
Horizontal separator type.
|
| TaggingPresetItems.TaggingPresetTextItem |
A tagging preset item displaying a localizable text.
|
| TaggingPresetItems.Text |
Text field type.
|
| TaggingPresetItems.Usage | |
| TaggingPresetMenu | |
| TaggingPresetMenu.PresetTextComparator | |
| TaggingPresetNameTemplateList |
List of tagging presets with name templates, allows to find appropriate template based on existing primitive
|
| TaggingPresetReader |
The tagging presets reader.
|
| TaggingPresetReader.Chunk |
Holds a reference to a chunk of items/objects.
|
| TaggingPresetReader.Reference |
Holds a reference to an earlier item/object.
|
| TaggingPresets |
Class holding Tagging Presets and allowing to manage them.
|
| TaggingPresetSearchAction |
The tagging presets search action (F3).
|
| TaggingPresetSearchDialog |
The tagging presets search dialog (F3).
|
| TaggingPresetSearchPrimitiveDialog |
A dialog that allows to select a preset and then selects all matching OSM objects.
|
| TaggingPresetSearchPrimitiveDialog.Action |
An action executing
TaggingPresetSearchPrimitiveDialog. |
| TaggingPresetSelector |
GUI component to select tagging preset: the list with filter and two checkboxes
|
| TaggingPresetSelector.PresetClassification |
Computes the match ration of a
TaggingPreset wrt. |
| TaggingPresetSelector.PresetClassifications |
A collection of
TaggingPresetSelector.PresetClassifications with the functionality of filtering wrt. |
| TaggingPresetSelector.ResultListCellRenderer | |
| TaggingPresetSelector.ResultListModel | |
| TaggingPresetSeparator |
Class used to represent a
JSeparator inside tagging preset menu. |
| TagModel | |
| TagTable |
This is the tabular editor component for OSM tags.
|
| TagTable.TagTableColumnModel |
The table has two columns.
|
| Enum | Description |
|---|---|
| TaggingPresetItems.MatchType |
Enum denoting how a match (see
TaggingPresetItem.matches(java.util.Map<java.lang.String, java.lang.String>)) is performed. |
| TaggingPresetType |
Enumeration of OSM primitive types associated with names and icons
|