org.openstreetmap.josm.gui.layer
Class JumpToMarkerActions

java.lang.Object
  extended by org.openstreetmap.josm.gui.layer.JumpToMarkerActions

public class JumpToMarkerActions
extends java.lang.Object


Nested Class Summary
static interface JumpToMarkerActions.JumpToMarkerLayer
           
static class JumpToMarkerActions.JumpToNextMarker
           
static class JumpToMarkerActions.JumpToPreviousMarker
           
 
Field Summary
private static JumpToMarkerActions.JumpToNextMarker jumpToNextMarkerAction
           
private static JumpToMarkerActions.JumpToPreviousMarker jumpToPreviousMarkerAction
           
 
Constructor Summary
JumpToMarkerActions()
           
 
Method Summary
static void initialize()
           
static void unregisterActions()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

jumpToNextMarkerAction

private static JumpToMarkerActions.JumpToNextMarker jumpToNextMarkerAction

jumpToPreviousMarkerAction

private static JumpToMarkerActions.JumpToPreviousMarker jumpToPreviousMarkerAction
Constructor Detail

JumpToMarkerActions

public JumpToMarkerActions()
Method Detail

initialize

public static void initialize()

unregisterActions

public static void unregisterActions()


JOSM