|
Cytoscape 2.8.0 API | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Category | |
---|---|
cytoscape.bookmarks | |
cytoscape.util | This package contains utility classes which are deemed generally useful, but which do not clearly belong to any other package. |
Uses of Category in cytoscape.bookmarks |
---|
Fields in cytoscape.bookmarks with type parameters of type Category | |
---|---|
protected List<Category> |
Bookmarks.category
|
Methods in cytoscape.bookmarks that return Category | |
---|---|
Category |
ObjectFactory.createCategory()
Create an instance of Category |
Methods in cytoscape.bookmarks that return types with arguments of type Category | |
---|---|
List<Category> |
Bookmarks.getCategory()
Gets the value of the category property. |
Uses of Category in cytoscape.util |
---|
Methods in cytoscape.util that return Category | |
---|---|
static Category |
BookmarksUtil.getCategory(String categoryName,
List<Category> categoryList)
Select specific category from a list of categories. |
Method parameters in cytoscape.util with type arguments of type Category | |
---|---|
static Category |
BookmarksUtil.getCategory(String categoryName,
List<Category> categoryList)
Select specific category from a list of categories. |
static List<DataSource> |
BookmarksUtil.getDataSourceList(String categoryName,
List<Category> categoryList)
Traverse bookmark tree and get a list of data sources from the specified category. |
|
Cytoscape 2.8.0 API | |||||||||
PREV NEXT | FRAMES NO FRAMES |