|
void | start (Stage primaryStage) |
|
| DropDownList () |
|
| DropDownList (DatabaseAPI db) |
|
ComboBox< String > | getChooseSubject () |
|
ComboBox< Integer > | getChooseCourse () |
|
ComboBox< String > | getChooseProfessor () |
|
String | getChosenSubject () |
|
int | getChosenCourseNum () |
|
String | getChosenProfessor () |
|
void | setNullChosenSubject () |
|
void | setNullChosenCourseNum () |
|
void | setNullChosenProfessor () |
|
|
static void | main (String[] args) |
|
DropDownList.DropDownList |
( |
| ) |
|
Empty default constructor for pleasing Java
Class constructor sets up the empty dropdown lists, sets all of the datamembers to null (for checking purposes in the DisplayAll class) and jumps straight into the chooseSubject function so that the subject for analysis can be chosen.
- Parameters
-
ComboBox<String> DropDownList.getChooseSubject |
( |
| ) |
|
Class getter functions for getChooseSubject, getChooseCourse, get ChooseProfessor, getChosenSubject, get ChosenCourseNum, getChosenProfessor, setNullChosenSUbject, setNullChosenCourseNum, and setNullChosenProfessor.
- Returns
void DropDownList.start |
( |
Stage |
primaryStage | ) |
|
A main function for testing
The documentation for this class was generated from the following file: