Uses of Class
org.openstreetmap.josm.gui.download.BookmarkList.Bookmark
-
Packages that use BookmarkList.Bookmark Package Description org.openstreetmap.josm.gui.download Provides GUI classes for the download dialog. -
-
Uses of BookmarkList.Bookmark in org.openstreetmap.josm.gui.download
Subclasses of BookmarkList.Bookmark in org.openstreetmap.josm.gui.download Modifier and Type Class Description static class
BookmarkList.ChangesetBookmark
A specific optional bookmark for the boundaries of recent changesets.static class
BookmarkList.HomeLocationBookmark
A specific optional bookmark for the "home location" configured on osm.org website.Methods in org.openstreetmap.josm.gui.download with parameters of type BookmarkList.Bookmark Modifier and Type Method Description protected String
BookmarkList.BookmarkCellRenderer. buildToolTipText(BookmarkList.Bookmark b)
int
BookmarkList.Bookmark. compareTo(BookmarkList.Bookmark b)
Component
BookmarkList.BookmarkCellRenderer. getListCellRendererComponent(JList<? extends BookmarkList.Bookmark> list, BookmarkList.Bookmark value, int index, boolean isSelected, boolean cellHasFocus)
Method parameters in org.openstreetmap.josm.gui.download with type arguments of type BookmarkList.Bookmark Modifier and Type Method Description Component
BookmarkList.BookmarkCellRenderer. getListCellRendererComponent(JList<? extends BookmarkList.Bookmark> list, BookmarkList.Bookmark value, int index, boolean isSelected, boolean cellHasFocus)
-