Class Configurer<M>

    • Constructor Detail

    • Method Detail

      • loadConfiguration

        public Configuration loadConfiguration​(M model,
                                               org.eclipse.swt.widgets.Composite parent)
        Loads the configuration to Composite.
        Parameters:
        model - Model.
        parent - Parent Composite.
        Returns:
        Configuration.
      • loadConfiguration

        public Configuration loadConfiguration​(M model,
                                               javafx.beans.property.Property<javafx.scene.Node> nodeProperty)
        Loads the configuration, loading the parent Pane into the Property.
        Parameters:
        model - Model.
        nodeProperty - Property to receive the parent Pane.
        Returns:
        Configuration.