Uses of Class
org.jgraph.net.GraphCellIdentityMap

Packages that use GraphCellIdentityMap
org.jgraph.net   
 

Uses of GraphCellIdentityMap in org.jgraph.net
 

Fields in org.jgraph.net declared as GraphCellIdentityMap
 GraphCellIdentityMap GraphNetworkModel.idMap
           
 

Methods in org.jgraph.net that return GraphCellIdentityMap
 GraphCellIdentityMap GraphNetworkModel.getIdMap()
           
 

Methods in org.jgraph.net with parameters of type GraphCellIdentityMap
 void GraphNetworkModel.setIdMap(GraphCellIdentityMap map)