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 void changePassword()
    Changes the Password for the Database.CURRENT_USER.
    private void dropCourse()
    Removes the User from the selected Course.
    void print()
    Prints menu options for the User to select from.
    private void viewWaitlistedCourses()
    Displays the Courses that are on CourseStatus.WAITLIST.

    Methods inherited from class MySTARS.View

    clearScreen

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait