Uses of Interface
org.openstreetmap.josm.gui.help.Helpful
-
Packages that use Helpful Package Description org.openstreetmap.josm.gui Provides the classes for JOSM graphical user interface.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.layer.geoimage Provides classes for handling layers displaying geotagged pictures. -
-
Uses of Helpful in org.openstreetmap.josm.gui
Classes in org.openstreetmap.josm.gui that implement Helpful Modifier and Type Class Description classMapScalerMap scale bar, displaying the distance in meter that correspond to 100 px on screen.(package private) classMapSliderThis is the slider used in the top left corner of the map view.classMapStatusA component that manages some status information display about the map.classMapViewThis is a component used in theMapFramefor browsing the map.classNavigatableComponentA component that can be navigated by aMapMover. -
Uses of Helpful in org.openstreetmap.josm.gui.dialogs
Classes in org.openstreetmap.josm.gui.dialogs that implement Helpful Modifier and Type Class Description classChangesetDialogChangesetDialog is a toggle dialog which displays the current list of changesets.classCommandStackDialogDialog displaying list of all executed commands (undo/redo buffer).classConflictDialogThis dialog displays theConflictCollectionof the activeOsmDataLayerin a toggle dialog on the right of the main frame.classFilterDialogThe filter dialog displays a list of filters that are active on the current edit layer.classLayerListDialogThis is a toggle dialog which displays the list of layers.classMapPaintDialogDialog to configure the map painting style.classMinimapDialogA small map of the current edit location implemented asToggleDialog.classNotesDialogDialog to display and manipulate notes.classRelationListDialogA dialog showing all known relations, with buttons to add, edit, and delete them.classSelectionListDialogA small tool dialog for displaying the current selection.classToggleDialogThis class is a toggle dialog that can be turned on and off.classUserListDialogDisplays a dialog with all users who have last edited something in the selection area, along with the number of objects.classValidatorDialogA small tool dialog for displaying the current errors. -
Uses of Helpful in org.openstreetmap.josm.gui.dialogs.properties
Classes in org.openstreetmap.josm.gui.dialogs.properties that implement Helpful Modifier and Type Class Description classPropertiesDialogThis dialog displays the tags of the current selected primitives. -
Uses of Helpful in org.openstreetmap.josm.gui.layer.geoimage
Classes in org.openstreetmap.josm.gui.layer.geoimage that implement Helpful Modifier and Type Class Description classImageViewerDialogDialog to view and manipulate geo-tagged images from aGeoImageLayer.
-