Class PageNavigator

java.lang.Object
com.serinity.exercicecontrol.util.PageNavigator

public final class PageNavigator extends Object
  • Method Details

    • openInTemplate

      public static <T> void openInTemplate(javafx.scene.Node anyNodeInScene, String fxmlPath, Consumer<T> controllerSetup)