Inheritance diagram for org.jgraph.graph.DefaultCellViewFactory:
Public Member Functions | |
CellView | createView (GraphModel model, Object cell) |
Protected Member Functions | |
VertexView | createVertexView (Object cell) |
EdgeView | createEdgeView (Object cell) |
PortView | createPortView (Object cell) |
EdgeView | createEdgeView (Edge cell) |
PortView | createPortView (Port cell) |
|
Constructs an EdgeView view for the specified object.
|
|
Constructs an EdgeView view for the specified object. |
|
Constructs a PortView view for the specified object.
|
|
Constructs a PortView view for the specified object. |
|
Constructs a VertexView view for the specified object. |
|
Constructs a view for the specified cell and associates it with the specified object using the specified CellMapper. This calls refresh on the created CellView to create all dependent views. Note: The mapping needs to be available before the views of child cells and ports are created. Note: This method must return new instances!
Implements org.jgraph.graph.CellViewFactory. |