Uses of Class
org.openstreetmap.josm.gui.widgets.PopupMenuLauncher
-
Packages that use PopupMenuLauncher Package Description 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.changeset Standalone dialog allowing to handle OSM changesets (query and display them).org.openstreetmap.josm.gui.dialogs.properties Toggle dialog allowing to display/edit tags and relation memberships of currently selected OSM objects.org.openstreetmap.josm.gui.history Provides GUI classes for handling history of OSM objects.org.openstreetmap.josm.gui.widgets Provides GUI widgets customized for JOSM needs. -
-
Uses of PopupMenuLauncher in org.openstreetmap.josm.gui.dialogs
Subclasses of PopupMenuLauncher in org.openstreetmap.josm.gui.dialogs Modifier and Type Class Description (package private) class
CommandStackDialog.MouseEventHandler
(package private) class
ConflictDialog.MouseEventHandler
(package private) class
LayerListDialog.PopupMenuHandler
(package private) class
MapPaintDialog.PopupMenuHandler
(package private) class
RelationListDialog.MouseEventHandler
(package private) class
SelectionListDialog.MouseEventHandler
Responds to double clicks on the list of selected objects and launches the popup menu(package private) class
ToggleDialog.TitleBar.MouseEventHandler
(package private) class
ValidatorDialog.MouseEventHandler
Watches for double clicks and launches the popup menu. -
Uses of PopupMenuLauncher in org.openstreetmap.josm.gui.dialogs.changeset
Subclasses of PopupMenuLauncher in org.openstreetmap.josm.gui.dialogs.changeset Modifier and Type Class Description (package private) class
ChangesetCacheManager.MouseEventHandler
-
Uses of PopupMenuLauncher in org.openstreetmap.josm.gui.dialogs.properties
Subclasses of PopupMenuLauncher in org.openstreetmap.josm.gui.dialogs.properties Modifier and Type Class Description (package private) static class
PropertiesDialog.BlankSpaceMenuLauncher
Fields in org.openstreetmap.josm.gui.dialogs.properties declared as PopupMenuLauncher Modifier and Type Field Description private PopupMenuLauncher
PropertiesDialog. popupMenuLauncher
-
Uses of PopupMenuLauncher in org.openstreetmap.josm.gui.history
Subclasses of PopupMenuLauncher in org.openstreetmap.josm.gui.history Modifier and Type Class Description (package private) static class
NodeListViewer.InternalPopupMenuLauncher
(package private) static class
RelationMemberListViewer.InternalPopupMenuLauncher
(package private) class
VersionTable.MouseListener
-
Uses of PopupMenuLauncher in org.openstreetmap.josm.gui.widgets
Fields in org.openstreetmap.josm.gui.widgets declared as PopupMenuLauncher Modifier and Type Field Description private PopupMenuLauncher
JosmEditorPane. launcher
private PopupMenuLauncher
JosmTextArea. launcher
private PopupMenuLauncher
JosmTextField. launcher
Methods in org.openstreetmap.josm.gui.widgets that return PopupMenuLauncher Modifier and Type Method Description static PopupMenuLauncher
TextContextualPopupMenu. enableMenuFor(javax.swing.text.JTextComponent component, boolean undoRedo)
Creates a newTextContextualPopupMenu
and enables it for the given text component.Methods in org.openstreetmap.josm.gui.widgets with parameters of type PopupMenuLauncher Modifier and Type Method Description static void
TextContextualPopupMenu. disableMenuFor(javax.swing.text.JTextComponent component, PopupMenuLauncher launcher)
Disables theTextContextualPopupMenu
attached to the given popup menu launcher and text component.
-