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

A

Admin - Class in caltool.admin
Class Admin is the top-level model class in the admin package.
Admin() - Constructor for class caltool.admin.Admin
 
admin - Variable in class caltool.CalendarTool
Calendar administration module
AdminUI - Class in caltool.admin_ui
Empty stub for the companion view of the Admin model class.
AdminUI() - Constructor for class caltool.admin_ui.AdminUI
 
adminUI - Variable in class caltool.caltool_ui.CalendarToolUI
The pulldown Admin menu.
AmOrPm - Enum in caltool.schedule
Standard suffix used in 12-hour time value.
AmOrPm() - Constructor for enum caltool.schedule.AmOrPm
 
amOrPm - Variable in class caltool.schedule.Time
Standard suffix used in 12-hour time value
Appointment - Class in caltool.schedule
Class Appointment adds a number of components to a generic ScheduledItem.
Appointment() - Constructor for class caltool.schedule.Appointment
 
appointmentsHidden - Variable in class caltool.view.View
The shown/hidden state of appointments
areAppointmentsHidden() - Method in class caltool.view.View
Return true if appointments are hidden, false if not.
areEventsHidden() - Method in class caltool.view.View
Return true if events are hidden, false if not.
areMeetingsHidden() - Method in class caltool.view.View
Return true if meetings are hidden, false if not.
areTasksHidden() - Method in class caltool.view.View
Return true if tasks are hidden, false if not.
Attendees - Class in caltool.schedule
Attendees is a list of names of those who attend a meeting.
Attendees() - Constructor for class caltool.schedule.Attendees
 
attendees - Variable in class caltool.schedule.Meeting
 

C

caldb - Variable in class caltool.CalendarTool
Calendar database
calDB - Variable in class caltool.file.File
The CalendarDB, containing the data to be stored onto files and into which file data are read.
calDB - Variable in class caltool.schedule.Schedule
Calendar database in which scheduled items are stored
calDB - Variable in class caltool.view.DailyAgenda
 
calDB - Variable in class caltool.view.MonthlyAgenda
The caldb for getting current data
calDB - Variable in class caltool.view.View
Calendar database in which viewed items are stored
caldb - Variable in class caltool.view.View
The CalendarDB used to get the currently selected date and to pass on to subviews
calDB - Variable in class caltool.view.WeeklyAgendaList
The caldb for getting current data
calDB - Variable in class caltool.view.WeeklyAgendaTable
The caldb for getting current data
CalendarDB - Class in caltool.caldb
CalendarDB is the top-level model data class for the Calendar Tool.
CalendarDB(View) - Constructor for class caltool.caldb.CalendarDB
 
CalendarTool - Class in caltool
Class CalendarTool is the top-level model class for an electronic calendar tool.
CalendarTool() - Constructor for class caltool.CalendarTool
 
CalendarToolOperation - Class in caltool.edit
 
CalendarToolOperation() - Constructor for class caltool.edit.CalendarToolOperation
 
CalendarToolUI - Class in caltool.caltool_ui
Class CalendarToolUI is a companion view to the CalendarTool model class.
CalendarToolUI(Screen, CalendarTool) - Constructor for class caltool.caltool_ui.CalendarToolUI
Construct this with the given UI screen and CalendarTool model.
calendarView - Variable in class caltool.CalendarTool
Calendar viewing module
caltool - package caltool
Top-level model classes for the Calendar Tool, including clases with the main methods for each of the three executables.
caltool.admin - package caltool.admin
Model classes for the administrative functions of the Calendar Tool, including database management, and server control.
caltool.admin_ui - package caltool.admin_ui
Companion view classes for the admin package, including the common dialogs for database access and password setting.
caltool.caldb - package caltool.caldb
Major model database classes of the calendar tool system, and related underlying process classes.
caltool.caltool_ui - package caltool.caltool_ui
View classes for the top-level Calendar Tool UI, including the pulldown menu and initial display window.
caltool.edit - package caltool.edit
Model classes for the edit functions of the Calendar Tool, including cut, copy, paste, and other related basic editing functions.
caltool.edit_ui - package caltool.edit_ui
Companion view classes for the edit package, including the edit pulldown menu and subsidiary dialogs.
caltool.file - package caltool.file
Model classes for the file functions of the Calendar Tool, including open, save, print, and related functions.
caltool.file_ui - package caltool.file_ui
Companion view classes for the file package, including the file pulldown menu and subsidiary file dialogs for open, save, and print.
caltool.options - package caltool.options
Model classes for the option-setting functions of the Calendar Tool, to set options for times/dates, scheduling, and viewing.
caltool.options_ui - package caltool.options_ui
Companion view classes for the schedule package, including tabbing dialogs to set options for times/dates, scheduling, and viewing.
caltool.schedule - package caltool.schedule
Classes related to scheduling appointments, meetings, events, and tasks in the Calendar Tool.
caltool.schedule_ui - package caltool.schedule_ui
Companion view classes for the schedule package, including the schedule pulldown menu and detailed dialogs for scheduling items and editing item categories.
caltool.server - package caltool.server
Classes for the host server program and classes for communication between local user computers and the server.
caltool.view - package caltool.view
Model classes for the viewing functions of the Calendar Tool, including viewing items at different calendar levels, viewing item lists, and filtered item viewing.
caltool.view_ui - package caltool.view_ui
Companion view classes for the view package, including the view pulldown menu and many classes for viewing calendars and related information.
Category - Class in caltool.schedule
A Category has a Name and StandardColor, which serve distinguish it from other categories.
Category() - Constructor for class caltool.schedule.Category
Construct an empty category.
category - Variable in class caltool.schedule.ScheduledItem
Used to organize items into related color-coded categories
CategoryDB - Class in caltool.schedule
 
CategoryDB() - Constructor for class caltool.schedule.CategoryDB
 
categoryDB - Variable in class caltool.schedule.Schedule
Category database in which scheduled item categories are defined
close() - Method in class caltool.file.File
Close the current calendar if it does not require saving.
closeAll() - Method in class caltool.file.File
Close the all open calendars if they do not require saving.
color - Variable in class caltool.schedule.Category
Color name of the category
command(String) - Method in class caltool.edit.Edit
Execute the given command string.
compose() - Method in class caltool.caltool_ui.CalendarToolUI
Compose this by (1) creating a new window, (2) setting the window's menubar to this' menubar, (3) populating the menubar with the menus, (4) calling compose in turn for each menu, and (5) setting the window title.
composeHelpSpacing() - Method in class caltool.caltool_ui.CalendarToolUI
Compose a piece of horizontal spacing to be inserted between the options menu and the help menu in the menubar.
composeMenuBar() - Method in class caltool.caltool_ui.CalendarToolUI
Compose this' menubar by adding each composed menu to it.
ConfirmMeeting(MeetingRequest, PossibleMeetingTimes, int) - Method in class caltool.schedule.Schedule
ConfirmMeeting takes a CalendarDB, MeetingRequest, list of PossibleMeetingTimes, and a selected time from the list.
constructSubviews(CalendarToolUI) - Method in class caltool.caltool_ui.CalendarToolUI
Call the constructor for each of the component views.
copy() - Method in class caltool.edit.Edit
The currently selected text segment is copied into the clipboard;
currentDate - Variable in class caltool.view.MonthlyAgenda
Iterator state variable containing the date number.
currentDay - Variable in class caltool.view.MonthlyAgenda
Iterator state variable containing the ordinal day position in a 6x7 grid.
cut() - Method in class caltool.edit.Edit
The currently selected text segment is copied into the clipboard and removed from its context.

D

DailyAgenda - Class in caltool.view
A DailyAgenda contains the scheduled item information for a calendar day.
DailyAgenda(CalendarDB) - Constructor for class caltool.view.DailyAgenda
Construct this with the given CalendarDB.
dailyAgenda - Variable in class caltool.view.View
The current instance of DailyAgenda that computes the view for the user-selected day.
data - Variable in class caltool.admin.UserDB
The collection data representation is abstract for now
data - Variable in class caltool.caldb.UserCalendars
The list data representation is abstract for now
Date - Class in caltool.schedule
Class Date is the basic unit of calendar time keeping, consisting of a day of the week, numeric date, month, and year.
Date() - Constructor for class caltool.schedule.Date
 
date - Variable in class caltool.view.DailyAgenda
Date of this day's agenda
date - Variable in class caltool.view.SmallDayView
The date number
day - Variable in class caltool.schedule.Date
One of the seven standard days of the week
day - Variable in class caltool.view.SmallDayView
The day name
DayName - Enum in caltool.schedule
Class DayName is one of the seven standard days of the week.
DayName() - Constructor for enum caltool.schedule.DayName
 
delete() - Method in class caltool.edit.Edit
Delete the currently selected text.
details - Variable in class caltool.schedule.Appointment
Free-form text describing any specific appointment details
duration - Variable in class caltool.schedule.Appointment
How long the appointment lasts
Duration - Class in caltool.schedule
Duration is the time length of a scheduled item, in hours and minutes.
Duration() - Constructor for class caltool.schedule.Duration
Construct an empty duration value.

E

edit - Variable in class caltool.CalendarTool
Basic editing module
Edit - Class in caltool.edit
Class Edit is the model class for the Calendar Tool edit handling.
Edit(View) - Constructor for class caltool.edit.Edit
Construct this.
editUI - Variable in class caltool.caltool_ui.CalendarToolUI
The pulldown Edit menu.
EditUI - Class in caltool.edit_ui
Empty stub for the companion view of the Edit model class.
EditUI() - Constructor for class caltool.edit_ui.EditUI
 
email - Variable in class caltool.admin.UserRecord
Electronic mail address used by the Calendar Tool to contact the user when necessary
EmailAddress - Class in caltool.admin
 
EmailAddress() - Constructor for class caltool.admin.EmailAddress
 
endDate - Variable in class caltool.schedule.ScheduledItem
Last date on which item is scheduled or due.
Event - Class in caltool.schedule
An Event is the simplest type of ScheduledItem.
Event() - Constructor for class caltool.schedule.Event
 
events - Variable in class caltool.view.DailyAgenda
List of scheduled event titles for this day
eventsHidden - Variable in class caltool.view.View
The shown/hidden state of events
EventTitleList - Class in caltool.view
List of event titles.
EventTitleList() - Constructor for class caltool.view.EventTitleList
 
exit() - Method in class caltool.file.File
Exit the Calendar Tool.

F

file - Variable in class caltool.CalendarTool
File-handling module
File - Class in caltool.file
Class File is the model class for the Calendar Tool file handling.
File(View, CalendarDB) - Constructor for class caltool.file.File
Construct this with the given companion view and the parent CalendarDB model.
fileNew() - Method in class caltool.file.File
Add a new empty calendar to the workspace and make it current.
fileUI - Variable in class caltool.caltool_ui.CalendarToolUI
The pulldown File menu.
FileUI - Class in caltool.file_ui
Class FileUI is the companion view for the File model class.
FileUI(Screen, File) - Constructor for class caltool.file_ui.FileUI
Construct this with the given screen and companion File model.
Filter - Class in caltool.view
 
Filter() - Constructor for class caltool.view.Filter
 
filter - Variable in class caltool.view.View
The filter submodel
find(String) - Method in class caltool.edit.Edit
Find the given text string in all active windows.
firstDay - Variable in class caltool.view.MonthlyAgenda
First day of the month
FullMonthName - Class in caltool.view
 
FullMonthName(String, int) - Constructor for class caltool.view.FullMonthName
 
fullMonthName - Variable in class caltool.view.MonthlyAgenda
Full name, consisting of month name and year.

G

generateSampleList() - Method in class caltool.view.Lists
Generate a sample appointments list for initial view testing.
getDate() - Method in class caltool.view.SmallDayView
Return the date number.
getDay() - Method in class caltool.view.SmallDayView
Return the day name.
getFirstDay() - Method in class caltool.view.MonthlyAgenda
Return the first day of the month as a SmallDayView, q.v.
getFullMonthName() - Method in class caltool.view.MonthlyAgenda
Return the full month name as a single string.
getItems() - Method in class caltool.view.SmallDayView
Return the list of item descriptors.
getLists() - Method in class caltool.view.View
Return the lists model class that has the methods to compute the differe forms of lists.
getNextDay() - Method in class caltool.view.MonthlyAgenda
Return the second and subsequent days of the month.
getNumberOfWeeks() - Method in class caltool.view.MonthlyAgenda
Return the number of weeks in the month.
global_options - Variable in class caltool.caldb.CalendarDB
Set of calendar options commom by default for all users, both registered and non-registered
GlobalOptions - Class in caltool.options
 
GlobalOptions() - Constructor for class caltool.options.GlobalOptions
 
GroupDB - Class in caltool.admin
 
GroupDB() - Constructor for class caltool.admin.GroupDB
 
groupDB - Variable in class caltool.caldb.CalendarDB
User group data base

H

helpUI - Variable in class caltool.caltool_ui.CalendarToolUI
The pulldown Help menu.
hour - Variable in class caltool.schedule.Time
The hour component of a time value, between 1 and 12 or 0 and 24 based on the clock style in use
hours - Variable in class caltool.schedule.Duration
Hour component of a duration value, between 0 and 999

I

id - Variable in class caltool.admin.UserRecord
Unique identifier by which the user is known to the Calendar Tool
initialize() - Method in class caltool.caltool_ui.CalendarToolUI
Configure the initial display based on the tool's option settings.
items - Variable in class caltool.view.SmallDayView
The list of item descriptors

J

JavadocStub - Class in caltool.admin_ui
Generic stub file so javadoc will generate package-level documentation, without any real class files yet defined.
JavadocStub() - Constructor for class caltool.admin_ui.JavadocStub
 
JavadocStub - Class in caltool.server
Generic stub file so javadoc will generate package-level documentation, without any real class files yet defined.
JavadocStub() - Constructor for class caltool.server.JavadocStub
 

L

Lists - Class in caltool.view
Class Lists is the model class that encapsulates the View->Lists commands.
Lists(CalendarDB) - Constructor for class caltool.view.Lists
 
lists - Variable in class caltool.view.View
The lists submodel
location - Variable in class caltool.schedule.Appointment
Where the appointment is held
LocationDB - Class in caltool.admin
 
LocationDB() - Constructor for class caltool.admin.LocationDB
 
locationDB - Variable in class caltool.caldb.CalendarDB
Location data base

M

Meeting - Class in caltool.schedule
A Meeting adds an Attendees component to an Appointment.
Meeting() - Constructor for class caltool.schedule.Meeting
 
MeetingRequest - Class in caltool.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 caltool.schedule.MeetingRequest
 
meetingsHidden - Variable in class caltool.view.View
The shown/hidden state of meetings
menuBar - Variable in class caltool.caltool_ui.CalendarToolUI
The top-level menu bar.
minute - Variable in class caltool.schedule.Time
The minute component of a time value, between 0 and 59
minutes - Variable in class caltool.schedule.Duration
Minute component of a duration value, between 0 and 60*999
month - Variable in class caltool.schedule.Date
One of the twelve months of the year
MonthlyAgenda - Class in caltool.view
A MonthlyAgenda contains a full month name, the day of the week for its first day, and the number of days.
MonthlyAgenda(CalendarDB) - Constructor for class caltool.view.MonthlyAgenda
Construct this with the given CalendarDB.
monthlyAgenda - Variable in class caltool.view.View
The current instance of MonthlyAgenda that computes the view for the user-selected month.
MonthName - Enum in caltool.schedule
Class MonthName is one of the twelve standard month of the year.
MonthName() - Constructor for enum caltool.schedule.MonthName
 

N

name - Variable in class caltool.admin.UserRecord
User's real-world name
name - Variable in class caltool.schedule.Category
Text name of the category
name - Variable in class caltool.view.FullMonthName
 
number - Variable in class caltool.schedule.Date
Numeric date in a month, between 1 and 31
numberOfDays - Variable in class caltool.view.MonthlyAgenda
Number of days in the month

O

open(String) - Method in class caltool.file.File
Open an existing calendar file of the given name and put the data from that file in the workspace.
options - Variable in class caltool.CalendarTool
Tool options module
Options - Class in caltool.options
 
Options(View) - Constructor for class caltool.options.Options
 
optionsUI - Variable in class caltool.caltool_ui.CalendarToolUI
The pulldown Options menu.
OptionsUI - Class in caltool.options_ui
Empty stub for the companion view of the Options model class.
OptionsUI() - Constructor for class caltool.options_ui.OptionsUI
 

P

paste() - Method in class caltool.edit.Edit
Paste the contents of the clipboard into the currently selected start position, replacing any selected text from start to end position.
phone - Variable in class caltool.admin.UserRecord
Phone number used for infomation purposes, but not by Calendar Tool directly
PhoneNumber - Class in caltool.admin
 
PhoneNumber() - Constructor for class caltool.admin.PhoneNumber
 
PossibleMeetingTimes - Class in caltool.schedule
 
PossibleMeetingTimes() - Constructor for class caltool.schedule.PossibleMeetingTimes
 
print(PrintSpecs) - Method in class caltool.file.File
Print the current calendar per the given print specs.
PrintSpecs - Class in caltool.file
Class PrintSpecs specifies the destination and platform-specific printing parameters for the File Print command.
PrintSpecs() - Constructor for class caltool.file.PrintSpecs
 
priority - Variable in class caltool.schedule.Appointment
How important the appointment is
Priority - Enum in caltool.schedule
Priority indicates whether an appointment is a must or if it is optional.
Priority() - Constructor for enum caltool.schedule.Priority
 

R

recurringInfo - Variable in class caltool.schedule.Appointment
Defines if and how an appointment recurs
RecurringInfo - Class in caltool.schedule
Class RecurringInfo has components to specify the nature of a recurring item.
RecurringInfo() - Constructor for class caltool.schedule.RecurringInfo
 
redo() - Method in class caltool.edit.Edit
Redo the last undo.
remindInfo - Variable in class caltool.schedule.Appointment
Indicates if and how user is reminded
RemindInfo - Class in caltool.schedule
RemindInfo defines if, when, and where a scheulded item reminder is sent to the user.
RemindInfo() - Constructor for class caltool.schedule.RemindInfo
 
repeat(CalendarToolOperation, int) - Method in class caltool.edit.Edit
Redo the given operation the given number of times.

S

save() - Method in class caltool.file.File
If the current calendar in the workspace requires saving, save it.
saveAll() - Method in class caltool.file.File
For each open calendar in the workspace, save it if it requires saving.
saveAs(String) - Method in class caltool.file.File
Save the current calendar in a file of the given name.
saveConfig() - Method in class caltool.file.File
Save the current workspace configuration, including the positions of all open view windows.
schedule - Variable in class caltool.CalendarTool
Scheduling module
Schedule - Class in caltool.schedule
Class Schedule is the top-level model class in the schedule package.
Schedule(View) - Constructor for class caltool.schedule.Schedule
Construct an empty schedule.
ScheduleAppointment(Appointment) - Method in class caltool.schedule.Schedule
ScheduleAppointment adds the given Appointment to the current Calendar an appointment of the same time, duration, and title is not already scheduled.
ScheduledItem - Class in caltool.schedule
A ScheduledItem is the generic definition for the types of items stored in a calendar.
ScheduledItem() - Constructor for class caltool.schedule.ScheduledItem
 
ScheduleEvent(Event) - Method in class caltool.schedule.Schedule
 
ScheduleMeeting(MeetingRequest) - Method in class caltool.schedule.Schedule
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 CalendarDB.
ScheduleTask(Task) - Method in class caltool.schedule.Schedule
ScheduleTask adds the given Task to the given CalendarDB, if a task of the same time, duration, and title is not already scheduled.
scheduleUI - Variable in class caltool.caltool_ui.CalendarToolUI
The pulldown Schedule menu.
ScheduleUI - Class in caltool.schedule_ui
Empty stub for the companion view of the Schedule model class.
ScheduleUI() - Constructor for class caltool.schedule_ui.ScheduleUI
 
security - Variable in class caltool.schedule.Appointment
Indicates who can see that the appointment is scheduled
Security - Enum in caltool.schedule
Security is one of four possible levels: Public, PublicTitle, Confidential, or Private.
Security() - Constructor for enum caltool.schedule.Security
 
selectAll() - Method in class caltool.edit.Edit
Select all text in the current workspace window.
selectDate(int) - Method in class caltool.view.MonthlyAgenda
Build a complete Date out of the given date number and call the CalendarDB to select that date.
selectDate(Date) - Method in class caltool.view.View
Select the date in the current calendar.
selectDate(int) - Method in class caltool.view.View
Select the date given a single date number.
SmallDayView - Class in caltool.view
A SmallDayView is the model of a day in a monthly agenda.
SmallDayView(int, DayName, DefaultListModel) - Constructor for class caltool.view.SmallDayView
Construct this with the given date, day, and items values.
StandardColor - Enum in caltool.schedule
A StandardColor is one of a fixed set of possibilities for use in color coding a cateogry.
StandardColor() - Constructor for enum caltool.schedule.StandardColor
 
startOrDueDate - Variable in class caltool.schedule.ScheduledItem
Date on which item is scheduled or due.
startTime - Variable in class caltool.schedule.Appointment
Starting time of the appointment

T

Task - Class in caltool.schedule
Like an Appointment, a Task adds a number of components to a generic ScheduledItem.
Task() - Constructor for class caltool.schedule.Task
 
TaskDescriptorList - Class in caltool.view
 
TaskDescriptorList() - Constructor for class caltool.view.TaskDescriptorList
 
tasks - Variable in class caltool.view.DailyAgenda
List of scheduled tasks for this day
tasksHidden - Variable in class caltool.view.View
The shown/hidden state of tasks
Time - Class in caltool.schedule
A Time consists of an hour, minute, and AM or PM indicator.
Time() - Constructor for class caltool.schedule.Time
Construct an empty time value.
TimeSlotDescriptorList - Class in caltool.view
 
TimeSlotDescriptorList() - Constructor for class caltool.view.TimeSlotDescriptorList
 
timeSlots - Variable in class caltool.view.DailyAgenda
Time slot description list for schedule appointments and meetings
title - Variable in class caltool.schedule.ScheduledItem
Brief description of the scheduled item
toggleShowHideAppointments() - Method in class caltool.view.View
Toggle the show/hide state for appointments.
toggleShowHideEvents() - Method in class caltool.view.View
Toggle the show/hide state for events.
toggleShowHideMeetings() - Method in class caltool.view.View
Toggle the show/hide state for meetings.
toggleShowHideTasks() - Method in class caltool.view.View
Toggle the show/hide state for tasks.
toString() - Method in class caltool.view.FullMonthName
 

U

undo() - Method in class caltool.edit.Edit
Undo the most recent scheduling operation.
update(Observable, Object) - Method in class caltool.view.DailyAgenda
Observe the calendar for any changes.
update(Observable, Object) - Method in class caltool.view.MonthlyAgenda
Update this' data based on the current selection in the current calendar.
userCalendars - Variable in class caltool.caldb.CalendarDB
List of UserCalendars for all registered users
UserCalendars - Class in caltool.caldb
 
UserCalendars() - Constructor for class caltool.caldb.UserCalendars
 
UserDB - Class in caltool.admin
Class UserDB is the repository of registered user information.
UserDB() - Constructor for class caltool.admin.UserDB
 
userDB - Variable in class caltool.caldb.CalendarDB
Registered user data base
UserRecord - Class in caltool.admin
A UserRecord is the information stored about a registered user of the Calendar Tool.
UserRecord() - Constructor for class caltool.admin.UserRecord
 
UserWorkSpace - Class in caltool
 
UserWorkSpace() - Constructor for class caltool.UserWorkSpace
 

V

valueOf(String) - Static method in enum caltool.schedule.AmOrPm
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum caltool.schedule.DayName
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum caltool.schedule.MonthName
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum caltool.schedule.Priority
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum caltool.schedule.Security
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum caltool.schedule.StandardColor
Returns the enum constant of this type with the specified name.
values() - Static method in enum caltool.schedule.AmOrPm
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum caltool.schedule.DayName
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum caltool.schedule.MonthName
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum caltool.schedule.Priority
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum caltool.schedule.Security
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum caltool.schedule.StandardColor
Returns an array containing the constants of this enum type, in the order they are declared.
View - Class in caltool.view
Class View is the top-level model class in the view package.
View(View, CalendarDB) - Constructor for class caltool.view.View
 
viewAppointmentsList() - Method in class caltool.view.Lists
List all appointments between the current list-start and list-end option settings.
viewDay() - Method in class caltool.view.View
Produce the daily agenda for the currently selected date, or for today's date if no other date is currently selected.
viewItem() - Method in class caltool.view.View
Produce the currently selected scheduled item.
viewMonth() - Method in class caltool.view.View
Produce the monthly agenda for the currently selected date, or for today's date if no other date is currently selected.
viewUI - Variable in class caltool.caltool_ui.CalendarToolUI
The pulldown View menu.
ViewUI - Class in caltool.view_ui
Empty stub for the companion view of the View model class.
ViewUI() - Constructor for class caltool.view_ui.ViewUI
 

W

weeklyAgendaList - Variable in class caltool.view.View
The current instance of WeeklyAgendaList that computes the view for the user-selected week.
WeeklyAgendaList - Class in caltool.view
 
WeeklyAgendaList(CalendarDB) - Constructor for class caltool.view.WeeklyAgendaList
Construct this with the given CalendarDB.
weeklyAgendaTable - Variable in class caltool.view.View
The current instance of WeeklyAgendaTable that computes the view for the user-selected week.
WeeklyAgendaTable - Class in caltool.view
 
WeeklyAgendaTable(CalendarDB) - Constructor for class caltool.view.WeeklyAgendaTable
Construct this with the given CalendarDB.
windows - Variable in class caltool.view.View
The windows submodel
Windows - Class in caltool.view
 
Windows() - Constructor for class caltool.view.Windows
 
workspace - Variable in class caltool.caldb.CalendarDB
Active calendars upon which the current user is working.

Y

year - Variable in class caltool.schedule.Date
The four-digit year number.
year - Variable in class caltool.view.FullMonthName
 

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