Uses of Class
org.openstreetmap.josm.gui.widgets.SearchTextResultListPanel
-
Packages that use SearchTextResultListPanel Package Description org.openstreetmap.josm.gui.dialogs Provides three kinds of dialogs: Toggle dialogs on the right side of the GUI, that can be turned on, off, attached or detached from the GUI Changeset dialog based on a standalone implementation, dedicated to OSM changesets management Extended dialogs for everything elseorg.openstreetmap.josm.gui.download Provides GUI classes for the download dialog.org.openstreetmap.josm.gui.tagging.presets Provides classes for handling tagging presets. -
-
Uses of SearchTextResultListPanel in org.openstreetmap.josm.gui.dialogs
Subclasses of SearchTextResultListPanel in org.openstreetmap.josm.gui.dialogs Modifier and Type Class Description private static class
MenuItemSearchDialog.MenuItemSelector
-
Uses of SearchTextResultListPanel in org.openstreetmap.josm.gui.download
Subclasses of SearchTextResultListPanel in org.openstreetmap.josm.gui.download Modifier and Type Class Description class
UserQueryList
A component to select user saved queries. -
Uses of SearchTextResultListPanel in org.openstreetmap.josm.gui.tagging.presets
Subclasses of SearchTextResultListPanel in org.openstreetmap.josm.gui.tagging.presets Modifier and Type Class Description class
TaggingPresetSelector
GUI component to select tagging preset: the list with filter and two checkboxes
-