Interface AdaptedChildVisualFactoryContextImpl.ChildGroupRegistrator

    • Method Detail

      • registerChildGroup

        boolean registerChildGroup​(java.lang.String childGroupName,
                                   javafx.scene.layout.Pane parent)
        Registers the child group.
        Parameters:
        childGroupName - Name of the child group.
        parent - Parent Pane for the child group.
        Returns:
        true if registered.