Uses of Class
org.cytoscape.property.bookmark.Category
-
Packages that use Category Package Description org.cytoscape.property.bookmark 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
Fields in org.cytoscape.property.bookmark with type parameters of type Category Modifier and Type Field Description protected List<Category>
Bookmarks. category
Methods in org.cytoscape.property.bookmark that return Category Modifier and Type Method Description Category
ObjectFactory. createCategory()
Create an instance ofCategory
Category
BookmarksUtil. getCategory(String categoryName, List<Category> categoryList)
Select specific category from a list of categories.Methods in org.cytoscape.property.bookmark that return types with arguments of type Category Modifier and Type Method Description List<Category>
Bookmarks. getCategory()
Gets the value of the category property.Method parameters in org.cytoscape.property.bookmark with type arguments of type Category Modifier and Type Method Description Category
BookmarksUtil. getCategory(String categoryName, List<Category> categoryList)
Select specific category from a list of categories.List<DataSource>
BookmarksUtil. getDataSourceList(String categoryName, List<Category> categoryList)
Traverse bookmark tree and get a list of data sources from the specified category.
-