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
|
Modifier and Type | Method and Description |
---|---|
CyTable |
getTable()
Get the table for this rowlist
|
List<CyRow> |
getValue()
Get the list of rows
|
void |
setTable(CyTable table)
Set the table for this rowlist
|
void |
setValue(List<CyRow> rowList)
Set the list of rows
|
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-2015 Cytoscape Consortium. All rights reserved.