Uses of Interface
org.cytoscape.group.CyGroupManager
-
Packages that use CyGroupManager 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.group.events This package contains the various events and listeners related to group management, creation, and destruction. -
-
Uses of CyGroupManager in org.cytoscape.app
Methods in org.cytoscape.app that return CyGroupManager Modifier and Type Method Description CyGroupManager
CyAppAdapter. getCyGroupManager()
Deprecated.Returns an instance ofCyGroupManager
. -
Uses of CyGroupManager in org.cytoscape.group.events
Constructors in org.cytoscape.group.events with parameters of type CyGroupManager Constructor Description GroupAboutToBeDestroyedEvent(CyGroupManager source, CyGroup group)
Constructs event.GroupAddedEvent(CyGroupManager source, CyGroup group)
Constructs event.
-