Uses of Class
org.openstreetmap.josm.gui.PopupMenuHandler
-
Packages that use PopupMenuHandler 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.properties Toggle dialog allowing to display/edit tags and relation memberships of currently selected OSM objects.org.openstreetmap.josm.gui.dialogs.relation Toggle dialog allowing to display currently loaded relations and perform operations on them. -
-
Uses of PopupMenuHandler in org.openstreetmap.josm.gui.dialogs
Fields in org.openstreetmap.josm.gui.dialogs declared as PopupMenuHandler Modifier and Type Field Description private PopupMenuHandler
ConflictDialog. popupMenuHandler
private PopupMenuHandler
RelationListDialog. popupMenuHandler
private PopupMenuHandler
SelectionListDialog. popupMenuHandler
private PopupMenuHandler
ValidatorDialog. popupMenuHandler
Methods in org.openstreetmap.josm.gui.dialogs that return PopupMenuHandler Modifier and Type Method Description PopupMenuHandler
ConflictDialog. getPopupMenuHandler()
Replies the popup menu handler.PopupMenuHandler
RelationListDialog. getPopupMenuHandler()
Replies the popup menu handler.PopupMenuHandler
SelectionListDialog. getPopupMenuHandler()
Replies the popup menu handler.PopupMenuHandler
ValidatorDialog. getPopupMenuHandler()
Replies the popup menu handler.private PopupMenuHandler
SelectionListDialog. setupPopupMenuHandler()
-
Uses of PopupMenuHandler in org.openstreetmap.josm.gui.dialogs.properties
Fields in org.openstreetmap.josm.gui.dialogs.properties declared as PopupMenuHandler Modifier and Type Field Description private PopupMenuHandler
PropertiesDialog. blankSpaceMenuHandler
private PopupMenuHandler
PropertiesDialog. membershipMenuHandler
private PopupMenuHandler
PropertiesDialog. tagMenuHandler
Methods in org.openstreetmap.josm.gui.dialogs.properties that return PopupMenuHandler Modifier and Type Method Description PopupMenuHandler
PropertiesDialog. getMembershipPopupMenuHandler()
Replies the membership popup menu handler.PopupMenuHandler
PropertiesDialog. getPropertyPopupMenuHandler()
Replies the tag popup menu handler. -
Uses of PopupMenuHandler in org.openstreetmap.josm.gui.dialogs.relation
Methods in org.openstreetmap.josm.gui.dialogs.relation that return PopupMenuHandler Modifier and Type Method Description static PopupMenuHandler
RelationPopupMenus. setupHandler(PopupMenuHandler menu, java.lang.Class<? extends javax.swing.Action>... excludeActions)
Adds relation actions to the givenPopupMenuHandler
Methods in org.openstreetmap.josm.gui.dialogs.relation with parameters of type PopupMenuHandler Modifier and Type Method Description static PopupMenuHandler
RelationPopupMenus. setupHandler(PopupMenuHandler menu, java.lang.Class<? extends javax.swing.Action>... excludeActions)
Adds relation actions to the givenPopupMenuHandler
-