Package Roots

Class SceneRoot

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private javafx.scene.layout.BorderPane borderPane  
      private javafx.scene.layout.GridPane gridPane  
      private Header header  
    • Constructor Summary

      Constructors 
      Constructor Description
      SceneRoot()
      SceneRoot constructor, used by all its subclasses
    • Method Summary

      Modifier and Type Method Description
      javafx.scene.layout.BorderPane getBorderPane()  
      (package private) javafx.scene.layout.GridPane getGridPane()  
      (package private) void setGridPane()
      SetGridPane void, sets padding and alignment for the grid pane
      (package private) void setLayout()
      Sets the basic layout of the application
      (package private) void setPageTitle​(java.lang.String title)  
      • Methods inherited from class java.lang.Object

        clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • header

        private Header header
      • borderPane

        private javafx.scene.layout.BorderPane borderPane
      • gridPane

        private javafx.scene.layout.GridPane gridPane
    • Constructor Detail

      • SceneRoot

        SceneRoot()
        SceneRoot constructor, used by all its subclasses
    • Method Detail

      • setPageTitle

        void setPageTitle​(java.lang.String title)
      • getBorderPane

        public javafx.scene.layout.BorderPane getBorderPane()
      • getGridPane

        javafx.scene.layout.GridPane getGridPane()
      • setGridPane

        void setGridPane()
        SetGridPane void, sets padding and alignment for the grid pane
      • setLayout

        void setLayout()
        Sets the basic layout of the application