Cytoscape 3.0.1 API

Uses of Class
org.cytoscape.property.bookmark.Category

Packages that use Category
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
protected  List<Category> Bookmarks.category
           
 

Methods in org.cytoscape.property.bookmark that return Category
 Category ObjectFactory.createCategory()
          Create an instance of Category
 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
 List<Category> Bookmarks.getCategory()
          Gets the value of the category property.
 

Method parameters in org.cytoscape.property.bookmark with type arguments of type Category
 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.
 


Cytoscape 3.0.1 API

Copyright 2011 Cytoscape Consortium. All rights reserved.