Uses of Class
org.openstreetmap.josm.gui.dialogs.ToggleDialog
-
Packages that use ToggleDialog Package Description 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 elseorg.openstreetmap.josm.gui.dialogs.properties Toggle dialog allowing to display/edit tags and relation memberships of currently selected OSM objects.org.openstreetmap.josm.gui.layer.geoimage Provides classes for handling layers displaying geotagged pictures. -
-
Uses of ToggleDialog in org.openstreetmap.josm.gui
Fields in org.openstreetmap.josm.gui with type parameters of type ToggleDialog Modifier and Type Field Description private List<ToggleDialog>
MapFrame. allDialogs
Methods in org.openstreetmap.josm.gui with type parameters of type ToggleDialog Modifier and Type Method Description <T extends ToggleDialog>
TMapFrame. getToggleDialog(Class<T> type)
Replies the instance of a toggle dialog of typetype
managed by this map frameMethods in org.openstreetmap.josm.gui with parameters of type ToggleDialog Modifier and Type Method Description IconToggleButton
MapFrame. addToggleDialog(ToggleDialog dlg)
Adds a new toggle dialog to the left button list.IconToggleButton
MapFrame. addToggleDialog(ToggleDialog dlg, boolean isExpert)
Call this to add new toggle dialogs to the left button-listvoid
MapFrame. removeToggleDialog(ToggleDialog dlg)
Call this to remove existing toggle dialog from the left button-list -
Uses of ToggleDialog in org.openstreetmap.josm.gui.dialogs
Subclasses of ToggleDialog in org.openstreetmap.josm.gui.dialogs Modifier and Type Class Description class
ChangesetDialog
ChangesetDialog is a toggle dialog which displays the current list of changesets.class
CommandStackDialog
Dialog displaying list of all executed commands (undo/redo buffer).class
ConflictDialog
This dialog displays theConflictCollection
of the activeOsmDataLayer
in a toggle dialog on the right of the main frame.class
FilterDialog
The filter dialog displays a list of filters that are active on the current edit layer.class
LayerListDialog
This is a toggle dialog which displays the list of layers.class
MapPaintDialog
Dialog to configure the map painting style.class
MinimapDialog
A small map of the current edit location implemented asToggleDialog
.class
NotesDialog
Dialog to display and manipulate notes.class
RelationListDialog
A dialog showing all known relations, with buttons to add, edit, and delete them.class
SelectionListDialog
A small tool dialog for displaying the current selection.class
UserListDialog
Displays a dialog with all users who have last edited something in the selection area, along with the number of objects.class
ValidatorDialog
A small tool dialog for displaying the current errors.Fields in org.openstreetmap.josm.gui.dialogs with type parameters of type ToggleDialog Modifier and Type Field Description private List<ToggleDialog>
DialogsPanel. allDialogs
Methods in org.openstreetmap.josm.gui.dialogs with type parameters of type ToggleDialog Modifier and Type Method Description <T extends ToggleDialog>
TDialogsPanel. getToggleDialog(Class<T> type)
Replies the instance of a toggle dialog of typetype
managed by this map frameMethods in org.openstreetmap.josm.gui.dialogs with parameters of type ToggleDialog Modifier and Type Method Description void
DialogsPanel. add(ToggleDialog dlg)
Add a newToggleDialog
to the list of known dialogs and trigger reconstruct.void
DialogsPanel. add(ToggleDialog dlg, boolean doReconstruct)
Add a newToggleDialog
to the list of known dialogs.void
DialogsPanel. reconstruct(DialogsPanel.Action action, ToggleDialog triggeredBy)
Reconstruct the view, if the configurations of dialogs has changed.Method parameters in org.openstreetmap.josm.gui.dialogs with type arguments of type ToggleDialog Modifier and Type Method Description void
DialogsPanel. initialize(List<ToggleDialog> pAllDialogs)
Initializes this panel -
Uses of ToggleDialog in org.openstreetmap.josm.gui.dialogs.properties
Subclasses of ToggleDialog in org.openstreetmap.josm.gui.dialogs.properties Modifier and Type Class Description class
PropertiesDialog
This dialog displays the tags of the current selected primitives. -
Uses of ToggleDialog in org.openstreetmap.josm.gui.layer.geoimage
Subclasses of ToggleDialog in org.openstreetmap.josm.gui.layer.geoimage Modifier and Type Class Description class
ImageViewerDialog
Dialog to view and manipulate geo-tagged images from aGeoImageLayer
.
-