|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectmvp.View
caltool.caltool_ui.CalendarToolWindow
caltool.schedule_ui.ScheduleAppointmentDialog
caltool.schedule_ui.ConfirmMeetingDialog
public class ConfirmMeetingDialog
Class ConfirmMeetingDialog extends ScheduleAppointmentDialog, , since the two dialogs have much in common. (This is to be expected given that the Meeting model class is an extension of the Appointment model class.) The differences between the meeting and appointment dialogs are as follows:
Field Summary |
---|
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 | |
---|---|
ConfirmMeetingDialog(mvp.Screen screen,
Schedule schedule,
CalendarToolUI calToolUI)
|
Method Summary |
---|
Methods inherited from class caltool.schedule_ui.ScheduleAppointmentDialog |
---|
clear, compose, composeButtonRow, composeCategorySecurityRow, composeDetails, composeEndDateRow, composeLocationPriorityRow, composeMiddlePart, composeRecurringInfo, composeRemindInfo, composeRows, composeStartDateRow, composeTitleRow, composeTopPart |
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 |
---|
public ConfirmMeetingDialog(mvp.Screen screen, Schedule schedule, CalendarToolUI calToolUI)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |