public class RowList extends Object
Module: command-executor-api
To use this in your app, include the following dependency in your POM:
<dependency> <groupId>org.cytoscape</groupId> <artifactId>command-executor-api</artifactId> </dependency>
Constructor and Description |
---|
RowList()
Create a new RowList object with no initial table
|
RowList(CyTable targetTable)
Create a new RowList object with an initial table
|
public RowList()
public RowList(CyTable targetTable)
targetTable
- the table this rowlist will be inpublic void setTable(CyTable table)
table
- the table for this rowlistpublic CyTable getTable()
public void setValue(List<CyRow> rowList)
rowList
- the list of rowsCopyright 2011 Cytoscape Consortium. All rights reserved.