package caltool.model.caldb; import mvp.*; /**** * * Calendar-specific settings consist of category definitions, cutsom lists, * custom filters, the current winndow state, the windowing mode, and * calendar-specific optioons. * * To be refined. * */ public class CalendarSpecificSettings extends Model { }