Package Components

Class Header


  • public final class Header
    extends java.lang.Object
    Class that creates the header of the application
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private static javafx.scene.layout.HBox HBOX  
      private static javafx.scene.control.Button HOME_BUTTON  
      private static javafx.scene.image.Image HOME_ICON  
      private static javafx.scene.image.Image LOGO  
      private static javafx.scene.image.ImageView LOGO_VIEW  
      private javafx.scene.control.Label PAGE_TITLE  
      private static javafx.scene.control.Label PICTURERAMA  
    • Constructor Summary

      Constructors 
      Constructor Description
      Header()
      Constructor that sets up the header of the application
    • Method Summary

      Modifier and Type Method Description
      static javafx.scene.layout.HBox getHBox()  
      private void setHBox()
      Sets padding and alignment for the HBox
      void setPageTitle​(java.lang.String newTitle)  
      • Methods inherited from class java.lang.Object

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

      • LOGO

        private static final javafx.scene.image.Image LOGO
      • LOGO_VIEW

        private static final javafx.scene.image.ImageView LOGO_VIEW
      • PICTURERAMA

        private static final javafx.scene.control.Label PICTURERAMA
      • HOME_ICON

        private static final javafx.scene.image.Image HOME_ICON
      • HOME_BUTTON

        private static final javafx.scene.control.Button HOME_BUTTON
      • HBOX

        private static final javafx.scene.layout.HBox HBOX
      • PAGE_TITLE

        private final javafx.scene.control.Label PAGE_TITLE
    • Constructor Detail

      • Header

        public Header()
        Constructor that sets up the header of the application
    • Method Detail

      • getHBox

        public static javafx.scene.layout.HBox getHBox()
      • setPageTitle

        public void setPageTitle​(java.lang.String newTitle)
      • setHBox

        private void setHBox()
        Sets padding and alignment for the HBox