Uses of Class
org.openstreetmap.josm.gui.util.HighlightHelper
-
Packages that use HighlightHelper Package Description org.openstreetmap.josm.actions.mapmode Provides the classes for JOSMmap modes.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.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. -
-
Uses of HighlightHelper in org.openstreetmap.josm.actions.mapmode
Fields in org.openstreetmap.josm.actions.mapmode declared as HighlightHelper Modifier and Type Field Description (package private) HighlightHelperSplitMode. highlightHelper to keep track of highlighted primitivesprivate static HighlightHelperDeleteAction. HIGHLIGHT_HELPER -
Uses of HighlightHelper in org.openstreetmap.josm.gui.dialogs
Fields in org.openstreetmap.josm.gui.dialogs declared as HighlightHelper Modifier and Type Field Description private HighlightHelperSelectionListDialog.MouseEventHandler. helperprivate HighlightHelperRelationListDialog. highlightHelper -
Uses of HighlightHelper in org.openstreetmap.josm.gui.dialogs.properties
Fields in org.openstreetmap.josm.gui.dialogs.properties declared as HighlightHelper Modifier and Type Field Description private HighlightHelperPropertiesDialog. highlightHelper -
Uses of HighlightHelper in org.openstreetmap.josm.gui.dialogs.relation
Fields in org.openstreetmap.josm.gui.dialogs.relation declared as HighlightHelper Modifier and Type Field Description private HighlightHelperMemberTable. highlightHelper
-