public class ScheduleUI
extends mvp.View
The CategoriesEditor view provides access to the categories list component of the Schedule model. This dialog provides the canonical view of the Categories class. The CategoriesEditor is a subview of ScheduleUI in parallel with Categories being a submodel of Schedule.
| Modifier and Type | Field and Description |
|---|---|
protected CategoriesEditor |
categoriesEditor
The CategoriesEditor
|
protected ScheduleAppointmentDialog |
scheduleAppointmentDialog
The ScheduleAppointmentDialog
|
protected ScheduleEventDialog |
scheduleEventDialog
The ScheduleEventDialog
|
protected ScheduleMeetingDialog |
scheduleMeetingDialog
The ScheduleMeetingDialog
|
protected ScheduleMenu |
scheduleMenu
The ScheduleMenu
|
protected ScheduleTaskDialog |
scheduleTaskDialog
The ScheduleTaskDialog
|
| Constructor and Description |
|---|
ScheduleUI(mvp.Screen screen,
Schedule schedule,
CalendarToolUI calToolUI)
Construct this by constructing each of the component views.
|
| Modifier and Type | Method and Description |
|---|---|
java.awt.Component |
compose()
Call compose for each of the component views.
|
CategoriesEditor |
getCategoriesEditor()
Return the CategoriesEditor.
|
ScheduleAppointmentDialog |
getScheduleAppointmentDialog()
Return the ScheduleAppointmentDialog.
|
ScheduleEventDialog |
getScheduleEventDialog()
Return the ScheduleEventDialog.
|
ScheduleMeetingDialog |
getScheduleMeetingDialog()
Return the ScheduleMeetingDialog.
|
ScheduleTaskDialog |
getScheduleTaskDialog()
Return the ScheduleTaskDialog.
|
protected ScheduleMenu scheduleMenu
protected ScheduleAppointmentDialog scheduleAppointmentDialog
protected ScheduleMeetingDialog scheduleMeetingDialog
protected ScheduleTaskDialog scheduleTaskDialog
protected ScheduleEventDialog scheduleEventDialog
protected CategoriesEditor categoriesEditor
public ScheduleUI(mvp.Screen screen,
Schedule schedule,
CalendarToolUI calToolUI)
public java.awt.Component compose()
compose in class mvp.Viewpublic ScheduleAppointmentDialog getScheduleAppointmentDialog()
public ScheduleMeetingDialog getScheduleMeetingDialog()
public ScheduleTaskDialog getScheduleTaskDialog()
public ScheduleEventDialog getScheduleEventDialog()
public CategoriesEditor getCategoriesEditor()