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 class
MapScaler
Map scale bar, displaying the distance in meter that correspond to 100 px on screen.(package private) class
MapSlider
This is the slider used in the top left corner of the map view.class
MapStatus
A component that manages some status information display about the map.class
MapView
This is a component used in theMapFrame
for browsing the map.class
NavigatableComponent
A 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 class
ChangesetDialog
ChangesetDialog is a toggle dialog which displays the current list of changesets.class
CommandStackDialog
Dialog displaying list of all executed commands (undo/redo buffer).class
ConflictDialog
This dialog displays theConflictCollection
of the activeOsmDataLayer
in a toggle dialog on the right of the main frame.class
FilterDialog
The filter dialog displays a list of filters that are active on the current edit layer.class
LayerListDialog
This is a toggle dialog which displays the list of layers.class
MapPaintDialog
Dialog to configure the map painting style.class
MinimapDialog
A small map of the current edit location implemented asToggleDialog
.class
NotesDialog
Dialog to display and manipulate notes.class
RelationListDialog
A dialog showing all known relations, with buttons to add, edit, and delete them.class
SelectionListDialog
A small tool dialog for displaying the current selection.class
ToggleDialog
This class is a toggle dialog that can be turned on and off.class
UserListDialog
Displays a dialog with all users who have last edited something in the selection area, along with the number of objects.class
ValidatorDialog
A 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 class
PropertiesDialog
This 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 class
ImageViewerDialog
Dialog to view and manipulate geo-tagged images from aGeoImageLayer
.
-