|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectmvp.View
caltool.view_ui.SmallDayViewDisplay
public class SmallDayViewDisplay
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.
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 |
---|
protected java.awt.Dimension defaultSize
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |