Package MySTARS

Class AddCourseView

java.lang.Object
MySTARS.View
MySTARS.AddCourseView

public final class AddCourseView
extends View
Create new Course object and fills in necessary information.
Since:
2020-11-1
Version:
1.0
Author:
Bhargav, Jia Hui
  • Constructor Summary

    Constructors 
    Constructor Description
    AddCourseView()  
  • Method Summary

    Modifier and Type Method Description
    void adminAddCourse()
    Prints prompts for the admin user to key in so that the relevant information for a new Course is keyed in.
    void print()
    Required method from View.
    void studentAddCourse()
    Displays all available course information.

    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
  • Constructor Details

  • Method Details

    • print

      public void print()
      Required method from View.
      Specified by:
      print in class View
    • adminAddCourse

      public void adminAddCourse()
      Prints prompts for the admin user to key in so that the relevant information for a new Course is keyed in.
    • studentAddCourse

      public void studentAddCourse()
      Displays all available course information. Prompts student user to select a course to add to their own timetable.