Uses of Interface
com.jgraph.graph.CellViewFactory

Packages that use CellViewFactory
com.jgraph JGraph's topmost package which contains the JGraph class. 
com.jgraph.graph Graphs are made up of a number of classes and interfaces defined in their own package - the jgraph.graph package. 
 

Uses of CellViewFactory in com.jgraph
 

Classes in com.jgraph that implement CellViewFactory
 class JGraph
          A control that displays a network of related objects using the well-known paradigm of a graph.
 

Uses of CellViewFactory in com.jgraph.graph
 

Fields in com.jgraph.graph declared as CellViewFactory
protected  CellViewFactory GraphView.factory
           
 

Methods in com.jgraph.graph that return CellViewFactory
 CellViewFactory GraphView.getFactory()
          Returns the factory that was passed to the constructor.
 

Methods in com.jgraph.graph with parameters of type CellViewFactory
 void GraphView.setFactory(CellViewFactory factory)
          Sets the factory that creates the cell views.
 

Constructors in com.jgraph.graph with parameters of type CellViewFactory
GraphView(GraphModel model, CellViewFactory factory)
          Constructs a view for the specified model that uses factory to create its views.