public interface CellMapper
Modifier and Type | Method and Description |
---|---|
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 . |
Copyright (C) 2001-2006 Gaudenz Alder. All rights reserved.