|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.stff.ical.View
This class calculates all the data required by a given view
Constructor Summary | |
View()
|
Method Summary | |
static void |
dayView(CalendarData data,
java.lang.String user)
Calculates the data required by the day view |
static void |
monthView(CalendarData data,
java.lang.String user)
Calculates the data required by the month view |
static void |
weekView(CalendarData data,
java.lang.String user)
Calculates the data required by the week view |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public View()
Method Detail |
public static void monthView(CalendarData data, java.lang.String user)
data
- collates all data currently knownuser
- The name of the user logged inpublic static void weekView(CalendarData data, java.lang.String user)
data
- collates all data currently knownuser
- The name of the user logged inpublic static void dayView(CalendarData data, java.lang.String user)
data
- collates all data currently knownuser
- The name of the user logged in
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |