Class OpenChangesetPopupMenu.ChangesetViewerEntry
- java.lang.Object
-
- org.openstreetmap.josm.gui.history.OpenChangesetPopupMenu.ChangesetViewerEntry
-
- Enclosing class:
- OpenChangesetPopupMenu
public static class OpenChangesetPopupMenu.ChangesetViewerEntry extends Object
Auxiliary class to save a link to a history viewer in the preferences.
-
-
Constructor Summary
Constructors Constructor Description ChangesetViewerEntry()
Constructs a newChangesetViewerEntry
.ChangesetViewerEntry(String name, String url)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) Action
toAction(long changesetId, PrimitiveId primitiveId)
-
-
-
Constructor Detail
-
ChangesetViewerEntry
public ChangesetViewerEntry()
Constructs a newChangesetViewerEntry
.
-
ChangesetViewerEntry
ChangesetViewerEntry(String name, String url)
-
-
Method Detail
-
toAction
Action toAction(long changesetId, PrimitiveId primitiveId)
-
-