Uses of Class
pl.edu.agh.cast.model.attributes.ConnectionGroupAttributeManager

Packages that use ConnectionGroupAttributeManager
pl.edu.agh.cast.model.attributes Provides classes for representing and managing visual model's attributes. 
pl.edu.agh.cast.model.visual.backward Provides classes for visual presentation of data. 
 

Uses of ConnectionGroupAttributeManager in pl.edu.agh.cast.model.attributes
 

Fields in pl.edu.agh.cast.model.attributes declared as ConnectionGroupAttributeManager
protected static ConnectionGroupAttributeManager ConnectionGroupAttributeManager.dummyManager
          Dummy ConnectionGroupAttributeManager.
 

Methods in pl.edu.agh.cast.model.attributes that return ConnectionGroupAttributeManager
static ConnectionGroupAttributeManager ConnectionGroupAttributeManager.getDummyManager()
           
 

Uses of ConnectionGroupAttributeManager in pl.edu.agh.cast.model.visual.backward
 

Fields in pl.edu.agh.cast.model.visual.backward declared as ConnectionGroupAttributeManager
protected  ConnectionGroupAttributeManager Diagram.connectionGroupAttributeManager
          Connection group attribute manager.
protected  ConnectionGroupAttributeManager VisualModelCachingFactory.connectionGroupPropertyManager
          Connection group attribute manager to use for all nodes.
 

Methods in pl.edu.agh.cast.model.visual.backward that return ConnectionGroupAttributeManager
 ConnectionGroupAttributeManager ConnectionGroup.getPropertyManager()
           
 

Constructors in pl.edu.agh.cast.model.visual.backward with parameters of type ConnectionGroupAttributeManager
ConnectionGroup(Node left, Node right, ConnectionGroupAttributeManager attributeManager)
          Creates a connection group.
VisualModelCachingFactory(NodeAttributeManager nodePropMgr, ConnectionGroupAttributeManager connectionGroupPropMgr)
          Creates new factory with given node and connection group attribute managers.
 



Copyright © 2007-2009 IISG AGH-UST Krakow, Poland. All Rights Reserved.