|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.util.Observable
mvp.Model
caltool.view.DailyAgenda
public class DailyAgenda
A DailyAgenda contains the scheduled item information for a calendar day. At the top of the agenda is the full date for the day of the agenda. There is a list of event titles containing the events scheduled to occur on this day. Following the event list is a list of time-tagged descriptors for the scheduled appointments and meetings. At the end of the agenda is a numbered list of task descriptors for the day's scheduled tasks.
| Field Summary | |
|---|---|
(package private) CalendarDB |
calDB
|
(package private) Date |
date
Date of this day's agenda |
(package private) EventTitleList |
events
List of scheduled event titles for this day |
(package private) TaskDescriptorList |
tasks
List of scheduled tasks for this day |
(package private) TimeSlotDescriptorList |
timeSlots
Time slot description list for schedule appointments and meetings |
| Fields inherited from class mvp.Model |
|---|
view |
| Constructor Summary | |
|---|---|
DailyAgenda(CalendarDB calDB)
Construct this with the given CalendarDB. |
|
| Method Summary | |
|---|---|
void |
update(java.util.Observable o,
java.lang.Object arg)
Observe the calendar for any changes. |
| 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 |
| Field Detail |
|---|
Date date
EventTitleList events
TimeSlotDescriptorList timeSlots
TaskDescriptorList tasks
CalendarDB calDB
| Constructor Detail |
|---|
public DailyAgenda(CalendarDB calDB)
| Method Detail |
|---|
public void update(java.util.Observable o,
java.lang.Object arg)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||