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.Button
buttonAppointments
private javafx.scene.control.Button
buttonCustomers
private javafx.scene.control.Button
buttonLogout
private javafx.scene.control.Button
buttonOverview
private javafx.scene.control.Button
buttonReports
private javafx.scene.control.Label
labelAppointThisWeek
private javafx.scene.control.Label
labelAppointTomorrow
private javafx.scene.control.Label
labelApptToday
(package private) javafx.scene.Parent
scene
(package private) javafx.stage.Stage
stage
-
Constructor Summary
Constructors Constructor Description OverviewController()
-
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)
-
-
-
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:
initialize
in interfacejavafx.fxml.Initializable
- Parameters:
url
-resourceBundle
-
-
-