public final class JumpToMarkerActions extends java.lang.Object
GeoImageLayer
,
MarkerLayer
).
Registers global multi-key shortcuts and offers actions for the right-click menu of
the layers.Modifier and Type | Class and Description |
---|---|
private static class |
JumpToMarkerActions.JumpToMarker |
static interface |
JumpToMarkerActions.JumpToMarkerLayer
Interface for a layer that displays markers and supports jumping from
one marker to the next.
|
static class |
JumpToMarkerActions.JumpToNextMarker |
static class |
JumpToMarkerActions.JumpToPreviousMarker |
Modifier and Type | Field and Description |
---|---|
private static JumpToMarkerActions.JumpToNextMarker |
jumpToNextMarkerAction |
private static JumpToMarkerActions.JumpToPreviousMarker |
jumpToPreviousMarkerAction |
Modifier | Constructor and Description |
---|---|
private |
JumpToMarkerActions() |
Modifier and Type | Method and Description |
---|---|
static void |
initialize()
Initialize the actions, register shortcuts.
|
static void |
unregisterActions()
Unregister the actions.
|
private static volatile JumpToMarkerActions.JumpToNextMarker jumpToNextMarkerAction
private static volatile JumpToMarkerActions.JumpToPreviousMarker jumpToPreviousMarkerAction
private JumpToMarkerActions()
public static void initialize()
public static void unregisterActions()