public class StudentLoginController
extends java.lang.Object
implements javafx.fxml.Initializable
Modifier and Type | Field and Description |
---|---|
private javafx.scene.control.Button |
Bt_bookRoom |
private javafx.scene.control.Button |
Bt_logout |
private javafx.scene.control.Button |
Bt_viewCourses |
private javafx.scene.control.Button |
Bt_viewRoomBookings |
private javafx.scene.control.Button |
Bt_viewTimeTable |
private javafx.scene.control.Label |
L_greet |
Constructor and Description |
---|
StudentLoginController() |
Modifier and Type | Method and Description |
---|---|
void |
f_bookRoom(javafx.event.ActionEvent event) |
void |
f_logout(javafx.event.ActionEvent event) |
void |
f_viewCourses(javafx.event.ActionEvent event) |
void |
f_viewRoomBookings(javafx.event.ActionEvent event) |
void |
f_viewTimeTable(javafx.event.ActionEvent event) |
void |
initialize(java.net.URL location,
java.util.ResourceBundle resources) |
private javafx.scene.control.Button Bt_viewRoomBookings
private javafx.scene.control.Button Bt_viewTimeTable
private javafx.scene.control.Button Bt_bookRoom
private javafx.scene.control.Button Bt_viewCourses
private javafx.scene.control.Button Bt_logout
private javafx.scene.control.Label L_greet
public void f_logout(javafx.event.ActionEvent event)
public void f_viewRoomBookings(javafx.event.ActionEvent event)
public void f_viewTimeTable(javafx.event.ActionEvent event)
public void f_bookRoom(javafx.event.ActionEvent event)
public void f_viewCourses(javafx.event.ActionEvent event)
public void initialize(java.net.URL location, java.util.ResourceBundle resources)
initialize
in interface javafx.fxml.Initializable