Uses of Class
org.jgraph.pad.GPDefaultCellFactory

Packages that use GPDefaultCellFactory
org.jgraph.pad   
 

Uses of GPDefaultCellFactory in org.jgraph.pad
 

Fields in org.jgraph.pad declared as GPDefaultCellFactory
protected static GPDefaultCellFactory DefaultGraphModelFileFormatXML.cellFactory
           
 

Methods in org.jgraph.pad that return GPDefaultCellFactory
static GPDefaultCellFactory DefaultGraphModelFileFormatXML.getCellFactory()
           
 

Methods in org.jgraph.pad with parameters of type GPDefaultCellFactory
static void DefaultGraphModelFileFormatXML.setCellFactory(GPDefaultCellFactory factory)