Uses of Interface
org.cytoscape.group.CyGroupManager
Packages that use 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
Methods in org.cytoscape.app that return CyGroupManagerModifier and TypeMethodDescriptionCyAppAdapter.getCyGroupManager()
Deprecated.Returns an instance ofCyGroupManager
. -
Uses of CyGroupManager in org.cytoscape.group.events
Constructors in org.cytoscape.group.events with parameters of type CyGroupManagerModifierConstructorDescriptionGroupAboutToBeDestroyedEvent(CyGroupManager source, CyGroup group)
Constructs event.GroupAddedEvent(CyGroupManager source, CyGroup group)
Constructs event.