A C D E G I M P R S

R

RegController - Interface in gui
Each lab that utilizes the GUI will use an appropriate controller object that implements the following interface.
RegistrationLabsGUI - Class in gui
Graphical user interface for a simple student registration system used in various labs in CS211
RegistrationLabsGUI(RegController) - Constructor for class gui.RegistrationLabsGUI
Constructor
RegistrationModel - Class in model
 
RegistrationModel() - Constructor for class model.RegistrationModel
Constructor
removeEnrolledIn(String) - Method in class model.Course
Remove the enrollment for a specific student
removeEnrolledIn(String) - Method in class model.Student
Remove the enrollment in a specific course
removeFirstWaiting() - Method in class model.Course
Remove the first student from the waiting list when a slot opens up
removeWaiting(Student) - Method in class model.Course
Remove a specific student from the waiting list

A C D E G I M P R S