Package MySTARS

Class ChangeIndexView

java.lang.Object
MySTARS.View
MySTARS.ChangeIndexView

public final class ChangeIndexView
extends View
Changes the index of the Course selected by User.
Since:
2020-11-1
Version:
1.0
Author:
Bhargav
  • Constructor Summary

    Constructors 
    Constructor Description
    ChangeIndexView()  
  • Method Summary

    Modifier and Type Method Description
    void print()
    Required method from View.

    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. Prints Prompts to help the user to change their current index.
      Specified by:
      print in class View