Package | Description |
---|---|
org.openstreetmap.josm.gui.tagging.presets.items |
Provides classes for handling tagging presets items.
|
Modifier and Type | Field and Description |
---|---|
protected JosmComboBox<ComboMultiSelect.PresetListEntry> |
Combo.combo |
protected Map<String,ComboMultiSelect.PresetListEntry> |
ComboMultiSelect.lhm |
private static ListCellRenderer<ComboMultiSelect.PresetListEntry> |
ComboMultiSelect.RENDERER |
Modifier and Type | Method and Description |
---|---|
protected ListCellRenderer<ComboMultiSelect.PresetListEntry> |
ComboMultiSelect.getListCellRenderer() |
Modifier and Type | Method and Description |
---|---|
void |
ComboMultiSelect.addListEntry(ComboMultiSelect.PresetListEntry e) |
int |
ComboMultiSelect.PresetListEntry.compareTo(ComboMultiSelect.PresetListEntry o) |
Modifier and Type | Method and Description |
---|---|
void |
ComboMultiSelect.addListEntries(Collection<ComboMultiSelect.PresetListEntry> e) |
Constructor and Description |
---|
ConcatenatingJList(String del,
ComboMultiSelect.PresetListEntry[] o) |