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 java.util.List<ToggleDialog>MapFrame. allDialogsMethods in org.openstreetmap.josm.gui with type parameters of type ToggleDialog Modifier and Type Method Description <T extends ToggleDialog>
TMapFrame. getToggleDialog(java.lang.Class<T> type)Replies the instance of a toggle dialog of typetypemanaged by this map frameMethods in org.openstreetmap.josm.gui with parameters of type ToggleDialog Modifier and Type Method Description IconToggleButtonMapFrame. addToggleDialog(ToggleDialog dlg)Adds a new toggle dialog to the left button list.IconToggleButtonMapFrame. addToggleDialog(ToggleDialog dlg, boolean isExpert)Call this to add new toggle dialogs to the left button-listvoidMapFrame. 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 classChangesetDialogChangesetDialog is a toggle dialog which displays the current list of changesets.classCommandStackDialogDialog displaying list of all executed commands (undo/redo buffer).classConflictDialogThis dialog displays theConflictCollectionof the activeOsmDataLayerin a toggle dialog on the right of the main frame.classFilterDialogThe filter dialog displays a list of filters that are active on the current edit layer.classLayerListDialogThis is a toggle dialog which displays the list of layers.classMapPaintDialogDialog to configure the map painting style.classMinimapDialogA small map of the current edit location implemented asToggleDialog.classNotesDialogDialog to display and manipulate notes.classRelationListDialogA dialog showing all known relations, with buttons to add, edit, and delete them.classSelectionListDialogA small tool dialog for displaying the current selection.classUserListDialogDisplays a dialog with all users who have last edited something in the selection area, along with the number of objects.classValidatorDialogA 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 java.util.List<ToggleDialog>DialogsPanel. allDialogsMethods in org.openstreetmap.josm.gui.dialogs with type parameters of type ToggleDialog Modifier and Type Method Description <T extends ToggleDialog>
TDialogsPanel. getToggleDialog(java.lang.Class<T> type)Replies the instance of a toggle dialog of typetypemanaged by this map frameMethods in org.openstreetmap.josm.gui.dialogs with parameters of type ToggleDialog Modifier and Type Method Description voidDialogsPanel. add(ToggleDialog dlg)Add a newToggleDialogto the list of known dialogs and trigger reconstruct.voidDialogsPanel. add(ToggleDialog dlg, boolean doReconstruct)Add a newToggleDialogto the list of known dialogs.voidDialogsPanel. reconstruct(DialogsPanel.Action action, ToggleDialog triggeredBy)Reconstruct the view, if the configurations of dialogs has changed.voidDialogsPanel. remove(ToggleDialog toggleDialog)Remove aToggleDialogfrom the list of known dialogs and trigger reconstruct.voidDialogsPanel. remove(ToggleDialog toggleDialog, boolean doReconstruct)Remove aToggleDialogfrom the list of known dialogs.Method parameters in org.openstreetmap.josm.gui.dialogs with type arguments of type ToggleDialog Modifier and Type Method Description voidDialogsPanel. initialize(java.util.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 classPropertiesDialogThis 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 classImageViewerDialogDialog to view and manipulate geo-tagged images from aGeoImageLayer.
-