Uses of Class
org.openstreetmap.josm.gui.ExtendedDialog

Packages that use ExtendedDialog
org.openstreetmap.josm.actions   
org.openstreetmap.josm.gui   
org.openstreetmap.josm.gui.actionsupport   
org.openstreetmap.josm.gui.dialogs   
org.openstreetmap.josm.gui.dialogs.relation   
org.openstreetmap.josm.gui.layer.geoimage   
org.openstreetmap.josm.gui.preferences   
org.openstreetmap.josm.gui.preferences.advanced   
org.openstreetmap.josm.gui.preferences.projection   
org.openstreetmap.josm.gui.tagging   
org.openstreetmap.josm.io.remotecontrol   
 

Uses of ExtendedDialog in org.openstreetmap.josm.actions
 

Subclasses of ExtendedDialog in org.openstreetmap.josm.actions
(package private)  class ImageryAdjustAction.ImageryOffsetDialog
           
 class SessionSaveAsAction.SessionSaveAsDialog
           
 

Methods in org.openstreetmap.josm.actions that return ExtendedDialog
private static ExtendedDialog DownloadPrimitiveAction.reportProblemDialog(java.util.Set<PrimitiveId> errs, java.lang.String TITLE, java.lang.String TEXT, java.lang.String LIST_LABEL, int msgType)
           
 

Uses of ExtendedDialog in org.openstreetmap.josm.gui
 

Methods in org.openstreetmap.josm.gui that return ExtendedDialog
 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 size set by the user.
 ExtendedDialog ExtendedDialog.setToggleCheckboxText(java.lang.String text)
          Overwrites the default "Don't show again" text of the toggle checkbox if you want to give more information.
 ExtendedDialog ExtendedDialog.setToolTipTexts(java.lang.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(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.actionsupport
 

Subclasses of ExtendedDialog in org.openstreetmap.josm.gui.actionsupport
 class LogShowDialog
          Generic dialog with message and scrolling area
 

Uses of ExtendedDialog in org.openstreetmap.josm.gui.dialogs
 

Subclasses of ExtendedDialog in org.openstreetmap.josm.gui.dialogs
 class InspectPrimitiveDialog
          Panel to inspect one or more OsmPrimitives.
 class LatLonDialog
           
 

Uses of ExtendedDialog in org.openstreetmap.josm.gui.dialogs.relation
 

Subclasses of ExtendedDialog in org.openstreetmap.josm.gui.dialogs.relation
 class GenericRelationEditor
          This dialog is for editing relations.
 class RelationEditor
           
 

Uses of ExtendedDialog in org.openstreetmap.josm.gui.layer.geoimage
 

Fields in org.openstreetmap.josm.gui.layer.geoimage declared as ExtendedDialog
(package private)  ExtendedDialog CorrelateGpxWithImages.syncDialog
           
 

Uses of ExtendedDialog in org.openstreetmap.josm.gui.preferences
 

Subclasses of ExtendedDialog in org.openstreetmap.josm.gui.preferences
protected  class SourceEditor.EditSourceEntryDialog
           
 

Uses of ExtendedDialog in org.openstreetmap.josm.gui.preferences.advanced
 

Subclasses of ExtendedDialog in org.openstreetmap.josm.gui.preferences.advanced
 class ListEditor
           
 class ListListEditor
           
 class MapListEditor
           
 class StringEditor
           
 

Uses of ExtendedDialog in org.openstreetmap.josm.gui.preferences.projection
 

Subclasses of ExtendedDialog in org.openstreetmap.josm.gui.preferences.projection
static class CustomProjectionChoice.ParameterInfoDialog
           
 

Uses of ExtendedDialog in org.openstreetmap.josm.gui.tagging
 

Subclasses of ExtendedDialog in org.openstreetmap.josm.gui.tagging
 class TaggingPresetSearchDialog
           
 

Methods in org.openstreetmap.josm.gui.tagging that return ExtendedDialog
 ExtendedDialog TaggingPresetSearchDialog.showDialog()
           
 

Uses of ExtendedDialog in org.openstreetmap.josm.io.remotecontrol
 

Subclasses of ExtendedDialog in org.openstreetmap.josm.io.remotecontrol
 class AddTagsDialog
           
 



JOSM