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.
NOT_SPECIFIED
public static final int NOT_SPECIFIED
getColumn
public int getColumn(GDaySheet daySheet,
GCalendarEvent calEvent)
setColumn
public void setColumn(GDaySheet daySheet,
GCalendarEvent calEvent,
int column)