Package org.openstreetmap.josm.gui.layer
Class JumpToMarkerActions
- java.lang.Object
-
- org.openstreetmap.josm.gui.layer.JumpToMarkerActions
-
public final class JumpToMarkerActions extends java.lang.Object
Manages actions to jump from one marker to the next for layers that show markers (GeoImageLayer,MarkerLayer). Registers global multi-key shortcuts and offers actions for the right-click menu of the layers.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description private static classJumpToMarkerActions.JumpToMarkerstatic interfaceJumpToMarkerActions.JumpToMarkerLayerInterface for a layer that displays markers and supports jumping from one marker to the next.static classJumpToMarkerActions.JumpToNextMarkerGo to the next marker in a layerstatic classJumpToMarkerActions.JumpToPreviousMarkerGo to the previous marker in a layer
-
Field Summary
Fields Modifier and Type Field Description private static JumpToMarkerActions.JumpToNextMarkerjumpToNextMarkerActionprivate static JumpToMarkerActions.JumpToPreviousMarkerjumpToPreviousMarkerAction
-
Constructor Summary
Constructors Modifier Constructor Description privateJumpToMarkerActions()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidinitialize()Initialize the actions, register shortcuts.static voidunregisterActions()Unregister the actions.
-
-
-
Field Detail
-
jumpToNextMarkerAction
private static volatile JumpToMarkerActions.JumpToNextMarker jumpToNextMarkerAction
-
jumpToPreviousMarkerAction
private static volatile JumpToMarkerActions.JumpToPreviousMarker jumpToPreviousMarkerAction
-
-
Constructor Detail
-
JumpToMarkerActions
private JumpToMarkerActions()
-
-
Method Detail
-
initialize
public static void initialize()
Initialize the actions, register shortcuts.
-
unregisterActions
public static void unregisterActions()
Unregister the actions.
-
-