Class InstructionsTabController


  • public class InstructionsTabController
    extends BaseController
    Controller for the Instructions tab, displayed as the first tab in the application. Presents a welcome message, the Wright Funeral Home logo, and a step-by-step overview of the billing statement workflow. Provides a Get Started button that navigates the user to the Service Information tab.
    • Constructor Detail

      • InstructionsTabController

        public InstructionsTabController()
    • Method Detail

      • buildView

        public javafx.scene.control.ScrollPane buildView​(java.util.function.IntConsumer onNavigate)
        Builds the instructions tab view and returns it wrapped in a ScrollPane.
        Parameters:
        onNavigate - an IntConsumer invoked with a tab index when the user clicks a step card or the Get Started button
        Returns:
        a ScrollPane containing the full instructions layout