Package | Description |
---|---|
org.openstreetmap.josm.actions |
Provides the classes for JOSM user actions.
|
org.openstreetmap.josm.actions.mapmode | |
org.openstreetmap.josm.data.imagery | |
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 else
|
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 geottaged 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 |
Modifier and Type | Class and Description |
---|---|
static class |
HistoryInfoAction.HistoryObjectIDDialog
Dialog allowing to choose object id if no one is selected.
|
private class |
ImageryAdjustAction.ImageryOffsetDialog |
class |
SessionSaveAsAction.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.
|
(package private) static class |
UnGlueAction.PropertiesMembershipDialog
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.
|
Modifier and Type | Class and Description |
---|---|
(package private) static class |
SelectAction.ConfirmMoveDialog |
Modifier and Type | Class and Description |
---|---|
private static class |
WMTSTileSource.SelectLayerDialog |
Modifier and Type | Class and Description |
---|---|
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
|
Modifier and Type | Method and Description |
---|---|
ExtendedDialog |
ExtendedDialog.configureContextsensitiveHelp(java.lang.String helpTopic,
boolean showHelpButton)
Configures how this dialog support for context sensitive help.
|
ExtendedDialog |
ExtendedDialog.setButtonIcons(javax.swing.Icon[] buttonIcons)
Allows decorating the buttons with icons.
|
ExtendedDialog |
ExtendedDialog.setButtonIcons(java.lang.String[] buttonIcons)
Convenience method to provide image names instead of images.
|
ExtendedDialog |
ExtendedDialog.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 pref
|
ExtendedDialog |
ExtendedDialog.setContent(java.awt.Component content)
Sets the content that will be displayed in the message dialog.
|
ExtendedDialog |
ExtendedDialog.setContent(java.awt.Component content,
boolean placeContentInScrollPane)
Sets the content that will be displayed in the message dialog.
|
ExtendedDialog |
ExtendedDialog.setContent(java.lang.String message)
Sets the message that will be displayed.
|
ExtendedDialog |
ExtendedDialog.setDefaultButton(int defaultButtonIdx)
Sets the button that will react to ENTER.
|
ExtendedDialog |
ExtendedDialog.setIcon(javax.swing.Icon icon)
Decorate the dialog with an icon that is shown on the left part of
the window area.
|
ExtendedDialog |
ExtendedDialog.setIcon(int messageType)
Convenience method to allow values that would be accepted by
JOptionPane as messageType. |
ExtendedDialog |
ExtendedDialog.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.
|
ExtendedDialog |
ExtendedDialog.setToolTipTexts(java.lang.String[] toolTipTexts)
Allows decorating the buttons with tooltips.
|
ExtendedDialog |
ExtendedDialog.showDialog()
Show the dialog to the user.
|
ExtendedDialog |
ExtendedDialog.toggleEnable(java.lang.String togglePref)
Calling this will offer the user a "Do not show again" checkbox for the
dialog.
|
Modifier and Type | Class and Description |
---|---|
class |
InspectPrimitiveDialog
Panel to inspect one or more OsmPrimitives.
|
class |
LatLonDialog |
class |
LogShowDialog
Generic dialog with message and scrolling area
|
class |
MenuItemSearchDialog |
class |
OsmIdSelectionDialog
Dialog prompt to user to let him choose OSM primitives by specifying their type and IDs.
|
Modifier and Type | Method and Description |
---|---|
ExtendedDialog |
MenuItemSearchDialog.showDialog() |
Modifier and Type | Class and Description |
---|---|
protected class |
TagEditHelper.AbstractTagsDialog |
protected class |
TagEditHelper.AddTagsDialog |
protected class |
TagEditHelper.EditTagDialog |
Modifier and Type | Method and Description |
---|---|
ExtendedDialog |
TagEditHelper.IEditTagDialog.showDialog() |
Modifier and Type | Class and Description |
---|---|
class |
GenericRelationEditor
This dialog is for editing relations.
|
class |
RelationEditor
Abstract relation editor.
|
Modifier and Type | Class and Description |
---|---|
class |
DownloadObjectDialog
Dialog prompt to user to let him choose OSM primitives to download by specifying their type and IDs
|
Modifier and Type | Method and Description |
---|---|
private static ExtendedDialog |
DownloadPrimitivesWithReferrersTask.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.
|
Modifier and Type | Field and Description |
---|---|
private ExtendedDialog |
CorrelateGpxWithImages.syncDialog |
Modifier and Type | Class and Description |
---|---|
protected class |
SourceEditor.EditSourceEntryDialog |
Modifier and Type | Class and Description |
---|---|
class |
AbstractListEditor<T>
Abstract superclass of
ListEditor and AbstractTableListEditor . |
class |
AbstractTableListEditor<T>
Abstract superclass of
ListListEditor and MapListEditor . |
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.
|
Modifier and Type | Class and Description |
---|---|
class |
AddImageryDialog
Dialog shown to add a new imagery (WMS/TMS) source from imagery preferences.
|
Modifier and Type | Class and Description |
---|---|
static class |
CustomProjectionChoice.ParameterInfoDialog |
Modifier and Type | Class and 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.
|
Modifier and Type | Method and Description |
---|---|
ExtendedDialog |
TaggingPresetSearchPrimitiveDialog.showDialog() |
ExtendedDialog |
TaggingPresetSearchDialog.showDialog() |
Modifier and Type | Class and Description |
---|---|
class |
AddTagsDialog
Dialog to add tags as part of the remotecontrol.
|