Class BookmarkList.ChangesetBookmark
- java.lang.Object
-
- org.openstreetmap.josm.gui.download.BookmarkList.Bookmark
-
- org.openstreetmap.josm.gui.download.BookmarkList.ChangesetBookmark
-
- All Implemented Interfaces:
java.lang.Comparable<BookmarkList.Bookmark>
- Enclosing class:
- BookmarkList
public static class BookmarkList.ChangesetBookmark extends BookmarkList.Bookmark
A specific optional bookmark for the boundaries of recent changesets.- Since:
- 12495
-
-
Constructor Summary
Constructors Constructor Description ChangesetBookmark(Changeset cs)
Constructs a newChangesetBookmark
.
-
-
-
Constructor Detail
-
ChangesetBookmark
public ChangesetBookmark(Changeset cs)
Constructs a newChangesetBookmark
.- Parameters:
cs
- changeset from which the boundaries are read. Its id, name and comment are used to name the bookmark
-
-