|
Cytoscape 3.0.0-beta1 API | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CyTableFactory.InitialTableSize | |
---|---|
org.cytoscape.model | This package contains the core interfaces that define the basic network and table data types that constitute the foundation of Cytoscape. |
Uses of CyTableFactory.InitialTableSize in org.cytoscape.model |
---|
Methods in org.cytoscape.model that return CyTableFactory.InitialTableSize | |
---|---|
static CyTableFactory.InitialTableSize |
CyTableFactory.InitialTableSize.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static CyTableFactory.InitialTableSize[] |
CyTableFactory.InitialTableSize.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in org.cytoscape.model with parameters of type CyTableFactory.InitialTableSize | |
---|---|
CyTable |
CyTableFactory.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. |
|
Cytoscape 3.0.0-beta1 API | |||||||||
PREV NEXT | FRAMES NO FRAMES |