Uses of Interface
org.cytoscape.model.CyTableManager
-
Packages that use CyTableManager Package Description org.cytoscape.app 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.org.cytoscape.model.events This package contains the event interfaces necessary for communicating with the classes in org.cytoscape.model. -
-
Uses of CyTableManager in org.cytoscape.app
Methods in org.cytoscape.app that return CyTableManager Modifier and Type Method Description CyTableManager
CyAppAdapter. getCyTableManager()
Deprecated.Returns an instance ofCyTableManager
. -
Uses of CyTableManager in org.cytoscape.model.events
Constructors in org.cytoscape.model.events with parameters of type CyTableManager Constructor Description TableAboutToBeDeletedEvent(CyTableManager source, CyTable table)
Constructs the event.TableAddedEvent(CyTableManager source, CyTable table)
Constructs the table added event.TableDeletedEvent(CyTableManager source)
Constructs the event.
-