Cytoscape 3.0.1 API

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

Packages that use DataSource
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 DataSource in org.cytoscape.property.bookmark
 

Methods in org.cytoscape.property.bookmark that return DataSource
 DataSource ObjectFactory.createDataSource()
          Create an instance of DataSource
 

Methods in org.cytoscape.property.bookmark that return types with arguments of type DataSource
 List<DataSource> BookmarksUtil.getDataSourceList(String categoryName, List<Category> categoryList)
          Traverse bookmark tree and get a list of data sources from the specified category.
 

Methods in org.cytoscape.property.bookmark with parameters of type DataSource
 boolean BookmarksUtil.containsBookmarks(Bookmarks pBookmarks, String pCategoryName, DataSource pDataSource)
          Check if a bookmark is in the bookmarks.
 boolean BookmarksUtil.deleteBookmark(Bookmarks pBookmarks, String pCategoryName, DataSource pDataSource)
          Delete a bookmark (pDataSource) from the category (pCategoryName) in the bookmarks object (pBookmarks)
 String BookmarksUtil.getAttribute(DataSource source, String attrName)
          Given the attribute name, return the value in a bookmark
 String BookmarksUtil.getProvider(DataSource pDataSource)
          Get the provider name from DataSource object
 void BookmarksUtil.saveBookmark(Bookmarks pBookmarks, String pCategoryName, DataSource pDataSource)
          Store a bookmark object in bookmarks object
 void BookmarksUtil.saveBookmark(Bookmarks pBookmarks, String pCategoryName, DataSource pDataSource, String pProvider)
          Store a bookmark object in bookmarks object
 


Cytoscape 3.0.1 API

Copyright 2011 Cytoscape Consortium. All rights reserved.