view
Class ByInstructorTab

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

abstract class ByInstructorTab
extends ScheduleViewInterior

represents the view by instructor tab of the Schedule view


Field Summary
(package private)  java.util.Collection<Teacher> instructorSelect
           
 
Fields inherited from class view.ScheduleViewInterior
scheduleGrid, scheduleGridData, viewFilter
 
Constructor Summary
ByInstructorTab()
           
 
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

instructorSelect

java.util.Collection<Teacher> instructorSelect
Constructor Detail

ByInstructorTab

ByInstructorTab()