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 PopupMenuHandlerConflictDialog. popupMenuHandlerprivate PopupMenuHandlerRelationListDialog. popupMenuHandlerprivate PopupMenuHandlerSelectionListDialog. popupMenuHandlerprivate PopupMenuHandlerValidatorDialog. popupMenuHandlerMethods in org.openstreetmap.josm.gui.dialogs that return PopupMenuHandler Modifier and Type Method Description PopupMenuHandlerConflictDialog. getPopupMenuHandler()Replies the popup menu handler.PopupMenuHandlerRelationListDialog. getPopupMenuHandler()Replies the popup menu handler.PopupMenuHandlerSelectionListDialog. getPopupMenuHandler()Replies the popup menu handler.PopupMenuHandlerValidatorDialog. getPopupMenuHandler()Replies the popup menu handler.private PopupMenuHandlerSelectionListDialog. 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 PopupMenuHandlerPropertiesDialog. blankSpaceMenuHandlerprivate PopupMenuHandlerPropertiesDialog. membershipMenuHandlerprivate PopupMenuHandlerPropertiesDialog. tagMenuHandlerMethods in org.openstreetmap.josm.gui.dialogs.properties that return PopupMenuHandler Modifier and Type Method Description PopupMenuHandlerPropertiesDialog. getMembershipPopupMenuHandler()Replies the membership popup menu handler.PopupMenuHandlerPropertiesDialog. 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 PopupMenuHandlerRelationPopupMenus. setupHandler(PopupMenuHandler menu, java.lang.Class<? extends javax.swing.Action>... excludeActions)Adds relation actions to the givenPopupMenuHandlerMethods in org.openstreetmap.josm.gui.dialogs.relation with parameters of type PopupMenuHandler Modifier and Type Method Description static PopupMenuHandlerRelationPopupMenus. setupHandler(PopupMenuHandler menu, java.lang.Class<? extends javax.swing.Action>... excludeActions)Adds relation actions to the givenPopupMenuHandler
-