Uses of Class
org.virbo.autoplot.Bookmark

Packages that use Bookmark
org.virbo.autoplot   
 

Uses of Bookmark in org.virbo.autoplot
 

Fields in org.virbo.autoplot with type parameters of type Bookmark
protected  java.util.List<Bookmark> ApplicationModel.bookmarks
           
protected  java.util.List<Bookmark> ApplicationModel.recent
           
 

Methods in org.virbo.autoplot that return types with arguments of type Bookmark
 java.util.List<Bookmark> ApplicationModel.getBookmarks()
           
 java.util.List<Bookmark> ApplicationModel.getRecent()
           
static java.util.List<Bookmark> Bookmark.parseBookmarks(org.w3c.dom.Document doc)
           
 

Method parameters in org.virbo.autoplot with type arguments of type Bookmark
static java.lang.String Bookmark.formatBooks(java.util.List<Bookmark> bookmarks)
           
 void ApplicationModel.setBookmarks(java.util.List<Bookmark> list)