Package scheduler.controller
Class OverviewController
- java.lang.Object
-
- scheduler.controller.OverviewController
-
- All Implemented Interfaces:
javafx.fxml.Initializable
public class OverviewController extends java.lang.Object implements javafx.fxml.Initializable
-
-
Field Summary
Fields Modifier and Type Field Description private javafx.scene.control.ButtonbuttonAppointmentsprivate javafx.scene.control.ButtonbuttonCustomersprivate javafx.scene.control.ButtonbuttonLogoutprivate javafx.scene.control.ButtonbuttonOverviewprivate javafx.scene.control.ButtonbuttonReportsprivate javafx.scene.control.LabellabelAppointThisWeekprivate javafx.scene.control.LabellabelAppointTomorrowprivate javafx.scene.control.LabellabelApptToday(package private) javafx.scene.Parentscene(package private) javafx.stage.Stagestage
-
Constructor Summary
Constructors Constructor Description OverviewController()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidinitialize(java.net.URL url, java.util.ResourceBundle resourceBundle)Initializes the Overview Controller(package private) voidonClickAppointments(javafx.event.ActionEvent event)(package private) voidonClickCustomers(javafx.event.ActionEvent event)(package private) voidonClickLogOut(javafx.event.ActionEvent event)(package private) voidonClickOverview(javafx.event.ActionEvent event)(package private) voidonClickReports(javafx.event.ActionEvent event)
-
-
-
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
-
-
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:
initializein interfacejavafx.fxml.Initializable- Parameters:
url-resourceBundle-
-
-