caltool.view_ui
Class SmallDayViewDisplay

java.lang.Object
  extended by mvp.View
      extended by caltool.view_ui.SmallDayViewDisplay
All Implemented Interfaces:
java.io.Serializable, java.util.Observer

public class SmallDayViewDisplay
extends mvp.View

Class SmallDayViewDisplay is the companion view for a SmallDayView model object. The display is comprised of a vbox containing a left/top-justified label with the date number, and a JList of scheduled item descriptors. In the current stubbed implementation, the JList is empty. In the completed implementation, the JList will be hooked up with the DefaultListModel that contains the scheduled item descriptors for a given day. Note that no compose method is provided because there is no static layout. Instances of this class are all created dynamically in the update method of MontlyAgendaDisplay, q.v.

See Also:
Serialized Form

Field Summary
protected  java.awt.Dimension defaultSize
           
 
Fields inherited from class mvp.View
closeAdapter, editable, model, screen, shown, widget, window
 
Method Summary
 
Methods inherited from class mvp.View
compose, getModel, getWidget, getWindow, hide, isEditable, isShown, run, setEditable, setExitOnClose, setModel, show, show, update
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

defaultSize

protected java.awt.Dimension defaultSize