view
Class ManualScheduleView

java.lang.Object
  extended by view.ManualScheduleView

abstract class ManualScheduleView
extends java.lang.Object

Manual Schedule creation view as shown in Figure 2.4.3.1.


Field Summary
(package private)  java.util.Collection<Course> courses
          The course, instructor, and room selection drop down boxes
(package private)  java.lang.String days
           
(package private)  java.util.Collection<Instructor> instructors
           
(package private)  java.util.Collection<Room> rooms
           
(package private)  Schedule schedule
          The schedule currently being created
(package private)  java.util.Collection<java.sql.Time> times
           
 
Constructor Summary
ManualScheduleView()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

schedule

Schedule schedule
The schedule currently being created


courses

java.util.Collection<Course> courses
The course, instructor, and room selection drop down boxes


instructors

java.util.Collection<Instructor> instructors

rooms

java.util.Collection<Room> rooms

times

java.util.Collection<java.sql.Time> times

days

java.lang.String days
Constructor Detail

ManualScheduleView

ManualScheduleView()