Uses of Interface
org.cytoscape.group.CyGroupManager
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 various events and listeners
related to group management, creation, and destruction.
-
Uses of CyGroupManager in org.cytoscape.app
Modifier and TypeMethodDescriptionCyAppAdapter.getCyGroupManager()
Deprecated.Returns an instance ofCyGroupManager
. -
Uses of CyGroupManager in org.cytoscape.group.events
ModifierConstructorDescriptionGroupAboutToBeDestroyedEvent
(CyGroupManager source, CyGroup group) Constructs event.GroupAddedEvent
(CyGroupManager source, CyGroup group) Constructs event.