fi.helsinki.cs.gist.schedule
Class GDefaultCalendarEventBoxFactory

java.lang.Object
  |
  +--fi.helsinki.cs.gist.schedule.GDefaultCalendarEventBoxFactory

public class GDefaultCalendarEventBoxFactory
extends java.lang.Object
implements GCalendarEventBoxFactory

GDefaultCalendarEventBoxFactory implements a basic version of GCalendarEventBoxFactory. It just creates a basic GCalendarEventBox for all types of events.


Constructor Summary
GDefaultCalendarEventBoxFactory(GCalendarEventSelectionModel selectionModel)
           
 
Method Summary
 GAbstractCalendarEventBox createBox(GCalendarEvent calendarEvent)
          Creates a GCalendarEventBox for a given calendar event.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GDefaultCalendarEventBoxFactory

public GDefaultCalendarEventBoxFactory(GCalendarEventSelectionModel selectionModel)
Method Detail

createBox

public GAbstractCalendarEventBox createBox(GCalendarEvent calendarEvent)
Creates a GCalendarEventBox for a given calendar event.
Specified by:
createBox in interface GCalendarEventBoxFactory
Parameters:
calendarEvent - an event, for which the box is created