Uses of Class
org.cytoscape.property.bookmark.Category
Package
Description
This package provides a set of utility methods to manipulate the bookmarks
XML format which is used to store and categorize collections of URL
bookmarks pointing to data sources.
-
Uses of Category in org.cytoscape.property.bookmark
Modifier and TypeMethodDescriptionObjectFactory.createCategory()
Create an instance ofCategory
BookmarksUtil.getCategory
(String categoryName, List<Category> categoryList) Select specific category from a list of categories.Modifier and TypeMethodDescriptionBookmarks.getCategory()
Gets the value of the category property.Modifier and TypeMethodDescriptionBookmarksUtil.getCategory
(String categoryName, List<Category> categoryList) Select specific category from a list of categories.BookmarksUtil.getDataSourceList
(String categoryName, List<Category> categoryList) Traverse bookmark tree and get a list of data sources from the specified category.