Interface IContentPartFactory

    • Method Detail

      • createContentPart

        IContentPart<? extends javafx.scene.Node> createContentPart​(java.lang.Object content,
                                                                    java.util.Map<java.lang.Object,​java.lang.Object> contextMap)
        Creates a specific IContentPart for the given content. As additional information might be needed by the IContentPartFactory to identify the creation context, an additional contextMap is passed in upon creation.
        Parameters:
        content - The model Object for which an IContentPart is to be created.
        contextMap - A map in which additional context information for the creation process can be placed.
        Returns:
        An IContentPart for the given content and context.