|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectview.ManualScheduleView
abstract class ManualScheduleView
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
java.util.Collection<Course> courses
java.util.Collection<Instructor> instructors
java.util.Collection<Room> rooms
java.util.Collection<java.sql.Time> times
java.lang.String days
| Constructor Detail |
|---|
ManualScheduleView()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||