fi.helsinki.cs.gist.schedule
Interface GDaySheetColumnModel

All Known Implementing Classes:
GDefaultDaySheetColumnModel

public abstract interface GDaySheetColumnModel

GDaySheetColumnModel is an interface for getting GUI information that should be stored, but not to CalendarModel. Class name is misleading and going to change. Currently only information got through this interface are columns of events in GDaySheet.


Field Summary
static int NOT_SPECIFIED
           
 
Method Summary
 int getColumn(GDaySheet daySheet, GCalendarEvent calEvent)
           
 void setColumn(GDaySheet daySheet, GCalendarEvent calEvent, int column)
           
 

Field Detail

NOT_SPECIFIED

public static final int NOT_SPECIFIED
Method Detail

getColumn

public int getColumn(GDaySheet daySheet,
                     GCalendarEvent calEvent)

setColumn

public void setColumn(GDaySheet daySheet,
                      GCalendarEvent calEvent,
                      int column)