Package scheduler.db.admin.admin_ui

The Admin package contains all of the classes for modifying the database.

See:
          Description

Class Summary
AddCourse The class for the add course dialog.
AddInstructor This class allows the user to add, edit, and delete an instructor from the database.
AddInstructorAlt  
AddLocation  
CourseView The View of the course database class.
EditCourse The edit course dialog.
EditInstructor This dialog allows the user to edit the selected instructor.
EditLocation  
InstructorCoursePreferences The class for the sections per course dialog.
InstructorDBView This class provides the method by which the user may interact with the instructor database.
InstructorTimePreferences The class for the sections per course dialog.
InstructorView The View of the course database class.
InstructorViewAlt This class allows us to work with the instructor database.
LocationAvailability  
LocationView  
SectionsPerCourse The class for the sections per course dialog.
 

Package scheduler.db.admin.admin_ui Description

The Admin package contains all of the classes for modifying the database. This includes adding, editing , and removing data. The data added will either be preferences, instructors, locations, and courses. The Admin_UI package contains all of the corresponding UI classes.