caltool
Class CalendarToolAdministration

java.lang.Object
  extended by java.util.Observable
      extended by mvp.Model
          extended by caltool.CalendarToolAdministration
All Implemented Interfaces:
java.io.Serializable

public class CalendarToolAdministration
extends 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.

Otherwise, CalendarToolAdministration is comparable in function and purpose to the regular-user CalendarTool top-level class. See its documentation for further information.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class mvp.Model
view
 
Constructor Summary
CalendarToolAdministration()
           
 
Method Summary
 
Methods inherited from class mvp.Model
dump, exit, getView, setView
 
Methods inherited from class java.util.Observable
addObserver, clearChanged, countObservers, deleteObserver, deleteObservers, hasChanged, notifyObservers, notifyObservers, setChanged
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CalendarToolAdministration

public CalendarToolAdministration()