Uses of Interface
org.cytoscape.model.CyTableManager
Package
Description
This is the Cytoscape App API, which supports development of Cytoscape 3.X
apps in a manner similar to apps developed in Cytoscape 2.X.
This package contains the event interfaces necessary for communicating
with the classes in org.cytoscape.model.
-
Uses of CyTableManager in org.cytoscape.app
Modifier and TypeMethodDescriptionCyAppAdapter.getCyTableManager()
Deprecated.Returns an instance ofCyTableManager
. -
Uses of CyTableManager in org.cytoscape.model.events
ModifierConstructorDescriptionTableAboutToBeDeletedEvent
(CyTableManager source, CyTable table) Constructs the event.TableAddedEvent
(CyTableManager source, CyTable table) Constructs the table added event.TableDeletedEvent
(CyTableManager source) Constructs the event.