Cytoscape 2.8.0 API

Uses of Class
cytoscape.groups.CyGroupChangeListener.ChangeType

Packages that use CyGroupChangeListener.ChangeType
cytoscape.groups   
 

Uses of CyGroupChangeListener.ChangeType in cytoscape.groups
 

Methods in cytoscape.groups that return CyGroupChangeListener.ChangeType
static CyGroupChangeListener.ChangeType CyGroupChangeListener.ChangeType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static CyGroupChangeListener.ChangeType[] CyGroupChangeListener.ChangeType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in cytoscape.groups with parameters of type CyGroupChangeListener.ChangeType
 void CyGroupChangeListener.groupChanged(CyGroup group, CyGroupChangeListener.ChangeType change)
          This method will be called by the CyGroupManager when a group is created, deleted, or modified.
 


Cytoscape 2.8.0 API

Copyright 2010 Cytoscape Consortium. All rights reserved.