Uses of Enum Class
org.cytoscape.group.CyGroupSettingsManager.DoubleClickAction
Packages that use CyGroupSettingsManager.DoubleClickAction
Package
Description
This package provides an API for creating and managing
groups in Cytoscape.
-
Uses of CyGroupSettingsManager.DoubleClickAction in org.cytoscape.group
Methods in org.cytoscape.group that return CyGroupSettingsManager.DoubleClickActionModifier and TypeMethodDescriptionCyGroupSettingsManager.getDoubleClickAction()
Get the current defaultCyGroupSettingsManager.DoubleClickAction
.CyGroupSettingsManager.getDoubleClickAction(CyGroup group)
Get the currentCyGroupSettingsManager.DoubleClickAction
for the specified group.Returns the enum constant of this class with the specified name.CyGroupSettingsManager.DoubleClickAction.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.cytoscape.group with parameters of type CyGroupSettingsManager.DoubleClickActionModifier and TypeMethodDescriptionvoid
CyGroupSettingsManager.setDoubleClickAction(CyGroup group, CyGroupSettingsManager.DoubleClickAction action)
Set theCyGroupSettingsManager.DoubleClickAction
for a specific group.void
CyGroupSettingsManager.setDoubleClickAction(CyGroupSettingsManager.DoubleClickAction action)
Set the current defaultCyGroupSettingsManager.DoubleClickAction
.