Interface CellMapper
- All Known Implementing Classes:
GraphContext, GraphLayoutCache
public interface CellMapper
Defines the requirements for objects that may be used as a cell mapper. A
cell mapper is able to return the view of a cell, given a reference to that
cell object. It is basically a cell to cell view mapping
-
Method Summary
Modifier and TypeMethodDescriptiongetMapping(Object cell, boolean create) Returns the view that is associated withcell.voidputMapping(Object cell, CellView view) Inserts the association betweencellandview.
-
Method Details
-
getMapping
-
putMapping
-