Uses of Class
org.cytoscape.view.model.table.CyTableViewMetadata
Packages that use CyTableViewMetadata
Package
Description
This package contains the interfaces and classes necessary to capturing,
storing, and retrieving the state of a Cytoscape session.
-
Uses of CyTableViewMetadata in org.cytoscape.session
Methods in org.cytoscape.session that return types with arguments of type CyTableViewMetadataModifier and TypeMethodDescriptionCySession.getTableViews()
Returns a set of all CyTableView objects contained in this Session.Method parameters in org.cytoscape.session with type arguments of type CyTableViewMetadataModifier and TypeMethodDescriptionCySession.Builder.tableViews(Set<CyTableViewMetadata> views)
Returns an instance of Builder that has at least been configured with the specified table views.