caltool.view_ui
Class MeetingEditor

java.lang.Object
  extended by mvp.View
      extended by caltool.caltool_ui.CalendarToolWindow
          extended by caltool.schedule_ui.ScheduleAppointmentDialog
              extended by caltool.schedule_ui.ScheduleMeetingDialog
                  extended by caltool.view_ui.MeetingEditor
All Implemented Interfaces:
java.io.Serializable, java.util.Observer

public class MeetingEditor
extends ScheduleMeetingDialog

See Also:
Serialized Form

Field Summary
 
Fields inherited from class caltool.schedule_ui.ScheduleMeetingDialog
attendeesTextArea, latestEndDateLabel, latestEndDateTextField, latestStartDateLabel, latestStartDateTextField, latestStartTimeTextField, minutesTextField
 
Fields inherited from class caltool.schedule_ui.ScheduleAppointmentDialog
categoryComboBox, detailsTextArea, durationTextField, endDateLabel, endDateTextField, locationComboBox, maxComponentHeight, maxComponentWidth, panel, priorityComboBox, recurringInfo, remindInfo, securityComboBox, startDateLabel, startDateTextField, startTimeTextField, titleTextField
 
Fields inherited from class caltool.caltool_ui.CalendarToolWindow
calToolUI
 
Fields inherited from class mvp.View
closeAdapter, editable, model, screen, shown, widget, window
 
Constructor Summary
MeetingEditor(mvp.Screen screen, Schedule schedule, CalendarToolUI calToolUI)
          Construct this with the given Schedule as companion model.
 
Method Summary
 
Methods inherited from class caltool.schedule_ui.ScheduleMeetingDialog
clear, compose, composeAttendees, composeBottomPart, composeButtonRow, composeDateRow, composeEarliestEndDateRow, composeEarliestStartDateRow, composeLatestEndDateRow, composeLatestStartDateRow, composeMinutes, composeRows, composeTopPart
 
Methods inherited from class caltool.schedule_ui.ScheduleAppointmentDialog
composeCategorySecurityRow, composeDetails, composeEndDateRow, composeLocationPriorityRow, composeMiddlePart, composeRecurringInfo, composeRemindInfo, composeStartDateRow, composeTitleRow
 
Methods inherited from class caltool.caltool_ui.CalendarToolWindow
show
 
Methods inherited from class mvp.View
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
 

Constructor Detail

MeetingEditor

public MeetingEditor(mvp.Screen screen,
                     Schedule schedule,
                     CalendarToolUI calToolUI)
Construct this with the given Schedule as companion model.