Uses of Interface
org.cytoscape.model.CyTableManager
Packages that use 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
Methods in org.cytoscape.app that return CyTableManagerModifier and TypeMethodDescriptionCyAppAdapter.getCyTableManager()
Deprecated.Returns an instance ofCyTableManager
. -
Uses of CyTableManager in org.cytoscape.model.events
Constructors in org.cytoscape.model.events with parameters of type CyTableManagerModifierConstructorDescriptionTableAboutToBeDeletedEvent(CyTableManager source, CyTable table)
Constructs the event.TableAddedEvent(CyTableManager source, CyTable table)
Constructs the table added event.TableDeletedEvent(CyTableManager source)
Constructs the event.