See: Description
| Class | Description |
|---|---|
| File |
Class File and its related classes derive from Section 2.7 of the
requirements, which in turn derives from the commands on the 'File' menu.
|
| FileData |
The abstract representation of calendar-type FileData is a UserCalendar
object.
|
| FileSpace |
A FileSpace is an abstract model of a file space in the operating
environment in which the CalendarTool is run.
|
| Enum | Description |
|---|---|
| FilePermissions |
Permissions are an abstract of what is typically available in an
operating system.
|
| FileType |
The type of file data is either CalendarType data (which we care about),
SettingsType data (which we also care about), or any other type of data
(which we don't care about).
|