student
Class MainUI

java.lang.Object
  extended by student.MainUI

abstract class MainUI
extends java.lang.Object

This is the main user interface for the student user.


Constructor Summary
MainUI()
           
 
Method Summary
abstract  void enterFutureSchedulePreference()
          EnterFutureSchedulePreference brings up the user interface that allows a student to enter their preferences for what they would like to take in upcoming quarters in order to help the scheduling administrator create enough sections.
abstract  void viewGeneratedSchedules()
          ViewGeneragedSchedules brings up the user interface that allows a student user to see schedules that have been made available for viewing by the scheduling administrator.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MainUI

MainUI()
Method Detail

viewGeneratedSchedules

public abstract void viewGeneratedSchedules()
ViewGeneragedSchedules brings up the user interface that allows a student user to see schedules that have been made available for viewing by the scheduling administrator.


enterFutureSchedulePreference

public abstract void enterFutureSchedulePreference()
EnterFutureSchedulePreference brings up the user interface that allows a student to enter their preferences for what they would like to take in upcoming quarters in order to help the scheduling administrator create enough sections.