Uses of Class
easik.sketch.util.graph.ExtendableCellViewFactory.CellViewMapping

Packages that use ExtendableCellViewFactory.CellViewMapping
easik.sketch.util.graph   
 

Uses of ExtendableCellViewFactory.CellViewMapping in easik.sketch.util.graph
 

Fields in easik.sketch.util.graph with type parameters of type ExtendableCellViewFactory.CellViewMapping
private  java.util.Vector<ExtendableCellViewFactory.CellViewMapping> ExtendableCellViewFactory.viewIndirections
          The list of mappings between cell types and view types
 

Methods in easik.sketch.util.graph that return types with arguments of type ExtendableCellViewFactory.CellViewMapping
 java.util.Vector<ExtendableCellViewFactory.CellViewMapping> ExtendableCellViewFactory.getViewIndirections()
           
 

Method parameters in easik.sketch.util.graph with type arguments of type ExtendableCellViewFactory.CellViewMapping
 void ExtendableCellViewFactory.setViewIndirections(java.util.Vector<ExtendableCellViewFactory.CellViewMapping> list)