caltool
Class CalendarToolAdministration
java.lang.Object
java.util.Observable
mvp.Model
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
Fields inherited from class mvp.Model |
view |
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 |
CalendarToolAdministration
public CalendarToolAdministration()