public class CalendarToolWindow
extends mvp.View
| Modifier and Type | Field and Description |
|---|---|
protected CalendarToolUI |
calToolUI
The parent caltool UI
|
(package private) boolean |
firstShowing
True only before the window is shown for the first time
|
| Constructor and Description |
|---|
CalendarToolWindow(mvp.Screen screen,
mvp.Model model,
CalendarToolUI calToolUI) |
| Modifier and Type | Method and Description |
|---|---|
void |
show()
Show this' window.
|
protected CalendarToolUI calToolUI
boolean firstShowing
public CalendarToolWindow(mvp.Screen screen,
mvp.Model model,
CalendarToolUI calToolUI)