A B C D E F G H I L M N O P R S T U V W Y 

A

add(GroupRecord) - Method in class admin.GroupDB
Add the given GroupRecord to the given GroupDB.
add(UserRecord) - Method in class admin.UserDB
Add the given UserRecord to the given UserDB.
admin - package admin
Package admin defines the objects and operations related to maintaining the user, group, and room databases of the calendar system.
AdvancedOptions - Class in options
Derived from Section 2.8.5 of the requirements, withe further work clearly necessary.
AdvancedOptions() - Constructor for class options.AdvancedOptions
 
advancedOptions - Variable in class options.UserOptions
 
AMorPM - Enum in schedule
 
AMorPM() - Constructor for enum schedule.AMorPM
 
amORpm - Variable in class schedule.Time
 
AMorPM - Enum in view
 
AMorPM() - Constructor for enum view.AMorPM
 
amOrPm - Variable in class view.TimeSlotName
 
Appointment - Class in schedule
An Appointment adds a number of components to a generic ScheduledItem.
Appointment() - Constructor for class schedule.Appointment
 
area - Variable in class admin.PhoneNumber
 
attendees - Variable in class schedule.Meeting
 

B

BriefItemDescriptor - Class in view
A brief item descriptor contains a subset of the information for a full scheduled item.
BriefItemDescriptor() - Constructor for class view.BriefItemDescriptor
 
building - Variable in class caldb.Room
 

C

cal - Variable in class caldb.Settings
 
caldb - package caldb
Package caldb defines objects and operations that are part of a Calendar Tool user's workspace.
calDB - Variable in class schedule.Calendar
 
Calendar - Class in schedule
The Calendar object is derived from an overall view of Sections 2.1 through 2.5 of the requirements.
Calendar() - Constructor for class schedule.Calendar
 
CalendarDB - Class in caldb
The full calendar DB is comprised of the users' calendars, the user database, the group database, and the collection of options.
CalendarDB() - Constructor for class caldb.CalendarDB
 
calendars - Variable in class caldb.CalendarDB
 
calendars - Variable in class caldb.UserWorkSpace
 
CalendarSpecificSettings - Class in caldb
Calendar-specific settings consist of category definitions, custom lists, custom filters, the current window state, the windowing mode, and calendar-specific options.
CalendarSpecificSettings() - Constructor for class caldb.CalendarSpecificSettings
 
calNames - Variable in class caldb.SessionWideSettings
 
categories - Variable in class caldb.CalendarSpecificSettings
 
Categories - Class in caldb
 
Categories() - Constructor for class caldb.Categories
 
Category - Class in schedule
A Category has a name and StandardColor, which serve distinguish it from other categories.
Category() - Constructor for class schedule.Category
 
category - Variable in class schedule.ScheduledItem
 
category - Variable in class view.BriefItemDescriptor
 
change(GroupRecord, GroupRecord) - Method in class admin.GroupDB
Change the given old GroupRecord to the given new record.
change(UserRecord, UserRecord) - Method in class admin.UserDB
Change the given old UserRecord to the given new record.
clipboard - Variable in class caldb.UserWorkSpace
 
Clipboard - Class in edit
The clipboard holds a selection of cut or copied text.
Clipboard() - Constructor for class edit.Clipboard
 
close(FileSpace, UserWorkSpace) - Method in class file.FileSpace
Close the current calendar if it does not require saving.
color - Variable in class schedule.Category
 
completedFlag - Variable in class schedule.Task
 
completionDate - Variable in class schedule.Task
 
confirmMeeting(MeetingRequest, PossibleMeetingTimes, int) - Method in class schedule.Calendar
ConfirmMeeting takes a MeetingRequest, list of PossibleMeetingTimes, and a Selected time from the list.
connectionTab - Variable in class caldb.SessionWideSettings
 
context - Variable in class caldb.UserWorkSpace
 
context - Variable in class edit.Selection
 
copy(UserWorkSpace) - Method in class edit.Edit
Copy the currently selected text segment into the clipboard.
CustomFilters - Class in caldb
 
CustomFilters() - Constructor for class caldb.CustomFilters
 
CustomLists - Class in caldb
 
CustomLists() - Constructor for class caldb.CustomLists
 
cut(UserWorkSpace) - Method in class edit.Edit
Move the currently selected text segment into the clipboard and remove the segment from its context.

D

DailyAgenda - Class in view
A DailyAgenda has a full day name and a list of time-slot descriptors.
DailyAgenda() - Constructor for class view.DailyAgenda
 
DailyFormatOptions - Class in view
 
DailyFormatOptions() - Constructor for class view.DailyFormatOptions
 
DailyItemDescription - Class in view
 
DailyItemDescription() - Constructor for class view.DailyItemDescription
 
DailyItemList - Class in view
 
DailyItemList() - Constructor for class view.DailyItemList
 
data - Variable in class admin.GroupDB
The collection of group data records.
data - Variable in class admin.UserDB
The collection of user data records.
data - Variable in class edit.Clipboard
 
data - Variable in class edit.SelectionContext
 
data - Variable in class file.File
File data is defined abstractly as a UserCalendar.
data - Variable in class schedule.Calendar
 
Date - Class in schedule
For now, a Date is just as string.
Date() - Constructor for class schedule.Date
 
date - Variable in class view.DailyItemList
 
date - Variable in class view.FullDayName
 
DateNumber - Class in schedule
A DateNumber is a positive integer between 1 and 31.
DateNumber() - Constructor for class schedule.DateNumber
 
DateNumberRange - Class in view
 
DateNumberRange() - Constructor for class view.DateNumberRange
 
dateRange - Variable in class view.FullWeekName
 
day - Variable in class view.FullDayName
 
day - Variable in class view.WeeklyItemDescription
 
DayName - Enum in view
 
DayName() - Constructor for enum view.DayName
 
defaultHeightAndWidthOption - Variable in class view.DailyFormatOptions
 
DefaultHeightAndWidthOption - Class in view
 
DefaultHeightAndWidthOption() - Constructor for class view.DefaultHeightAndWidthOption
 
delete(GroupRecord) - Method in class admin.GroupDB
Delete the given group record from the given GroupDB.
delete(UserRecord) - Method in class admin.UserDB
Delete the given user record from the given UserDB.
delete(UserWorkSpace) - Method in class edit.Edit
Remove the currently selected text from the context.
descriptors - Variable in class view.Overlaps
 
details - Variable in class schedule.Appointment
 
details - Variable in class schedule.Task
 
displayOverlapsOption - Variable in class view.DailyFormatOptions
 
DisplayOverlapsOption - Enum in view
 
DisplayOverlapsOption() - Constructor for enum view.DisplayOverlapsOption
 
duration - Variable in class schedule.Appointment
 
Duration - Class in schedule
Duration is the time length of a scheduled item, in hours and minutes.
Duration() - Constructor for class schedule.Duration
 
duration - Variable in class view.BriefItemDescriptor
 

E

edit - package edit
Package edit defines the objects and operations related to general editing functionality.
Edit - Class in edit
Class Edit is derived from 2.9 of the requirements, which in turn derives from the commands on the 'Edit' menu.
Edit() - Constructor for class edit.Edit
 
email - Variable in class admin.UserRecord
 
end - Variable in class view.DateNumberRange
 
end - Variable in class view.TimeRange
 
endDate - Variable in class schedule.ScheduledItem
 
endPosition - Variable in class edit.Selection
 
endTime - Variable in class view.NormalTimeRangeOption
 
Event - Class in schedule
An Event is the simplest type of ScheduledItem.
Event() - Constructor for class schedule.Event
 

F

file - package file
Package edit defines the objects and operations related to general editing functionality.
File - Class in 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.
File() - Constructor for class file.File
 
FileData - Class in file
The abstract representation of calendar-type FileData is a UserCalendar object.
FileData() - Constructor for class file.FileData
 
fileNew(UserWorkSpace) - Method in class file.FileSpace
Add a new empty calendar to the given workspace and make it current.
FilePermissions - Enum in file
Permissions are an abstract of what is typically available in an operating system.
FilePermissions() - Constructor for enum file.FilePermissions
 
files - Variable in class file.FileSpace
As noted in the class-level comment, a the highly-abstract data represenation of a file space is simply a collection of files.
FileSpace - Class in file
A FileSpace is an abstract model of a file space in the operating environment in which the CalendarTool is run.
FileSpace() - Constructor for class file.FileSpace
 
FileType - Enum in file
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).
FileType() - Constructor for enum file.FileType
 
filters - Variable in class caldb.CalendarSpecificSettings
 
filterSettings - Variable in class caldb.CalendarSpecificSettings
 
FilterSettings - Class in caldb
 
FilterSettings() - Constructor for class caldb.FilterSettings
 
findById(String) - Method in class admin.GroupDB
Find a group by unique name.
findById(String) - Method in class admin.UserDB
Find a user by unique id.
findByName(String) - Method in class admin.UserDB
Find a user or users by real-world name.
firstDay - Variable in class view.MonthlyAgenda
 
FullDayName - Class in view
A FullDayName has the complete and unique designation of a calendar day.
FullDayName() - Constructor for class view.FullDayName
 
FullMonthName - Class in view
 
FullMonthName() - Constructor for class view.FullMonthName
 
FullWeekName - Class in view
 
FullWeekName() - Constructor for class view.FullWeekName
 

G

gdb - Variable in class caldb.CalendarDB
 
GlobalOptions - Class in options
The default global options in the Calendar Tool workspace.
GlobalOptions() - Constructor for class options.GlobalOptions
 
GroupDB - Class in admin
GroupDB is the repository of user group information.
GroupDB() - Constructor for class admin.GroupDB
 
groupDB - Variable in class admin.UserDB
Reference to GroupDB needed for change and delete methods.
groupNames - Variable in class admin.LeaderlessGroupsWarning
 
GroupRecord - Class in admin
A GroupRecord is the information stored about a user group.
GroupRecord() - Constructor for class admin.GroupRecord
 

H

height - Variable in class view.DefaultHeightAndWidthOption
 
HostConnectionTable - Class in caldb
 
HostConnectionTable() - Constructor for class caldb.HostConnectionTable
 
Hour - Class in schedule
 
Hour() - Constructor for class schedule.Hour
 
hour - Variable in class schedule.Time
 
Hour - Class in view
 
Hour() - Constructor for class view.Hour
 
hours - Variable in class view.TimeIncrementOption
 
hr - Variable in class schedule.Duration
 

I

id - Variable in class admin.UserRecord
 
incrementHeightOption - Variable in class view.DailyFormatOptions
 
InRange(Time, Time, Time) - Method in class schedule.Calendar
A given time is between a given start time and end time.
isEarliest(Time, Time, Time, Room) - Method in class schedule.Calendar
For a given time, no other in-range, non-booked time is earlier.
isUniqueName(UserWorkSpace, UserCalendar) - Method in class file.FileSpace
If the name of the given user calendar is not unique in the given workspace uws, then suffix it with a unique integer.
isValid() - Method in class schedule.Date
Aux function used in scheduleEvent specs.
itemDescriptors - Variable in class view.TimeSlotDescriptor
 
items - Variable in class caldb.State
 
items - Variable in class view.DailyItemList
 
items - Variable in class view.MonthlyAgenda
 
items - Variable in class view.WeeklyAgendaList
 
items - Variable in class view.WeeklyTimeSlot
 

L

latestEndDate - Variable in class schedule.MeetingRequest
 
latestStartDate - Variable in class schedule.MeetingRequest
 
latestStartTime - Variable in class schedule.MeetingRequest
 
LeaderlessGroupsWarning - Class in admin
LeaderlessGroupsWarning is an secondary output of the UserDB.change and UserDB.delete operations, indicating the names of zero or more groups that have become leaderless as the result of a user having been deleted.
LeaderlessGroupsWarning() - Constructor for class admin.LeaderlessGroupsWarning
 
leaders - Variable in class admin.GroupRecord
 
listLength - Variable in class options.ViewingOptions
 
lists - Variable in class caldb.CalendarSpecificSettings
 
location - Variable in class schedule.Appointment
 
location - Variable in class schedule.Event
 

M

Meeting - Class in schedule
A Meeting adds two components to an Appointment.
Meeting() - Constructor for class schedule.Meeting
 
MeetingRequest - Class in schedule
A meeting request has all the components of a meeting plus three additional components to specify the latest dates and time at which the meeting can be scheduled.
MeetingRequest() - Constructor for class schedule.MeetingRequest
 
members - Variable in class admin.GroupRecord
 
min - Variable in class schedule.Duration
 
Minute - Class in schedule
 
Minute() - Constructor for class schedule.Minute
 
minute - Variable in class schedule.Time
 
Minute - Class in view
 
Minute() - Constructor for class view.Minute
 
minutes - Variable in class schedule.Meeting
 
minutes - Variable in class view.TimeIncrementOption
 
month - Variable in class view.FullDayName
 
month - Variable in class view.FullMonthName
 
month - Variable in class view.FullWeekName
 
MonthlyAgenda - Class in view
 
MonthlyAgenda() - Constructor for class view.MonthlyAgenda
 
MonthName - Enum in view
 
MonthName() - Constructor for enum view.MonthName
 
months - Variable in class view.YearlyCalendar
 

N

name - Variable in class admin.GroupRecord
 
name - Variable in class admin.UserRecord
 
name - Variable in class file.File
The string representation of a file name is an abstraction of file names used in specific operating environments.
name - Variable in class schedule.Category
 
name - Variable in class view.DailyAgenda
 
name - Variable in class view.DailyItemList
 
name - Variable in class view.MonthlyAgenda
 
name - Variable in class view.WeeklyAgendaList
 
name - Variable in class view.WeeklyAgendaTable
 
normalTimeRangeOption - Variable in class view.DailyFormatOptions
 
NormalTimeRangeOption - Class in view
 
NormalTimeRangeOption() - Constructor for class view.NormalTimeRangeOption
 
number - Variable in class admin.PhoneNumber
 
number - Variable in class caldb.Room
 
numberOfDays - Variable in class view.MonthlyAgenda
 
NumberOfDaysPerMonth - Class in view
 
NumberOfDaysPerMonth() - Constructor for class view.NumberOfDaysPerMonth
 

O

OnOrOff - Enum in view
 
OnOrOff() - Constructor for enum view.OnOrOff
 
open(FileSpace, String, UserWorkSpace) - Method in class file.FileSpace
Open an existing calendar file of the given name and put the data from that file in the workspace.
OpenCalendarNames - Class in caldb
 
OpenCalendarNames() - Constructor for class caldb.OpenCalendarNames
 
options - package options
This file defines objects related to user options.
options - Variable in class caldb.CalendarDB
 
options - Variable in class caldb.CalendarSpecificSettings
 
options - Variable in class caldb.UserCalendar
 
Overlaps - Class in view
Overlaps contain zero or more BriefItemDescriptors that overlap with with the master item in a given time slot.
Overlaps() - Constructor for class view.Overlaps
 
overlaps - Variable in class view.TimeSlotDescriptor
 

P

paste(UserWorkSpace) - Method in class edit.Edit
Paste the contents of the clipboard into the currently selected start position, replacing any selected text from start to end position.
permissions - Variable in class file.File
FilePermissions indicate whether a file is readable and/or writable.
phone - Variable in class admin.UserRecord
 
PhoneNumber - Class in admin
 
PhoneNumber() - Constructor for class admin.PhoneNumber
 
preferences - Variable in class edit.Edit
 
previousState - Variable in class caldb.UserWorkSpace
 
priority - Variable in class schedule.Appointment
 
priority - Variable in class schedule.Task
 
proportionalSpacingOnOffOption - Variable in class view.DailyFormatOptions
 

R

range - Variable in class view.WeeklyItemDescription
 
recurringInfo - Variable in class schedule.Appointment
 
recurringInfo - Variable in class schedule.Task
 
RegularUserOptions - Class in caldb
 
RegularUserOptions() - Constructor for class caldb.RegularUserOptions
 
remind - Variable in class schedule.Appointment
 
remind - Variable in class schedule.Task
 
requiresSaving - Variable in class schedule.Calendar
 
Room - Class in caldb
A room has a building name and number.
Room() - Constructor for class caldb.Room
 
roomAvailable(Room, Time) - Method in class schedule.Calendar
 

S

save(FileSpace, UserWorkSpace) - Method in class file.FileSpace
If the calendar in the given workspace requires saving, save it in the given file space.
schedule - package schedule
Package scheduler defines objects and operations related to calendar scheduling.
scheduleAppointment(Appointment) - Method in class schedule.Calendar
ScheduleAppointment adds the given Appointment to this.data, if an appointment of the same time, duration, and title is not already scheduled.
scheduledAtBestTime(Meeting, Time, Time, Room) - Method in class schedule.Calendar
A given meeting item is scheduled at the best time.
ScheduledItem - Class in schedule
A ScheduledItem is the generic definition for the types of items stored in a calendar.
ScheduledItem() - Constructor for class schedule.ScheduledItem
 
scheduleEvent(Event) - Method in class schedule.Calendar
ScheduleEvent adds the given Event to this.data, if an event of the same time, duration, and title is not already scheduled.
scheduleMeeting(MeetingRequest) - Method in class schedule.Calendar
ScheduleMeeting uses the given MeetingRequest to determine possible times that the requested meeting might be held, within the existing set of scheduled items in the this.data.
scheduleTask(Task) - Method in class schedule.Calendar
ScheduleTask adds the given Task to this.data, if a task of the same time, duration, and title is not already scheduled.
security - Variable in class schedule.Appointment
 
security - Variable in class schedule.Task
 
selection - Variable in class caldb.UserWorkSpace
 
Selection - Class in edit
The workspace text selection is the defined as the starting and ending character positions in current workspace text context.
Selection() - Constructor for class edit.Selection
 
SelectionContext - Class in edit
SelectionContext is the text context in which the user makes a selection.
SelectionContext() - Constructor for class edit.SelectionContext
 
SessionWideSettings - Class in caldb
 
SessionWideSettings() - Constructor for class caldb.SessionWideSettings
 
Settings - Class in caldb
This is the stuff stored in a settings file.
Settings() - Constructor for class caldb.Settings
 
settings - Variable in class caldb.UserWorkSpace
 
showHide24HoursOption - Variable in class view.DailyFormatOptions
 
showHideDashedLinesOption - Variable in class view.DailyFormatOptions
 
showHideExactTimeOption - Variable in class view.DailyFormatOptions
 
showHideExtensionArrowsOption - Variable in class view.DailyFormatOptions
 
ShowOrHide - Enum in view
 
ShowOrHide() - Constructor for enum view.ShowOrHide
 
size - Variable in class file.File
The size in megabytes of a file.
slotName - Variable in class view.TimeSlotDescriptor
 
slots - Variable in class view.WeeklyAgendaTable
 
SmallMonthView - Class in view
 
SmallMonthView() - Constructor for class view.SmallMonthView
 
ssession - Variable in class caldb.Settings
 
StandardColor - Enum in schedule
A StandardColor is one of a fixed set of possibilities, per the requirements scenarios.
StandardColor() - Constructor for enum schedule.StandardColor
 
start - Variable in class view.DateNumberRange
 
start - Variable in class view.TimeRange
 
startOrDueDate - Variable in class schedule.ScheduledItem
 
startPosition - Variable in class edit.Selection
 
startTime - Variable in class schedule.Appointment
 
startTime - Variable in class view.BriefItemDescriptor
 
startTime - Variable in class view.NormalTimeRangeOption
 
State - Class in caldb
PreviousState is the snapshot of scheduled items before the most recently performed scheduling operation used by edit.undo.
State() - Constructor for class caldb.State
 

T

Task - Class in schedule
Like an Appointment, a Task adds a number of components to a generic ScheduledItem.
Task() - Constructor for class schedule.Task
 
Time - Class in schedule
A Time object has an hour, minute, and indicator for am or pm.
Time() - Constructor for class schedule.Time
 
timeIncrementOption - Variable in class view.DailyFormatOptions
 
TimeIncrementOption - Class in view
 
TimeIncrementOption() - Constructor for class view.TimeIncrementOption
 
TimeRange - Class in view
 
TimeRange() - Constructor for class view.TimeRange
 
times - Variable in class view.DailyAgenda
 
TimesAndDatesOptions - Class in options
To be derived from Section 2.8.3 of the requirements.
TimesAndDatesOptions() - Constructor for class options.TimesAndDatesOptions
 
timesAndDatesOptions - Variable in class options.UserOptions
 
TimeSlotDescriptor - Class in view
A time slot descriptor represents one slot (physically, a row) in a daily agenda.
TimeSlotDescriptor() - Constructor for class view.TimeSlotDescriptor
 
TimeSlotName - Class in view
A TimeSlotName consists of a numeric TimeValue and an AmOrPm indicator.
TimeSlotName() - Constructor for class view.TimeSlotName
 
timeValue - Variable in class view.TimeSlotName
 
title - Variable in class schedule.ScheduledItem
 
title - Variable in class view.BriefItemDescriptor
 
truncatedTitle - Variable in class view.WeeklyItemDescription
 
type - Variable in class file.File
File type is either "calendar" or "other".

U

udb - Variable in class caldb.CalendarDB
 
uid - Variable in class caldb.UserWorkSpace
 
undo(UserWorkSpace) - Method in class edit.Edit
Undo the most recent scheduling operation.
UserCalendar - Class in caldb
A user calendar is named, with its own set of options.
UserCalendar() - Constructor for class caldb.UserCalendar
 
userDB - Variable in class admin.GroupDB
Reference to GroupDB needed for change and delete methods.
UserDB - Class in admin
UserDB is the repository of registered user information.
UserDB() - Constructor for class admin.UserDB
 
UserDB.SE1 - Exception in admin
 
UserDB.SE1() - Constructor for exception admin.UserDB.SE1
 
UserDB.SE2 - Exception in admin
 
UserDB.SE2() - Constructor for exception admin.UserDB.SE2
 
userName - Variable in class caldb.UserCalendar
 
UserOptions - Class in options
Derived from Section 2.7 of the requirements.
UserOptions() - Constructor for class options.UserOptions
 
UserRecord - Class in admin
A UserRecord is the information stored about a registered user of the Calendar Tool.
UserRecord() - Constructor for class admin.UserRecord
 
UserWorkSpace - Class in caldb
The UserWorkSpace contains the active calendars upon which the user is working.
UserWorkSpace() - Constructor for class caldb.UserWorkSpace
 

V

value - Variable in class schedule.Date
 
value - Variable in class schedule.DateNumber
 
value - Variable in class schedule.Hour
 
value - Variable in class schedule.Minute
 
value - Variable in class view.DailyItemDescription
 
value - Variable in class view.Hour
 
value - Variable in class view.Minute
 
value - Variable in class view.NumberOfDaysPerMonth
 
value - Variable in class view.YearNumber
 
valueOf(String) - Static method in enum file.FilePermissions
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum file.FileType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum schedule.AMorPM
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum schedule.StandardColor
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum view.AMorPM
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum view.DayName
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum view.DisplayOverlapsOption
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum view.MonthName
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum view.OnOrOff
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum view.ShowOrHide
Returns the enum constant of this type with the specified name.
values() - Static method in enum file.FilePermissions
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum file.FileType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum schedule.AMorPM
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum schedule.StandardColor
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum view.AMorPM
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum view.DayName
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum view.DisplayOverlapsOption
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum view.MonthName
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum view.OnOrOff
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum view.ShowOrHide
Returns an array containing the constants of this enum type, in the order they are declared.
view - package view
Package view defines objects and operations related to the different calendar views available to the user.
viewingOptions - Variable in class options.UserOptions
 
ViewingOptions - Class in options
Derived from Section 2.8.4 of the requirements, with further work clearly necessary.
ViewingOptions() - Constructor for class options.ViewingOptions
 

W

WeeklyAgendaList - Class in view
 
WeeklyAgendaList() - Constructor for class view.WeeklyAgendaList
 
WeeklyAgendaTable - Class in view
 
WeeklyAgendaTable() - Constructor for class view.WeeklyAgendaTable
 
WeeklyItemDescription - Class in view
 
WeeklyItemDescription() - Constructor for class view.WeeklyItemDescription
 
WeeklyTimeSlot - Class in view
 
WeeklyTimeSlot() - Constructor for class view.WeeklyTimeSlot
 
Width - Variable in class view.DefaultHeightAndWidthOption
 
WindowingMode - Class in caldb
 
WindowingMode() - Constructor for class caldb.WindowingMode
 
windowMode - Variable in class caldb.CalendarSpecificSettings
 
WindowsState - Class in caldb
 
WindowsState() - Constructor for class caldb.WindowsState
 
windowState - Variable in class caldb.CalendarSpecificSettings
 

Y

year - Variable in class view.FullDayName
 
year - Variable in class view.FullMonthName
 
year - Variable in class view.FullWeekName
 
year - Variable in class view.YearlyCalendar
 
YearlyCalendar - Class in view
 
YearlyCalendar() - Constructor for class view.YearlyCalendar
 
YearNumber - Class in view
A YearNumber is a positive integer between 0 and 9999.
YearNumber() - Constructor for class view.YearNumber
 
A B C D E F G H I L M N O P R S T U V W Y