Package org.eclipse.gef.dot.internal.ui
Class DotContentPartFactory
- java.lang.Object
-
- org.eclipse.gef.dot.internal.ui.DotContentPartFactory
-
- All Implemented Interfaces:
org.eclipse.gef.mvc.fx.parts.IContentPartFactory
public class DotContentPartFactory extends java.lang.Object implements org.eclipse.gef.mvc.fx.parts.IContentPartFactory
The implementation of this class is mainly taken from the org.eclipse.gef.zest.fx.parts.ZestFxContentPartFactory java class. Modification added: usage of DotEdgeLabelPart instead of EdgeLabelPart.
-
-
Constructor Summary
Constructors Constructor Description DotContentPartFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.eclipse.gef.mvc.fx.parts.IContentPart<? extends javafx.scene.Node>
createContentPart(java.lang.Object content, java.util.Map<java.lang.Object,java.lang.Object> contextMap)
-
-
-
Method Detail
-
createContentPart
public org.eclipse.gef.mvc.fx.parts.IContentPart<? extends javafx.scene.Node> createContentPart(java.lang.Object content, java.util.Map<java.lang.Object,java.lang.Object> contextMap)
- Specified by:
createContentPart
in interfaceorg.eclipse.gef.mvc.fx.parts.IContentPartFactory
-
-