// License: GPL. For details, see LICENSE file.

/**
 * Provides three kinds of dialogs:
 * <ul>
 * <li>Toggle dialogs on the right side of the GUI, that can be turned on, off, attached or detached from the GUI</li>
 * <li>Changeset dialog based on a standalone implementation, dedicated to OSM changesets management</li>
 * <li>Extended dialogs for everything else</li>
 * </ul>
 */
package org.openstreetmap.josm.gui.dialogs;
