Uses of Enum Class
org.cytoscape.model.CyTableFactory.InitialTableSize
Package
Description
This package has the core interfaces of network and
table data structures that are foundational to Cytoscape.
-
Uses of CyTableFactory.InitialTableSize in org.cytoscape.model
Modifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static CyTableFactory.InitialTableSize[]
CyTableFactory.InitialTableSize.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionCyTableFactory.createTable
(String title, String primaryKey, Class<?> primaryKeyType, boolean pub, boolean isMutable, CyTableFactory.InitialTableSize initialSize) Creates a CyTable object with the specified name, primary key, visibility, and mutability.