Package org.eclipse.gef.zest.fx.parts
Class ZestFxContentPartFactory
- java.lang.Object
-
- org.eclipse.gef.zest.fx.parts.ZestFxContentPartFactory
-
- All Implemented Interfaces:
IContentPartFactory
public class ZestFxContentPartFactory extends java.lang.Object implements IContentPartFactory
TheZestFxContentPartFactory
is aGraph
-specificIContentPartFactory
. It createsGraphPart
s,NodePart
s, andEdgePart
s for the correspondingGraph
s,Node
s, andEdge
s.
-
-
Constructor Summary
Constructors Constructor Description ZestFxContentPartFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IContentPart<? extends javafx.scene.Node>
createContentPart(java.lang.Object content, java.util.Map<java.lang.Object,java.lang.Object> contextMap)
protected Injector
getInjector()
Access to the injector that is used to initialize the result objects ofcreateContentPart(Object, Map)
.
-
-
-
Method Detail
-
createContentPart
public IContentPart<? extends javafx.scene.Node> createContentPart(java.lang.Object content, java.util.Map<java.lang.Object,java.lang.Object> contextMap)
- Specified by:
createContentPart
in interfaceIContentPartFactory
-
getInjector
protected Injector getInjector()
Access to the injector that is used to initialize the result objects ofcreateContentPart(Object, Map)
.- Returns:
- the injector.
- Since:
- 5.1
-
-