Uses of Class
org.cytoscape.group.CyGroupSettingsManager.DoubleClickAction
-
Packages that use CyGroupSettingsManager.DoubleClickAction Package Description org.cytoscape.group 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.DoubleClickAction Modifier and Type Method Description CyGroupSettingsManager.DoubleClickActionCyGroupSettingsManager. getDoubleClickAction()Get the current defaultCyGroupSettingsManager.DoubleClickAction.CyGroupSettingsManager.DoubleClickActionCyGroupSettingsManager. getDoubleClickAction(CyGroup group)Get the currentCyGroupSettingsManager.DoubleClickActionfor the specified group.static CyGroupSettingsManager.DoubleClickActionCyGroupSettingsManager.DoubleClickAction. valueOf(String name)Returns the enum constant of this type with the specified name.static CyGroupSettingsManager.DoubleClickAction[]CyGroupSettingsManager.DoubleClickAction. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.cytoscape.group with parameters of type CyGroupSettingsManager.DoubleClickAction Modifier and Type Method Description voidCyGroupSettingsManager. setDoubleClickAction(CyGroup group, CyGroupSettingsManager.DoubleClickAction action)Set theCyGroupSettingsManager.DoubleClickActionfor a specific group.voidCyGroupSettingsManager. setDoubleClickAction(CyGroupSettingsManager.DoubleClickAction action)Set the current defaultCyGroupSettingsManager.DoubleClickAction.
-