|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
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 |
---|
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 |
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 All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |