Uses of Class
org.openstreetmap.josm.gui.ExtendedDialog
-
Packages that use ExtendedDialog 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 withJMapViewerclasses.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.io Provides GUI classes for handling input/output operations (download, upload, save).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 ExtendedDialog in org.openstreetmap.josm.actions
Subclasses of ExtendedDialog in org.openstreetmap.josm.actions Modifier and Type Class Description (package private) static classAddImageryLayerAction.SelectWmsLayersDialogstatic classHistoryInfoAction.HistoryObjectIDDialogDialog allowing to choose object id if no one is selected.private static classImageryAdjustAction.ConfirmOverwriteBookmarkDialogprivate classImageryAdjustAction.ImageryOffsetDialog(package private) static classJumpToAction.JumpToPositionDialog(package private) static classOpenLocationAction.WhichTasksToPerformDialogclassSessionSaveAction.SessionSaveAsDialogThe "Save Session" dialog(package private) static classSplitWayAction.SegmentToKeepSelectionDialogA dialog to query which way segment should reuse the history of the way to split. -
Uses of ExtendedDialog in org.openstreetmap.josm.actions.mapmode
Subclasses of ExtendedDialog in org.openstreetmap.josm.actions.mapmode Modifier and Type Class Description (package private) static classDeleteAction.ConfirmDeleteDialog(package private) static classSelectAction.ConfirmMoveDialog -
Uses of ExtendedDialog in org.openstreetmap.josm.data.imagery
Subclasses of ExtendedDialog in org.openstreetmap.josm.data.imagery Modifier and Type Class Description private static classWMTSTileSource.SelectLayerDialog -
Uses of ExtendedDialog in org.openstreetmap.josm.gui
Subclasses of ExtendedDialog in org.openstreetmap.josm.gui Modifier and Type Class Description classNoteInputDialogClass to show user input dialog for notes.classNoteSortDialogA dialog to allow the user to choose a sorting method for the list of notesMethods in org.openstreetmap.josm.gui that return ExtendedDialog Modifier and Type Method Description ExtendedDialogExtendedDialog. configureContextsensitiveHelp(java.lang.String helpTopic, boolean showHelpButton)ExtendedDialogIExtendedDialog. configureContextsensitiveHelp(java.lang.String helpTopic, boolean showHelpButton)Configures how this dialog support for context sensitive help.ExtendedDialogExtendedDialog. setButtonIcons(java.lang.String... buttonIcons)ExtendedDialogExtendedDialog. setButtonIcons(javax.swing.Icon... buttonIcons)ExtendedDialogIExtendedDialog. setButtonIcons(java.lang.String... buttonIcons)Convenience method to provide image names instead of images.ExtendedDialogIExtendedDialog. setButtonIcons(javax.swing.Icon... buttonIcons)Allows decorating the buttons with icons.ExtendedDialogExtendedDialog. setCancelButton(java.lang.Integer... cancelButtonIdx)ExtendedDialogIExtendedDialog. setCancelButton(java.lang.Integer... cancelButtonIdx)Used in combination with toggle: If the user presses 'cancel' the toggle settings are ignored and not saved to the prefExtendedDialogExtendedDialog. setContent(java.awt.Component content)ExtendedDialogExtendedDialog. setContent(java.awt.Component content, boolean placeContentInScrollPane)ExtendedDialogExtendedDialog. setContent(java.lang.String message)ExtendedDialogIExtendedDialog. setContent(java.awt.Component content)Sets the content that will be displayed in the message dialog.ExtendedDialogIExtendedDialog. setContent(java.awt.Component content, boolean placeContentInScrollPane)Sets the content that will be displayed in the message dialog.ExtendedDialogIExtendedDialog. setContent(java.lang.String message)Sets the message that will be displayed.ExtendedDialogExtendedDialog. setDefaultButton(int defaultButtonIdx)ExtendedDialogIExtendedDialog. setDefaultButton(int defaultButtonIdx)Sets the button that will react to ENTER.ExtendedDialogExtendedDialog. setIcon(int messageType)ExtendedDialogExtendedDialog. setIcon(javax.swing.Icon icon)ExtendedDialogIExtendedDialog. setIcon(int messageType)Convenience method to allow values that would be accepted byJOptionPaneas messageType.ExtendedDialogIExtendedDialog. setIcon(javax.swing.Icon icon)Decorate the dialog with an icon that is shown on the left part of the window area.ExtendedDialogExtendedDialog. setRememberWindowGeometry(java.lang.String pref, WindowGeometry wg)ExtendedDialogIExtendedDialog. setRememberWindowGeometry(java.lang.String pref, WindowGeometry wg)Call this if you want the dialog to remember the geometry (size and position) set by the user.ExtendedDialogExtendedDialog. setToolTipTexts(java.lang.String... toolTipTexts)ExtendedDialogIExtendedDialog. setToolTipTexts(java.lang.String... toolTipTexts)Allows decorating the buttons with tooltips.ExtendedDialogExtendedDialog. showDialog()ExtendedDialogIExtendedDialog. showDialog()Show the dialog to the user.ExtendedDialogExtendedDialog. toggleEnable(java.lang.String togglePref)ExtendedDialogIExtendedDialog. toggleEnable(java.lang.String togglePref)Calling this will offer the user a "Do not show again" checkbox for the dialog. -
Uses of ExtendedDialog in org.openstreetmap.josm.gui.dialogs
Subclasses of ExtendedDialog in org.openstreetmap.josm.gui.dialogs Modifier and Type Class Description classConflictResolutionDialogThis is an extended dialog for resolving conflict betweenOsmPrimitives.classInspectPrimitiveDialogPanel to inspect one or more OsmPrimitives.classLatLonDialogA dialog that lets the user add a node at the coordinates he enters.classLogShowDialogGeneric dialog with message and scrolling areaclassMenuItemSearchDialogA dialog that allows you to search for a menu item.classOsmIdSelectionDialogDialog prompt to user to let him choose OSM primitives by specifying their type and IDs.classPropertiesMembershipChoiceDialogA 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.classSearchDialogSearch dialog to find primitives by a wide range of search criteria.classValidatorListManagementDialogA management window for the validator's ignorelistMethods in org.openstreetmap.josm.gui.dialogs that return ExtendedDialog Modifier and Type Method Description ExtendedDialogMenuItemSearchDialog. showDialog() -
Uses of ExtendedDialog in org.openstreetmap.josm.gui.dialogs.layer
Subclasses of ExtendedDialog in org.openstreetmap.josm.gui.dialogs.layer Modifier and Type Class Description classMergeGpxLayerDialogThe Dialog asking the user to prioritize GPX layers when cutting overlapping tracks. -
Uses of ExtendedDialog in org.openstreetmap.josm.gui.dialogs.properties
Subclasses of ExtendedDialog in org.openstreetmap.josm.gui.dialogs.properties Modifier and Type Class Description protected classTagEditHelper.AbstractTagsDialogprotected classTagEditHelper.AddTagsDialogprotected classTagEditHelper.EditTagDialog -
Uses of ExtendedDialog in org.openstreetmap.josm.gui.dialogs.relation
Subclasses of ExtendedDialog in org.openstreetmap.josm.gui.dialogs.relation Modifier and Type Class Description classGenericRelationEditorThis dialog is for editing relations.classRelationEditorAbstract relation editor. -
Uses of ExtendedDialog in org.openstreetmap.josm.gui.download
Subclasses of ExtendedDialog in org.openstreetmap.josm.gui.download Modifier and Type Class Description classDownloadObjectDialogDialog prompt to user to let him choose OSM primitives to download by specifying their type and IDsclassOverpassQueryWizardDialogThis dialog provides an easy and fast way to create an overpass query.private classUserQueryList.EditItemDialogDialog that provides functionality to add/edit an item from the list. -
Uses of ExtendedDialog in org.openstreetmap.josm.gui.io
Methods in org.openstreetmap.josm.gui.io that return ExtendedDialog Modifier and Type Method Description static ExtendedDialogDownloadPrimitivesWithReferrersTask. reportProblemDialog(java.util.Set<PrimitiveId> errs, java.lang.String title, java.lang.String text, java.lang.String listLabel, int msgType)Dialog for report a problem during download. -
Uses of ExtendedDialog in org.openstreetmap.josm.gui.layer.geoimage
Subclasses of ExtendedDialog in org.openstreetmap.josm.gui.layer.geoimage Modifier and Type Class Description classAdjustTimezoneAndOffsetDialogDialog used to manually adjust timezone and offset for GPX correlation.classAdvancedCorrelationSettingsDialogDialog for advanced GPX correlation settings.(package private) classSynchronizeTimeFromPhotoDialogDialog to synchronize time from a photo of the GPS receiverFields in org.openstreetmap.josm.gui.layer.geoimage declared as ExtendedDialog Modifier and Type Field Description private ExtendedDialogCorrelateGpxWithImages. syncDialog -
Uses of ExtendedDialog in org.openstreetmap.josm.gui.preferences
Subclasses of ExtendedDialog in org.openstreetmap.josm.gui.preferences Modifier and Type Class Description protected classSourceEditor.EditSourceEntryDialogDialog to edit a source entry. -
Uses of ExtendedDialog in org.openstreetmap.josm.gui.preferences.advanced
Subclasses of ExtendedDialog in org.openstreetmap.josm.gui.preferences.advanced Modifier and Type Class Description classAbstractListEditor<T>Abstract superclass ofListEditorandAbstractTableListEditor.classAbstractTableListEditor<T>Abstract superclass ofListListEditorandMapListEditor.classListEditorEditor for List preference entries.classListListEditorEditor for List of Lists preference entries.classMapListEditorEditor for List of Maps preference entries.classStringEditorEditor for String preference entries. -
Uses of ExtendedDialog in org.openstreetmap.josm.gui.preferences.imagery
Subclasses of ExtendedDialog in org.openstreetmap.josm.gui.preferences.imagery Modifier and Type Class Description classAddImageryDialogDialog shown to add a new imagery (WMS/TMS/WMTS) source from imagery preferences. -
Uses of ExtendedDialog in org.openstreetmap.josm.gui.preferences.projection
Subclasses of ExtendedDialog in org.openstreetmap.josm.gui.preferences.projection Modifier and Type Class Description static classCustomProjectionChoice.ParameterInfoDialogA dialog for the available parameters of the custom projection -
Uses of ExtendedDialog in org.openstreetmap.josm.gui.tagging.presets
Subclasses of ExtendedDialog in org.openstreetmap.josm.gui.tagging.presets Modifier and Type Class Description private static classTaggingPreset.PresetDialogclassTaggingPresetSearchDialogThe tagging presets search dialog (F3).classTaggingPresetSearchPrimitiveDialogA dialog that allows to select a preset and then selects all matching OSM objects.Methods in org.openstreetmap.josm.gui.tagging.presets that return ExtendedDialog Modifier and Type Method Description ExtendedDialogTaggingPresetSearchDialog. showDialog()ExtendedDialogTaggingPresetSearchPrimitiveDialog. showDialog() -
Uses of ExtendedDialog in org.openstreetmap.josm.io.remotecontrol
Subclasses of ExtendedDialog in org.openstreetmap.josm.io.remotecontrol Modifier and Type Class Description classAddTagsDialogDialog to add tags as part of the remotecontrol.
-