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) class
FilterDialog.AbstractFilterAction
private class
FilterDialog.EnableFilterAction
private class
FilterDialog.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 class
ActivateLayerAction
The action to activate the currently selected layerclass
ShowHideLayerAction
Action 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 class
JumpToMarkerActions.JumpToMarker
static class
JumpToMarkerActions.JumpToNextMarker
Go to the next marker in a layerstatic class
JumpToMarkerActions.JumpToPreviousMarker
Go 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 MultikeyShortcutAction
MultikeyActionsHandler.MyAction. action
Fields 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. myActions
Methods in org.openstreetmap.josm.gui.util with parameters of type MultikeyShortcutAction Modifier and Type Method Description void
MultikeyActionsHandler. addAction(MultikeyShortcutAction action)
Registers an action and its shortcutvoid
MultikeyActionsHandler. 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)
-