Class CyTableViewMetadata

java.lang.Object
org.cytoscape.view.model.table.CyTableViewMetadata

public class CyTableViewMetadata extends Object
A snapshot of information about a CyTable and its associated visual property values. The interface is used internally to capture table information for serialization and shouldn't be needed for most normal use of tables.
Since:
3.9

Module: viewmodel-api

To use this in your app, include the following dependency in your POM:

<dependency>
    <groupId>org.cytoscape</groupId>
    <artifactId>viewmodel-api</artifactId>
</dependency>

Cytoscape Backwards Compatibility (API Interface): We expect that this interface will be used but not implemented by developers using this interface. As such, we reserve the right to add methods to the interface as part of minor version upgrades. We will not remove methods for any changes other than major version upgrades.

Cytoscape Backwards Compatibility (DO NOT USE): This class may change or be removed in future minor version upgrades of Cytoscape. It is not safe for Apps to reference this class.