Uses of Class
org.cytoscape.model.events.RowSetRecord
-
Packages that use RowSetRecord Package Description org.cytoscape.model.events This package contains the event interfaces necessary for communicating with the classes in org.cytoscape.model. -
-
Uses of RowSetRecord in org.cytoscape.model.events
Methods in org.cytoscape.model.events that return types with arguments of type RowSetRecord Modifier and Type Method Description Collection<RowSetRecord>
RowsSetEvent. getColumnRecords(String colName)
Returns all of theRowSetRecord
s whose specified column value is set.Constructor parameters in org.cytoscape.model.events with type arguments of type RowSetRecord Constructor Description RowsSetEvent(CyTable source, Collection<RowSetRecord> rows)
Constructs Event.
-