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.
|
Modifier and Type | Field and Description |
---|---|
protected List<Category> |
Bookmarks.category |
Modifier and Type | Method and Description |
---|---|
Category |
ObjectFactory.createCategory()
Create an instance of
Category |
Category |
BookmarksUtil.getCategory(String categoryName,
List<Category> categoryList)
Select specific category from a list of categories.
|
Modifier and Type | Method and Description |
---|---|
List<Category> |
Bookmarks.getCategory()
Gets the value of the category property.
|
Modifier and Type | Method and 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.
|
Copyright 2011-2015 Cytoscape Consortium. All rights reserved.