public class ScheduleMenu
extends mvp.View
| Modifier and Type | Field and Description |
|---|---|
protected ScheduleUI |
scheduleUI
The parent view.
|
| Constructor and Description |
|---|
ScheduleMenu(mvp.Screen screen,
Schedule schedule,
ScheduleUI scheduleUI)
Construct this with the given Schedule model and parent ScheduleUI view.
|
| Modifier and Type | Method and Description |
|---|---|
(package private) void |
addAppointmentItem()
Add the 'Appointment ...' menu item.
|
(package private) void |
addCategoriesItem()
Add the 'Categories ...' menu item.
|
(package private) void |
addEventItem()
Add the 'Event ...' menu item.
|
(package private) void |
addMeetingItem()
Add the 'Meeting ...' menu item.
|
(package private) void |
addTaskItem()
Add the 'Task ...' menu item.
|
java.awt.Component |
compose()
Compose this by inserting each of its five menu items into the pulldown
menu.
|
protected ScheduleUI scheduleUI
public ScheduleMenu(mvp.Screen screen,
Schedule schedule,
ScheduleUI scheduleUI)
public java.awt.Component compose()
compose in class mvp.Viewvoid addAppointmentItem()
void addMeetingItem()
void addTaskItem()
void addEventItem()
void addCategoriesItem()