Class ReactiveManager


  • public class ReactiveManager
    extends Manager
    Author:
    Ramon Rangel Osorio <ramon.rangel@protonmail.com>
    • Method Detail

      • getRactiveManager

        public static final ReactiveManager getRactiveManager()
        Returns the ReactiveManager instance.
        Returns:
        the ReactiveManager instance
      • getRactiveManager

        public static final ReactiveManager getRactiveManager​(Map<Class<?>,​Map<String,​Object>> components)
        Retrieves the ReactiveManager instance with the given components.
        Parameters:
        components - a map of components, where the key is the class and the value is a map of properties
        Returns:
        the ReactiveManager instance
      • init

        public void init​(javafx.stage.Stage stage,
                         Class<? extends javafx.application.Application> application)
        Initializes the stage, loads the given application reactively, and switches the view to the main view.
        Overrides:
        init in class Manager
        Parameters:
        stage - the stage to be initialized
        application - the application class to be loaded