view
Class ByCourseTab

java.lang.Object
  extended by view.ScheduleViewInterior
      extended by view.ByCourseTab

abstract class ByCourseTab
extends ScheduleViewInterior

represents the view by course tab of the Schedule view


Field Summary
(package private)  java.util.Collection<Course> courseSelect
           
 
Fields inherited from class view.ScheduleViewInterior
scheduleGrid, scheduleGridData, viewFilter
 
Constructor Summary
ByCourseTab()
           
 
Method Summary
 
Methods inherited from class view.ScheduleViewInterior
print
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

courseSelect

java.util.Collection<Course> courseSelect
Constructor Detail

ByCourseTab

ByCourseTab()