Package Roots

Class MenuRoot


  • public final class MenuRoot
    extends SceneRoot
    Class for the menu root
    • Constructor Summary

      Constructors 
      Constructor Description
      MenuRoot()
      Instantiates a new Menu root.
    • Method Summary

      Modifier and Type Method Description
      (package private) void setLayout()
      Sets the layout of the menu.
      • Methods inherited from class java.lang.Object

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

      • UPLOAD_BUTTON

        private final javafx.scene.control.Button UPLOAD_BUTTON
      • PHOTOS_BUTTON

        private final javafx.scene.control.Button PHOTOS_BUTTON
      • ALBUMS_BUTTON

        private final javafx.scene.control.Button ALBUMS_BUTTON
      • MAP_BUTTON

        private final javafx.scene.control.Button MAP_BUTTON
      • LOG_OUT_BUTTON

        private final javafx.scene.control.Button LOG_OUT_BUTTON
      • DELETE_USER_BUTTON

        private final javafx.scene.control.Button DELETE_USER_BUTTON
    • Constructor Detail

      • MenuRoot

        public MenuRoot()
        Instantiates a new Menu root.
    • Method Detail

      • setLayout

        void setLayout()
        Sets the layout of the menu. The setLayout() method from SceneRoot is overridden, but also called in the method in order to modify the method. Used in the constructor
        Overrides:
        setLayout in class SceneRoot