public class ViewCourses_forStudentController
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.Button |
Bt_register |
private javafx.scene.control.Button |
Bt_Search |
private javafx.scene.control.Button |
Bt_view |
private javafx.scene.control.ComboBox<java.lang.String> |
CB_criterion |
private javafx.scene.control.Label |
L_status |
private javafx.scene.control.ListView<Course> |
Lv_courses |
private javafx.scene.control.TextField |
Tf_search |
Constructor and Description |
---|
ViewCourses_forStudentController() |
Modifier and Type | Method and Description |
---|---|
void |
f_back(javafx.event.ActionEvent event) |
void |
f_register(javafx.event.ActionEvent event) |
void |
f_search(javafx.event.ActionEvent event) |
void |
f_showDetails(javafx.event.ActionEvent event) |
void |
initialize(java.net.URL location,
java.util.ResourceBundle resources) |
private javafx.scene.control.Button Bt_back
private javafx.scene.control.TextField Tf_search
private javafx.scene.control.Button Bt_Search
private javafx.scene.control.ComboBox<java.lang.String> CB_criterion
private javafx.scene.control.Button Bt_register
private javafx.scene.control.Button Bt_view
private javafx.scene.control.ListView<Course> Lv_courses
private javafx.scene.control.Label L_status
public void f_back(javafx.event.ActionEvent event)
public void f_search(javafx.event.ActionEvent event)
public void f_register(javafx.event.ActionEvent event)
public void f_showDetails(javafx.event.ActionEvent event)
public void initialize(java.net.URL location, java.util.ResourceBundle resources)
initialize
in interface javafx.fxml.Initializable