Uses of Interface
org.openstreetmap.josm.gui.IExtendedDialog
-
Packages that use IExtendedDialog Package Description org.openstreetmap.josm.actions Provides the classes for JOSM user actions.org.openstreetmap.josm.actions.mapmode Provides the classes for JOSMmap modes
.org.openstreetmap.josm.data.imagery Provides the classes for JOSM imagery sources, coupled withJMapViewer
classes.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.layer Toggle dialog allowing to display the list of layers.org.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.org.openstreetmap.josm.gui.download Provides GUI classes for the download dialog.org.openstreetmap.josm.gui.layer.geoimage Provides classes for handling layers displaying geotagged pictures.org.openstreetmap.josm.gui.preferences Provides generic classes for handling JOSM preferences.org.openstreetmap.josm.gui.preferences.advanced Provides classes for handling advanced preferences.org.openstreetmap.josm.gui.preferences.imagery Provides classes for handling imagery preferences.org.openstreetmap.josm.gui.preferences.projection Provides classes for handling projection preferences.org.openstreetmap.josm.gui.tagging.presets Provides classes for handling tagging presets.org.openstreetmap.josm.io.remotecontrol Provides the classes for remote control system. -
-
Uses of IExtendedDialog in org.openstreetmap.josm.actions
Classes in org.openstreetmap.josm.actions that implement IExtendedDialog Modifier and Type Class Description (package private) static class
AddImageryLayerAction.SelectWmsLayersDialog
static class
HistoryInfoAction.HistoryObjectIDDialog
Dialog allowing to choose object id if no one is selected.private static class
ImageryAdjustAction.ConfirmOverwriteBookmarkDialog
private class
ImageryAdjustAction.ImageryOffsetDialog
(package private) static class
JumpToAction.JumpToPositionDialog
(package private) static class
OpenLocationAction.WhichTasksToPerformDialog
class
SessionSaveAction.SessionSaveAsDialog
The "Save Session" dialog(package private) static class
SplitWayAction.SegmentToKeepSelectionDialog
A dialog to query which way segment should reuse the history of the way to split. -
Uses of IExtendedDialog in org.openstreetmap.josm.actions.mapmode
Classes in org.openstreetmap.josm.actions.mapmode that implement IExtendedDialog Modifier and Type Class Description (package private) static class
DeleteAction.ConfirmDeleteDialog
(package private) static class
SelectAction.ConfirmMoveDialog
-
Uses of IExtendedDialog in org.openstreetmap.josm.data.imagery
Classes in org.openstreetmap.josm.data.imagery that implement IExtendedDialog Modifier and Type Class Description private static class
WMTSTileSource.SelectLayerDialog
-
Uses of IExtendedDialog in org.openstreetmap.josm.gui
Classes in org.openstreetmap.josm.gui that implement IExtendedDialog Modifier and Type Class Description class
ExtendedDialog
General configurable dialog window.class
NoteInputDialog
Class to show user input dialog for notes.class
NoteSortDialog
A dialog to allow the user to choose a sorting method for the list of notes -
Uses of IExtendedDialog in org.openstreetmap.josm.gui.dialogs
Classes in org.openstreetmap.josm.gui.dialogs that implement IExtendedDialog Modifier and Type Class Description class
ConflictResolutionDialog
This is an extended dialog for resolving conflict betweenOsmPrimitive
s.class
InspectPrimitiveDialog
Panel to inspect one or more OsmPrimitives.class
LatLonDialog
A dialog that lets the user add a node at the coordinates he enters.class
LogShowDialog
Generic dialog with message and scrolling areaclass
MenuItemSearchDialog
A dialog that allows you to search for a menu item.class
OsmIdSelectionDialog
Dialog prompt to user to let him choose OSM primitives by specifying their type and IDs.class
PropertiesMembershipChoiceDialog
A dialog allowing the user decide whether the tags/memberships of the existing node should afterwards be at the existing node, the new nodes, or all of them.class
SearchDialog
Search dialog to find primitives by a wide range of search criteria.class
ValidatorListManagementDialog
A management window for the validator's ignorelist -
Uses of IExtendedDialog in org.openstreetmap.josm.gui.dialogs.layer
Classes in org.openstreetmap.josm.gui.dialogs.layer that implement IExtendedDialog Modifier and Type Class Description class
MergeGpxLayerDialog
The Dialog asking the user to prioritize GPX layers when cutting overlapping tracks. -
Uses of IExtendedDialog in org.openstreetmap.josm.gui.dialogs.properties
Subinterfaces of IExtendedDialog in org.openstreetmap.josm.gui.dialogs.properties Modifier and Type Interface Description protected static interface
TagEditHelper.IEditTagDialog
Extracted interface ofTagEditHelper.EditTagDialog
.Classes in org.openstreetmap.josm.gui.dialogs.properties that implement IExtendedDialog Modifier and Type Class Description protected class
TagEditHelper.AbstractTagsDialog
protected class
TagEditHelper.AddTagsDialog
protected class
TagEditHelper.EditTagDialog
-
Uses of IExtendedDialog in org.openstreetmap.josm.gui.dialogs.relation
Classes in org.openstreetmap.josm.gui.dialogs.relation that implement IExtendedDialog Modifier and Type Class Description class
GenericRelationEditor
This dialog is for editing relations.class
RelationEditor
Abstract relation editor. -
Uses of IExtendedDialog in org.openstreetmap.josm.gui.download
Classes in org.openstreetmap.josm.gui.download that implement IExtendedDialog Modifier and Type Class Description class
DownloadObjectDialog
Dialog prompt to user to let him choose OSM primitives to download by specifying their type and IDsclass
OverpassQueryWizardDialog
This dialog provides an easy and fast way to create an overpass query.private class
UserQueryList.EditItemDialog
Dialog that provides functionality to add/edit an item from the list. -
Uses of IExtendedDialog in org.openstreetmap.josm.gui.layer.geoimage
Classes in org.openstreetmap.josm.gui.layer.geoimage that implement IExtendedDialog Modifier and Type Class Description class
AdjustTimezoneAndOffsetDialog
Dialog used to manually adjust timezone and offset for GPX correlation.class
AdvancedCorrelationSettingsDialog
Dialog for advanced GPX correlation settings.(package private) class
SynchronizeTimeFromPhotoDialog
Dialog to synchronize time from a photo of the GPS receiver -
Uses of IExtendedDialog in org.openstreetmap.josm.gui.preferences
Classes in org.openstreetmap.josm.gui.preferences that implement IExtendedDialog Modifier and Type Class Description protected class
SourceEditor.EditSourceEntryDialog
Dialog to edit a source entry. -
Uses of IExtendedDialog in org.openstreetmap.josm.gui.preferences.advanced
Classes in org.openstreetmap.josm.gui.preferences.advanced that implement IExtendedDialog Modifier and Type Class Description class
AbstractListEditor<T>
Abstract superclass ofListEditor
andAbstractTableListEditor
.class
AbstractTableListEditor<T>
Abstract superclass ofListListEditor
andMapListEditor
.class
ListEditor
Editor for List preference entries.class
ListListEditor
Editor for List of Lists preference entries.class
MapListEditor
Editor for List of Maps preference entries.class
StringEditor
Editor for String preference entries. -
Uses of IExtendedDialog in org.openstreetmap.josm.gui.preferences.imagery
Classes in org.openstreetmap.josm.gui.preferences.imagery that implement IExtendedDialog Modifier and Type Class Description class
AddImageryDialog
Dialog shown to add a new imagery (WMS/TMS/WMTS) source from imagery preferences. -
Uses of IExtendedDialog in org.openstreetmap.josm.gui.preferences.projection
Classes in org.openstreetmap.josm.gui.preferences.projection that implement IExtendedDialog Modifier and Type Class Description static class
CustomProjectionChoice.ParameterInfoDialog
A dialog for the available parameters of the custom projection -
Uses of IExtendedDialog in org.openstreetmap.josm.gui.tagging.presets
Classes in org.openstreetmap.josm.gui.tagging.presets that implement IExtendedDialog Modifier and Type Class Description private static class
TaggingPreset.PresetDialog
class
TaggingPresetSearchDialog
The tagging presets search dialog (F3).class
TaggingPresetSearchPrimitiveDialog
A dialog that allows to select a preset and then selects all matching OSM objects. -
Uses of IExtendedDialog in org.openstreetmap.josm.io.remotecontrol
Classes in org.openstreetmap.josm.io.remotecontrol that implement IExtendedDialog Modifier and Type Class Description class
AddTagsDialog
Dialog to add tags as part of the remotecontrol.
-