public interface CellMapper
Modifier and Type | Method and Description |
---|---|
CellView |
getMapping(java.lang.Object cell,
boolean create)
Returns the view that is associated with
cell . |
void |
putMapping(java.lang.Object cell,
CellView view)
Inserts the association between
cell and view . |
CellView getMapping(java.lang.Object cell, boolean create)
cell
.create
- whether a new view should created if a view does not already
existvoid putMapping(java.lang.Object cell, CellView view)
cell
and view
.cell
- the cell that constitutes the model elementview
- the view that constitutes the view elementCopyright (C) 2001-2009 JGraph Ltd. All rights reserved.