public class ViewTimeTable_StudentController
extends java.lang.Object
implements javafx.fxml.Initializable
Modifier and Type | Field and Description |
---|---|
private javafx.scene.control.Button |
Bt_back |
private javafx.scene.control.ComboBox<java.lang.String> |
CB_select |
private java.lang.String[] |
days |
private javafx.scene.layout.GridPane |
gp |
private int |
maxCol |
private int |
minCol |
private TimeTable |
tt |
private javafx.scene.layout.VBox |
V_backBox |
Constructor and Description |
---|
ViewTimeTable_StudentController() |
Modifier and Type | Method and Description |
---|---|
(package private) void |
buildTimeTable() |
void |
f_back(javafx.event.ActionEvent event) |
void |
f_updatedTT(javafx.event.ActionEvent event) |
private void |
getColBounds() |
private int |
getSlotNum(int time) |
private java.lang.String |
hashColor(java.lang.String code) |
void |
initialize(java.net.URL location,
java.util.ResourceBundle resources) |
private javafx.scene.control.Button Bt_back
private javafx.scene.control.ComboBox<java.lang.String> CB_select
private javafx.scene.layout.VBox V_backBox
private int minCol
private int maxCol
private java.lang.String[] days
private TimeTable tt
private javafx.scene.layout.GridPane gp
public void f_updatedTT(javafx.event.ActionEvent event)
public void f_back(javafx.event.ActionEvent event)
void buildTimeTable()
public void initialize(java.net.URL location, java.util.ResourceBundle resources)
initialize
in interface javafx.fxml.Initializable
private void getColBounds()
private int getSlotNum(int time)
private java.lang.String hashColor(java.lang.String code)