|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectstudent.ViewDesiredFutureScheduleUI
abstract class ViewDesiredFutureScheduleUI
This is the user interface that will allow a student user to view what they have selected as their preferred future schedule.
Field Summary | |
---|---|
(package private) java.util.Collection<Course> |
courses
|
Constructor Summary | |
---|---|
ViewDesiredFutureScheduleUI()
|
Method Summary | |
---|---|
abstract void |
removeCourse(Course course)
RemoveCourse removes the currently selected course from the collection of currently preferred classes. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
java.util.Collection<Course> courses
Constructor Detail |
---|
ViewDesiredFutureScheduleUI()
Method Detail |
---|
public abstract void removeCourse(Course course)
course
-
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |