org.jgraph.graph
public interface CellMapper
Method Summary | |
---|---|
CellView | getMapping(Object cell, boolean create)
Returns the view that is associated with cell .
|
void | putMapping(Object cell, CellView view)
Inserts the association between cell and view .
|
cell
.
Parameters: create whether a new view should created if a view does not already exist
cell
and view
.
Parameters: cell the cell that constitutes the model element view the view that constitutes the view element