Uses of Class
org.cytoscape.model.events.RowSetRecord
Package
Description
This package contains the event interfaces necessary for communicating
with the classes in org.cytoscape.model.
-
Uses of RowSetRecord in org.cytoscape.model.events
Modifier and TypeMethodDescriptionRowsSetEvent.getColumnRecords(String colName)
Returns all of theRowSetRecord
s whose specified column value is set.ModifierConstructorDescriptionRowsSetEvent(CyTable source, Collection<RowSetRecord> rows)
Constructs Event.