caltool.view_ui
Class YearlyCalendarDisplay

java.lang.Object
  extended by caltool.view_ui.YearlyCalendarDisplay

public class YearlyCalendarDisplay
extends java.lang.Object


Constructor Summary
YearlyCalendarDisplay()
           
 
Method Summary
 java.awt.Component compose()
          Compose this as a vertical box, consisting of a date-banner row, a days-of-the-week labels row, and an empty days grid.
 javax.swing.Box composeMonthInYear(java.lang.String monthName)
           
 void update(java.util.Observable o, java.lang.Object arg)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

YearlyCalendarDisplay

public YearlyCalendarDisplay()
Method Detail

compose

public java.awt.Component compose()
Compose this as a vertical box, consisting of a date-banner row, a days-of-the-week labels row, and an empty days grid. The grid will be populated by update.


composeMonthInYear

public javax.swing.Box composeMonthInYear(java.lang.String monthName)

update

public void update(java.util.Observable o,
                   java.lang.Object arg)