caltool.caltool_ui
Class CalendarToolWindow

java.lang.Object
  extended by mvp.View
      extended by caltool.caltool_ui.CalendarToolWindow
All Implemented Interfaces:
java.io.Serializable, java.util.Observer
Direct Known Subclasses:
AppointmentsListDisplay, CategoriesEditor, MonthlyAgendaDisplay, OptionsUI, ScheduleAppointmentDialog, ScheduleEventDialog, UserDBDialog

public class CalendarToolWindow
extends mvp.View

See Also:
Serialized Form

Field Summary
protected  CalendarToolUI calToolUI
          The parent caltool UI
 
Fields inherited from class mvp.View
closeAdapter, editable, model, screen, shown, widget, window
 
Constructor Summary
CalendarToolWindow(mvp.Screen screen, mvp.Model model, CalendarToolUI calToolUI)
           
 
Method Summary
 void show()
          Show this' window.
 
Methods inherited from class mvp.View
compose, getModel, getWidget, getWindow, hide, isEditable, isShown, run, setEditable, setExitOnClose, setModel, show, update
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

calToolUI

protected CalendarToolUI calToolUI
The parent caltool UI

Constructor Detail

CalendarToolWindow

public CalendarToolWindow(mvp.Screen screen,
                          mvp.Model model,
                          CalendarToolUI calToolUI)
Method Detail

show

public void show()
Show this' window. If it's the first time being displayed, show relative to the top-level menubar. Otherwise, show at the last place shown.

Overrides:
show in class mvp.View