view
Class ScheduleViewInterior

java.lang.Object
  extended by view.ScheduleViewInterior
Direct Known Subclasses:
ByCourseTab, ByInstructorTab, ByRoomTab, FilterTab, ListTab

abstract class ScheduleViewInterior
extends java.lang.Object

represents the basic setup of a Schedule view


Field Summary
(package private)  java.util.Collection<javax.swing.JPanel> scheduleGrid
           
(package private)  java.util.Collection<Section> scheduleGridData
           
(package private)  Filter viewFilter
           
 
Constructor Summary
ScheduleViewInterior()
           
 
Method Summary
abstract  void print()
          prints the current Schedule
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

scheduleGrid

java.util.Collection<javax.swing.JPanel> scheduleGrid

scheduleGridData

java.util.Collection<Section> scheduleGridData

viewFilter

Filter viewFilter
Constructor Detail

ScheduleViewInterior

ScheduleViewInterior()
Method Detail

print

public abstract void print()
prints the current Schedule