package caltool; import mvp.Model; /**** * * Class CalendarToolAdministration is the top-level model class for the * administrative-user Calendar Tool Administration program. * CalendarToolAdmionistratin has references to the functional model classes of * the tool: File, Edit, Admin, Options, and Help. There is also a reference * to the CalendarDB class that houses the tool's major data bases. * <p> * Otherwise, CalendarToolAdministration is comparable in function and purpose * to the regular-user <a href= "caltool.CalendarTool.html"> CalendarTool </a> * top-level class. See its documentation for further information. * <p> * @author Gene Fisher (gfisher@calpoly.edu) * @version 6feb05 * */ public class CalendarToolAdministration extends Model { }