Class OverviewController

  • All Implemented Interfaces:
    javafx.fxml.Initializable

    public class OverviewController
    extends java.lang.Object
    implements javafx.fxml.Initializable
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void initialize​(java.net.URL url, java.util.ResourceBundle resourceBundle)
      Initializes the Overview Controller
      (package private) void onClickAppointments​(javafx.event.ActionEvent event)  
      (package private) void onClickCustomers​(javafx.event.ActionEvent event)  
      (package private) void onClickLogOut​(javafx.event.ActionEvent event)  
      (package private) void onClickOverview​(javafx.event.ActionEvent event)  
      (package private) void onClickReports​(javafx.event.ActionEvent event)  
      • Methods inherited from class java.lang.Object

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

      • stage

        javafx.stage.Stage stage
      • scene

        javafx.scene.Parent scene
      • buttonOverview

        private javafx.scene.control.Button buttonOverview
      • buttonCustomers

        private javafx.scene.control.Button buttonCustomers
      • buttonAppointments

        private javafx.scene.control.Button buttonAppointments
      • buttonReports

        private javafx.scene.control.Button buttonReports
      • buttonLogout

        private javafx.scene.control.Button buttonLogout
      • labelApptToday

        private javafx.scene.control.Label labelApptToday
      • labelAppointTomorrow

        private javafx.scene.control.Label labelAppointTomorrow
      • labelAppointThisWeek

        private javafx.scene.control.Label labelAppointThisWeek
    • Constructor Detail

      • OverviewController

        public OverviewController()
    • Method Detail

      • onClickAppointments

        void onClickAppointments​(javafx.event.ActionEvent event)
                          throws java.io.IOException
        Throws:
        java.io.IOException
      • onClickCustomers

        void onClickCustomers​(javafx.event.ActionEvent event)
                       throws java.io.IOException
        Throws:
        java.io.IOException
      • onClickLogOut

        void onClickLogOut​(javafx.event.ActionEvent event)
                    throws java.io.IOException
        Throws:
        java.io.IOException
      • onClickOverview

        void onClickOverview​(javafx.event.ActionEvent event)
                      throws java.io.IOException
        Throws:
        java.io.IOException
      • onClickReports

        void onClickReports​(javafx.event.ActionEvent event)
                     throws java.io.IOException
        Throws:
        java.io.IOException
      • initialize

        public void initialize​(java.net.URL url,
                               java.util.ResourceBundle resourceBundle)
        Initializes the Overview Controller
        Specified by:
        initialize in interface javafx.fxml.Initializable
        Parameters:
        url -
        resourceBundle -