net.stff.ical
Class View

java.lang.Object
  extended bynet.stff.ical.View

public class View
extends java.lang.Object

This class calculates all the data required by a given view

Author:
buntekuh

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

View

public View()
Method Detail

monthView

public static void monthView(CalendarData data,
                             java.lang.String user)
Calculates the data required by the month view

Parameters:
data - collates all data currently known
user - The name of the user logged in

weekView

public static void weekView(CalendarData data,
                            java.lang.String user)
Calculates the data required by the week view

Parameters:
data - collates all data currently known
user - The name of the user logged in

dayView

public static void dayView(CalendarData data,
                           java.lang.String user)
Calculates the data required by the day view

Parameters:
data - collates all data currently known
user - The name of the user logged in


Copyright © 2004-2005 stoffwechsel development GbR. All Rights Reserved.