Tamu Grade Analyzer
Analyzes the grade distribution of Texas A&M professors
Public Member Functions | Static Public Member Functions | List of all members
DropDownList Class Reference
Inheritance diagram for DropDownList:

Public Member Functions

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 Public Member Functions

static void main (String[] args)
 

Constructor & Destructor Documentation

DropDownList.DropDownList ( )

Empty default constructor for pleasing Java

DropDownList.DropDownList ( DatabaseAPI  db)

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
db

Member Function Documentation

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: