A C D E G H I M P R S

R

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

A C D E G H I M P R S