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 classBookmarkList.ChangesetBookmarkA specific optional bookmark for the boundaries of recent changesets.static classBookmarkList.HomeLocationBookmarkA 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 java.lang.StringBookmarkList.BookmarkCellRenderer. buildToolTipText(BookmarkList.Bookmark b)intBookmarkList.Bookmark. compareTo(BookmarkList.Bookmark b)java.awt.ComponentBookmarkList.BookmarkCellRenderer. getListCellRendererComponent(javax.swing.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 java.awt.ComponentBookmarkList.BookmarkCellRenderer. getListCellRendererComponent(javax.swing.JList<? extends BookmarkList.Bookmark> list, BookmarkList.Bookmark value, int index, boolean isSelected, boolean cellHasFocus)
-