Interface AdaptedChildVisualFactoryContext<M extends Model>

    • Method Detail

      • label

        javafx.scene.control.Label label​(javafx.scene.layout.Pane parent)
        Convenience method to add the AdaptedModel Label to the Pane.
        Parameters:
        parent - Pane.
        Returns:
        Added Label.
      • childGroup

        <P extends javafx.scene.layout.Pane> P childGroup​(java.lang.String childGroupName,
                                                          P parent)
        Specifies the Pane for the child group.
        Type Parameters:
        P - Parent Pane type.
        Parameters:
        childGroupName - Name of the child group.
        parent - Pane to add the child group visuals.
        Returns:
        Input Pane.
      • isPalettePrototype

        boolean isPalettePrototype()

        Indicates if palette prototype.

        This allows for visual to not show actions or connectors that would be confusing (and error) if used from the palette.

        Returns:
        true if the palette prototype.