caltool.view_ui
Class WindowsUI

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

public class WindowsUI
extends mvp.View

See Also:
Serialized Form

Field Summary
 
Fields inherited from class mvp.View
closeAdapter, editable, model, screen, shown, widget, window
 
Constructor Summary
WindowsUI(mvp.Screen screen, mvp.Model model)
          Construct this simply by calling the parent View constructor.
 
Method Summary
protected  void RepopulateWindowsList()
          Repopulate the top part of the menu, which consists of the chronologically-ordered list of active windows.
 
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
 

Constructor Detail

WindowsUI

public WindowsUI(mvp.Screen screen,
                 mvp.Model model)
Construct this simply by calling the parent View constructor.

Method Detail

RepopulateWindowsList

protected void RepopulateWindowsList()
Repopulate the top part of the menu, which consists of the chronologically-ordered list of active windows. Don't bother to try some kind of incremental insertions, just nuke all of the items and re-insert them from the model's appropriately sorted list.