Package Components
Class Header
- java.lang.Object
-
- Components.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 HBoxvoid
setPageTitle(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
-
-