Class SplashView


  • public class SplashView
    extends java.lang.Object
    The splash screen view displayed while the application initializes. Shows the Wright Funeral Home logo, application title, a progress bar, a status message label, and a copyright notice.
    • Constructor Summary

      Constructors 
      Constructor Description
      SplashView()
      Constructs the splash view and builds its content.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      javafx.scene.Parent asParent()
      Returns the root node of the splash view for embedding in a Scene.
      javafx.scene.control.ProgressBar getProgressBar()
      Returns the progress bar for binding to an initialization task's progress property.
      javafx.scene.control.Label getStatusLabel()
      Returns the status label for binding to an initialization task's message property.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SplashView

        public SplashView()
        Constructs the splash view and builds its content.
    • Method Detail

      • asParent

        public javafx.scene.Parent asParent()
        Returns the root node of the splash view for embedding in a Scene.
        Returns:
        the root Parent node
      • getProgressBar

        public javafx.scene.control.ProgressBar getProgressBar()
        Returns the progress bar for binding to an initialization task's progress property.
        Returns:
        the ProgressBar
      • getStatusLabel

        public javafx.scene.control.Label getStatusLabel()
        Returns the status label for binding to an initialization task's message property.
        Returns:
        the status Label