Uses of Interface
org.openstreetmap.josm.gui.util.MultikeyShortcutAction
-
Packages that use MultikeyShortcutAction 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.layer Toggle dialog allowing to display the list of layers.org.openstreetmap.josm.gui.layer Provides classes for handling the different kinds of map layers.org.openstreetmap.josm.gui.util Provides GUI utility classes. -
-
Uses of MultikeyShortcutAction in org.openstreetmap.josm.gui.dialogs
Classes in org.openstreetmap.josm.gui.dialogs that implement MultikeyShortcutAction Modifier and Type Class Description (package private) classFilterDialog.AbstractFilterActionprivate classFilterDialog.EnableFilterActionprivate classFilterDialog.HidingFilterAction -
Uses of MultikeyShortcutAction in org.openstreetmap.josm.gui.dialogs.layer
Classes in org.openstreetmap.josm.gui.dialogs.layer that implement MultikeyShortcutAction Modifier and Type Class Description classActivateLayerActionThe action to activate the currently selected layerclassShowHideLayerActionAction which will toggle the visibility of the currently selected layers. -
Uses of MultikeyShortcutAction in org.openstreetmap.josm.gui.layer
Classes in org.openstreetmap.josm.gui.layer that implement MultikeyShortcutAction Modifier and Type Class Description private static classJumpToMarkerActions.JumpToMarkerstatic classJumpToMarkerActions.JumpToNextMarkerGo to the next marker in a layerstatic classJumpToMarkerActions.JumpToPreviousMarkerGo to the previous marker in a layer -
Uses of MultikeyShortcutAction in org.openstreetmap.josm.gui.util
Fields in org.openstreetmap.josm.gui.util declared as MultikeyShortcutAction Modifier and Type Field Description private MultikeyShortcutActionMultikeyActionsHandler.MyAction. actionFields in org.openstreetmap.josm.gui.util with type parameters of type MultikeyShortcutAction Modifier and Type Field Description private java.util.Map<MultikeyShortcutAction,MultikeyActionsHandler.MyAction>MultikeyActionsHandler. myActionsMethods in org.openstreetmap.josm.gui.util with parameters of type MultikeyShortcutAction Modifier and Type Method Description voidMultikeyActionsHandler. addAction(MultikeyShortcutAction action)Registers an action and its shortcutvoidMultikeyActionsHandler. removeAction(MultikeyShortcutAction action)Unregisters an action and its shortcut completelyConstructors in org.openstreetmap.josm.gui.util with parameters of type MultikeyShortcutAction Constructor Description MyAction(MultikeyShortcutAction action)
-