Uses of Class
org.cytoscape.model.events.RowsSetEvent
Packages that use RowsSetEvent
Package
Description
This package defines the various interfaces, abstract classes, and enums
that represent the Cytoscape Swing Application API.
This package contains the event interfaces necessary for communicating
with the classes in org.cytoscape.model.
-
Uses of RowsSetEvent in org.cytoscape.application.swing
Methods in org.cytoscape.application.swing with parameters of type RowsSetEventModifier and TypeMethodDescriptionvoid
AbstractViewUpdater.handleEvent
(RowsSetEvent e) Called wheneverCyRow
s are changed. -
Uses of RowsSetEvent in org.cytoscape.model.events
Methods in org.cytoscape.model.events with parameters of type RowsSetEventModifier and TypeMethodDescriptionvoid
RowsSetListener.handleEvent
(RowsSetEvent e) The method that should handle the specified event.