Class 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.
    • 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)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • DotContentPartFactory

        public DotContentPartFactory()
    • 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 interface org.eclipse.gef.mvc.fx.parts.IContentPartFactory