|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectstudent.FutureScheduleUI
abstract class FutureScheduleUI
This is the user interface that will allow the student user to view and edit their preferred future schedule.
| Field Summary | |
|---|---|
(package private) Course |
desiredCourse
|
(package private) Quarter |
desiredQuarter
|
| Constructor Summary | |
|---|---|
FutureScheduleUI()
|
|
| Method Summary | |
|---|---|
abstract void |
addCourse(Course desiredCourse)
AddCourse adds the desiredCourse to the student's preferred schedule. |
abstract void |
viewDesiredFutureSchedule()
ViewDesiredFutureSchedule brings up the user interface for viewing a student's preferred schedule. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
Quarter desiredQuarter
Course desiredCourse
| Constructor Detail |
|---|
FutureScheduleUI()
| Method Detail |
|---|
public abstract void addCourse(Course desiredCourse)
desiredCourse - public abstract void viewDesiredFutureSchedule()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||