|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.jgraph.example.fastgraph.FastCellViewFactory
public class FastCellViewFactory
The implementation of a cell view factory that allows for ports also being vertices
| Constructor Summary | |
|---|---|
FastCellViewFactory()
|
|
| Method Summary | |
|---|---|
org.jgraph.graph.CellView |
createView(org.jgraph.graph.GraphModel model,
java.lang.Object cell)
Constructs a view for the specified cell and associates it with the specified object using the specified CellMapper. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FastCellViewFactory()
| Method Detail |
|---|
public org.jgraph.graph.CellView createView(org.jgraph.graph.GraphModel model,
java.lang.Object cell)
Note: The mapping needs to be available before the views of child cells and ports are created. Note: This method must return new instances!
createView in interface org.jgraph.graph.CellViewFactorycell - reference to the object in the model
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||