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.
|
Modifier and Type | Method and Description |
---|---|
CyTableManager |
CyAppAdapter.getCyTableManager()
Returns an instance of
CyTableManager . |
Constructor and 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.
|
Copyright 2011-2015 Cytoscape Consortium. All rights reserved.