view
Class ByRoomTab

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

abstract class ByRoomTab
extends ScheduleViewInterior

represents the view by room tab of the Schedule view


Field Summary
(package private)  java.util.Collection<Building> buildingSelect
           
(package private)  java.util.Collection<Room> roomSelect
           
 
Fields inherited from class view.ScheduleViewInterior
scheduleGrid, scheduleGridData, viewFilter
 
Constructor Summary
ByRoomTab()
           
 
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

buildingSelect

java.util.Collection<Building> buildingSelect

roomSelect

java.util.Collection<Room> roomSelect
Constructor Detail

ByRoomTab

ByRoomTab()