Uses of Class
org.openstreetmap.josm.gui.util.MultikeyShortcutAction.MultikeyInfo
-
Packages that use MultikeyShortcutAction.MultikeyInfo 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.MultikeyInfo in org.openstreetmap.josm.gui.dialogs
Methods in org.openstreetmap.josm.gui.dialogs that return MultikeyShortcutAction.MultikeyInfo Modifier and Type Method Description MultikeyShortcutAction.MultikeyInfo
FilterDialog.AbstractFilterAction. getLastMultikeyAction()
static MultikeyShortcutAction.MultikeyInfo
LayerListDialog. getLayerInfo(Layer l)
Returns info about layer.Methods in org.openstreetmap.josm.gui.dialogs that return types with arguments of type MultikeyShortcutAction.MultikeyInfo Modifier and Type Method Description static java.util.List<MultikeyShortcutAction.MultikeyInfo>
LayerListDialog. getLayerInfoByClass(java.lang.Class<?> layerClass)
Returns a list of info on all layers of a given class.java.util.List<MultikeyShortcutAction.MultikeyInfo>
FilterDialog.AbstractFilterAction. getMultikeyCombinations()
-
Uses of MultikeyShortcutAction.MultikeyInfo in org.openstreetmap.josm.gui.dialogs.layer
Methods in org.openstreetmap.josm.gui.dialogs.layer that return MultikeyShortcutAction.MultikeyInfo Modifier and Type Method Description MultikeyShortcutAction.MultikeyInfo
ActivateLayerAction. getLastMultikeyAction()
MultikeyShortcutAction.MultikeyInfo
ShowHideLayerAction. getLastMultikeyAction()
Methods in org.openstreetmap.josm.gui.dialogs.layer that return types with arguments of type MultikeyShortcutAction.MultikeyInfo Modifier and Type Method Description java.util.List<MultikeyShortcutAction.MultikeyInfo>
ActivateLayerAction. getMultikeyCombinations()
java.util.List<MultikeyShortcutAction.MultikeyInfo>
ShowHideLayerAction. getMultikeyCombinations()
-
Uses of MultikeyShortcutAction.MultikeyInfo in org.openstreetmap.josm.gui.layer
Methods in org.openstreetmap.josm.gui.layer that return MultikeyShortcutAction.MultikeyInfo Modifier and Type Method Description MultikeyShortcutAction.MultikeyInfo
JumpToMarkerActions.JumpToMarker. getLastMultikeyAction()
Methods in org.openstreetmap.josm.gui.layer that return types with arguments of type MultikeyShortcutAction.MultikeyInfo Modifier and Type Method Description java.util.List<MultikeyShortcutAction.MultikeyInfo>
JumpToMarkerActions.JumpToMarker. getMultikeyCombinations()
-
Uses of MultikeyShortcutAction.MultikeyInfo in org.openstreetmap.josm.gui.util
Methods in org.openstreetmap.josm.gui.util that return MultikeyShortcutAction.MultikeyInfo Modifier and Type Method Description MultikeyShortcutAction.MultikeyInfo
MultikeyShortcutAction. getLastMultikeyAction()
Methods in org.openstreetmap.josm.gui.util that return types with arguments of type MultikeyShortcutAction.MultikeyInfo Modifier and Type Method Description java.util.List<MultikeyShortcutAction.MultikeyInfo>
MultikeyShortcutAction. getMultikeyCombinations()
-