caltool.caldb
Class CalendarSpecificSettings

java.lang.Object
  extended by java.util.Observable
      extended by mvp.Model
          extended by caltool.caldb.CalendarSpecificSettings
All Implemented Interfaces:
java.io.Serializable

public class CalendarSpecificSettings
extends mvp.Model

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.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class mvp.Model
view
 
Constructor Summary
CalendarSpecificSettings()
           
 
Method Summary
 
Methods inherited from class mvp.Model
dump, exit, getView, setView
 
Methods inherited from class java.util.Observable
addObserver, clearChanged, countObservers, deleteObserver, deleteObservers, hasChanged, notifyObservers, notifyObservers, setChanged
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CalendarSpecificSettings

public CalendarSpecificSettings()