Modifier and Type | Class and Description |
---|---|
static class |
HistoryInfoAction.HistoryObjectIDDialog
Dialog allowing to choose object id if no one is selected.
|
(package private) class |
ImageryAdjustAction.ImageryOffsetDialog |
class |
SessionSaveAsAction.SessionSaveAsDialog
The "Save Session" dialog
|
Modifier and Type | Method and Description |
---|---|
private static ExtendedDialog |
DownloadPrimitiveAction.reportProblemDialog(Set<PrimitiveId> errs,
String TITLE,
String TEXT,
String LIST_LABEL,
int msgType) |
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.setToggleCheckboxText(String text)
Overwrites the default "Don't show again" text of the toggle checkbox
if you want to give more information.
|
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 | 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 |
class |
ListListEditor |
class |
MapListEditor |
class |
StringEditor |
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 |
---|---|
class |
TaggingPresetSearchDialog
The tagging presets search dialog (F3).
|
Modifier and Type | Method and Description |
---|---|
ExtendedDialog |
TaggingPresetSearchDialog.showDialog() |
Modifier and Type | Class and Description |
---|---|
class |
AddTagsDialog |