public class ContentPartFactory extends java.lang.Object implements IContentPartFactory<javafx.scene.Node>
ContentPartFactory is a Graph-specific
IContentPartFactory. It creates GraphContentParts,
NodeContentParts, and EdgeContentParts for the corresponding
Graphs, Nodes, and Edges.| Constructor and Description |
|---|
ContentPartFactory() |
| Modifier and Type | Method and Description |
|---|---|
IContentPart<javafx.scene.Node,? extends javafx.scene.Node> |
createContentPart(java.lang.Object content,
IBehavior<javafx.scene.Node> contextBehavior,
java.util.Map<java.lang.Object,java.lang.Object> contextMap) |
public IContentPart<javafx.scene.Node,? extends javafx.scene.Node> createContentPart(java.lang.Object content, IBehavior<javafx.scene.Node> contextBehavior, java.util.Map<java.lang.Object,java.lang.Object> contextMap)
createContentPart in interface IContentPartFactory<javafx.scene.Node>Copyright (c) 2014 itemis AG and others. All rights reserved.