Package MySTARS
Class StudentMainView
java.lang.Object
MySTARS.View
MySTARS.StudentMainView
public final class StudentMainView extends View
The main menu for the Student side of the Application. Extends View.
- Since:
- 2020-11-1
- Version:
- 1.0
- Author:
- Bhargav, Kah Ee
-
Constructor Summary
Constructors Constructor Description StudentMainView() -
Method Summary
Modifier and Type Method Description private voidchangePassword()Changes the Password for theDatabase.CURRENT_USER.private voiddropCourse()voidprint()Prints menu options for the User to select from.private voidviewWaitlistedCourses()Displays theCourses that are onCourseStatus.WAITLIST.
-
Constructor Details
-
StudentMainView
public StudentMainView()
-
-
Method Details
-
print
public void print()Prints menu options for the User to select from. Required method fromView. -
dropCourse
private void dropCourse() -
changePassword
private void changePassword()Changes the Password for theDatabase.CURRENT_USER. -
viewWaitlistedCourses
private void viewWaitlistedCourses()Displays theCourses that are onCourseStatus.WAITLIST.
-