Package Components
Class Header
- java.lang.Object
-
- Components.Header
-
public final class Header extends java.lang.ObjectClass that creates the header of the application
-
-
Field Summary
Fields Modifier and Type Field Description private static javafx.scene.layout.HBoxHBOXprivate static javafx.scene.control.ButtonHOME_BUTTONprivate static javafx.scene.image.ImageHOME_ICONprivate static javafx.scene.image.ImageLOGOprivate static javafx.scene.image.ImageViewLOGO_VIEWprivate javafx.scene.control.LabelPAGE_TITLEprivate static javafx.scene.control.LabelPICTURERAMA
-
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.HBoxgetHBox()private voidsetHBox()Sets padding and alignment for the HBoxvoidsetPageTitle(java.lang.String newTitle)
-
-
-
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
-
-