Uses of Class
resources.Classroom

Packages that use Classroom
application   
resources   
 

Uses of Classroom in application
 

Methods in application with parameters of type Classroom
 void Schedule.addClassroom(Classroom classroom)
          Adds a Classroom to the document
 void Schedule.removeClassroom(Classroom classroom)
          Removes a Classroom from the document
 void ViewGraphSched.setViewRoom(Classroom viewRoom)
           
 

Uses of Classroom in resources
 

Methods in resources that return Classroom
 Classroom SchedCourse.getClassroom()
           
 

Methods in resources with parameters of type Classroom
 void SchedCourse.setClassroom(Classroom classroom)
           
 

Constructors in resources with parameters of type Classroom
SchedCourse(Professor professor, Classroom classroom, Course course, TimeSlot timeSlot)
          Constructor declaration
SchedCourse(Professor professor, Classroom classroom, Course course, TimeSlot timeSlot, java.lang.String crn)