Package | Description |
---|---|
org.openstreetmap.josm.actions | |
org.openstreetmap.josm.gui | |
org.openstreetmap.josm.gui.actionsupport | |
org.openstreetmap.josm.gui.dialogs | |
org.openstreetmap.josm.gui.dialogs.properties | |
org.openstreetmap.josm.gui.dialogs.relation | |
org.openstreetmap.josm.gui.download | |
org.openstreetmap.josm.gui.io | |
org.openstreetmap.josm.gui.layer.geoimage | |
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 | |
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
|
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(String helpTopic,
boolean showHelpButton)
Configures how this dialog support for context sensitive help.
|
ExtendedDialog |
ExtendedDialog.setButtonIcons(Icon[] buttonIcons)
Allows decorating the buttons with icons.
|
ExtendedDialog |
ExtendedDialog.setButtonIcons(String[] buttonIcons)
Convenience method to provide image names instead of images.
|
ExtendedDialog |
ExtendedDialog.setCancelButton(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(Component content)
Sets the content that will be displayed in the message dialog.
|
ExtendedDialog |
ExtendedDialog.setContent(Component content,
boolean placeContentInScrollPane)
Sets the content that will be displayed in the message dialog.
|
ExtendedDialog |
ExtendedDialog.setContent(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(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(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(String[] toolTipTexts)
Allows decorating the buttons with tooltips.
|
ExtendedDialog |
ExtendedDialog.showDialog()
Show the dialog to the user.
|
ExtendedDialog |
ExtendedDialog.toggleDisable()
Call this if you "accidentally" called toggleEnable.
|
ExtendedDialog |
ExtendedDialog.toggleEnable(String togglePref)
Calling this will offer the user a "Do not show again" checkbox for the
dialog.
|
Modifier and Type | Class and Description |
---|---|
class |
LogShowDialog
Generic dialog with message and scrolling area
|
Modifier and Type | Class and Description |
---|---|
class |
InspectPrimitiveDialog
Panel to inspect one or more OsmPrimitives.
|
class |
LatLonDialog |
class |
OsmIdSelectionDialog
Dialog prompt to user to let him choose OSM primitives by specifying their type and IDs.
|
Modifier and Type | Class and Description |
---|---|
(package private) class |
TagEditHelper.AbstractTagsDialog |
(package private) class |
TagEditHelper.AddTagsDialog |
class |
TagEditHelper.EditTagDialog |
Modifier and Type | Class and Description |
---|---|
class |
GenericRelationEditor
This dialog is for editing relations.
|
class |
RelationEditor |
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(Set<PrimitiveId> errs,
String title,
String text,
String listLabel,
int msgType)
Dialog for report a problem during download.
|
Modifier and Type | Field and Description |
---|---|
(package private) ExtendedDialog |
CorrelateGpxWithImages.syncDialog |
Modifier and Type | Class and Description |
---|---|
protected class |
SourceEditor.EditSourceEntryDialog |
Modifier and Type | Class and Description |
---|---|
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.
|