public class UserWorkSpace
extends mvp.Model
| Modifier and Type | Field and Description |
|---|---|
protected java.util.Vector |
calendars
List of active calendars
|
protected int |
currentIndex
Index of currently active calendar
|
| Constructor and Description |
|---|
UserWorkSpace()
Construct this by constructing and intializing all components.
|
| Modifier and Type | Method and Description |
|---|---|
UserCalendar |
getCurrent()
Return the currently active calendar.
|
protected java.util.Vector calendars
protected int currentIndex
public UserWorkSpace()
public UserCalendar getCurrent()